~ubuntu-branches/ubuntu/oneiric/partitionmanager/oneiric

« back to all changes in this revision

Viewing changes to src/gui/filesystemsupportdialogwidgetbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-01-23 17:57:36 UTC
  • Revision ID: james.westby@ubuntu.com-20090123175736-2ltrhgg3m55dokbm
Tags: upstream-1.0.0~beta1a
ImportĀ upstreamĀ versionĀ 1.0.0~beta1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>FileSystemSupportDialogWidgetBase</class>
 
3
 <widget class="QWidget" name="FileSystemSupportDialogWidgetBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>835</width>
 
9
    <height>488</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" name="verticalLayout" >
 
13
   <item>
 
14
    <widget class="QLabel" name="label" >
 
15
     <property name="text" >
 
16
      <string>This table shows which file systems are supported and which specific operations can be performed on them.
 
17
Some file systems need external tools to be installed for them to be supported. But not all operations can be performed on all file systems, even if all required tools are installed. Please see the documentation for details. </string>
 
18
     </property>
 
19
     <property name="wordWrap" >
 
20
      <bool>true</bool>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="QTreeWidget" name="m_Tree" >
 
26
     <property name="alternatingRowColors" >
 
27
      <bool>true</bool>
 
28
     </property>
 
29
     <property name="selectionMode" >
 
30
      <enum>QAbstractItemView::NoSelection</enum>
 
31
     </property>
 
32
     <property name="iconSize" >
 
33
      <size>
 
34
       <width>32</width>
 
35
       <height>32</height>
 
36
      </size>
 
37
     </property>
 
38
     <property name="indentation" >
 
39
      <number>0</number>
 
40
     </property>
 
41
     <property name="rootIsDecorated" >
 
42
      <bool>false</bool>
 
43
     </property>
 
44
     <property name="uniformRowHeights" >
 
45
      <bool>true</bool>
 
46
     </property>
 
47
     <property name="itemsExpandable" >
 
48
      <bool>false</bool>
 
49
     </property>
 
50
     <property name="wordWrap" >
 
51
      <bool>false</bool>
 
52
     </property>
 
53
     <property name="showGrid" stdset="0" >
 
54
      <bool>false</bool>
 
55
     </property>
 
56
     <property name="cornerButtonEnabled" stdset="0" >
 
57
      <bool>false</bool>
 
58
     </property>
 
59
     <column>
 
60
      <property name="text" >
 
61
       <string>File System</string>
 
62
      </property>
 
63
     </column>
 
64
     <column>
 
65
      <property name="text" >
 
66
       <string>Create</string>
 
67
      </property>
 
68
     </column>
 
69
     <column>
 
70
      <property name="text" >
 
71
       <string>Grow</string>
 
72
      </property>
 
73
     </column>
 
74
     <column>
 
75
      <property name="text" >
 
76
       <string>Shrink</string>
 
77
      </property>
 
78
     </column>
 
79
     <column>
 
80
      <property name="text" >
 
81
       <string>Move</string>
 
82
      </property>
 
83
     </column>
 
84
     <column>
 
85
      <property name="text" >
 
86
       <string>Copy</string>
 
87
      </property>
 
88
     </column>
 
89
     <column>
 
90
      <property name="text" >
 
91
       <string>Check</string>
 
92
      </property>
 
93
     </column>
 
94
     <column>
 
95
      <property name="text" >
 
96
       <string>Read Label</string>
 
97
      </property>
 
98
     </column>
 
99
     <column>
 
100
      <property name="text" >
 
101
       <string>Write Label</string>
 
102
      </property>
 
103
     </column>
 
104
     <column>
 
105
      <property name="text" >
 
106
       <string>Read Usage</string>
 
107
      </property>
 
108
     </column>
 
109
     <column>
 
110
      <property name="text" >
 
111
       <string>Backup</string>
 
112
      </property>
 
113
     </column>
 
114
     <column>
 
115
      <property name="text" >
 
116
       <string>Restore</string>
 
117
      </property>
 
118
     </column>
 
119
    </widget>
 
120
   </item>
 
121
   <item>
 
122
    <layout class="QHBoxLayout" name="horizontalLayout" >
 
123
     <item>
 
124
      <widget class="KPushButton" name="m_ButtonRescan" >
 
125
       <property name="text" >
 
126
        <string comment="@action:button" >&amp;Rescan Support</string>
 
127
       </property>
 
128
      </widget>
 
129
     </item>
 
130
     <item>
 
131
      <spacer name="horizontalSpacer" >
 
132
       <property name="orientation" >
 
133
        <enum>Qt::Horizontal</enum>
 
134
       </property>
 
135
       <property name="sizeHint" stdset="0" >
 
136
        <size>
 
137
         <width>40</width>
 
138
         <height>20</height>
 
139
        </size>
 
140
       </property>
 
141
      </spacer>
 
142
     </item>
 
143
    </layout>
 
144
   </item>
 
145
  </layout>
 
146
 </widget>
 
147
 <resources/>
 
148
 <connections/>
 
149
</ui>