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

« back to all changes in this revision

Viewing changes to src/gui/mainwindowbase.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>MainWindowBase</class>
 
3
 <widget class="QMainWindow" name="MainWindowBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>1007</width>
 
9
    <height>696</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string comment="@title:window" >KDE Partition Manager</string>
 
14
  </property>
 
15
  <widget class="QWidget" name="centralwidget" >
 
16
   <layout class="QVBoxLayout" name="verticalLayout" >
 
17
    <item>
 
18
     <layout class="QVBoxLayout" >
 
19
      <item>
 
20
       <widget class="PartTableWidget" native="1" name="m_PartTableWidget" >
 
21
        <property name="sizePolicy" >
 
22
         <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
23
          <horstretch>0</horstretch>
 
24
          <verstretch>0</verstretch>
 
25
         </sizepolicy>
 
26
        </property>
 
27
        <property name="minimumSize" >
 
28
         <size>
 
29
          <width>0</width>
 
30
          <height>80</height>
 
31
         </size>
 
32
        </property>
 
33
        <property name="maximumSize" >
 
34
         <size>
 
35
          <width>16777215</width>
 
36
          <height>80</height>
 
37
         </size>
 
38
        </property>
 
39
        <property name="contextMenuPolicy" >
 
40
         <enum>Qt::CustomContextMenu</enum>
 
41
        </property>
 
42
       </widget>
 
43
      </item>
 
44
      <item>
 
45
       <widget class="QTreeWidget" name="m_TreePartitions" >
 
46
        <property name="contextMenuPolicy" >
 
47
         <enum>Qt::CustomContextMenu</enum>
 
48
        </property>
 
49
        <property name="alternatingRowColors" >
 
50
         <bool>true</bool>
 
51
        </property>
 
52
        <property name="rootIsDecorated" >
 
53
         <bool>false</bool>
 
54
        </property>
 
55
        <property name="itemsExpandable" >
 
56
         <bool>false</bool>
 
57
        </property>
 
58
        <column>
 
59
         <property name="text" >
 
60
          <string comment="@label">Partition</string>
 
61
         </property>
 
62
        </column>
 
63
        <column>
 
64
         <property name="text" >
 
65
          <string comment="@label partition type">Type</string>
 
66
         </property>
 
67
        </column>
 
68
        <column>
 
69
         <property name="text" >
 
70
          <string comment="@label">Mount Point</string>
 
71
         </property>
 
72
        </column>
 
73
        <column>
 
74
         <property name="text" >
 
75
          <string comment="@label file system label">Label</string>
 
76
         </property>
 
77
        </column>
 
78
        <column>
 
79
         <property name="text" >
 
80
          <string comment="@label total file system size">Size</string>
 
81
         </property>
 
82
        </column>
 
83
        <column>
 
84
         <property name="text" >
 
85
          <string comment="@label space used">Used</string>
 
86
         </property>
 
87
        </column>
 
88
        <column>
 
89
         <property name="text" >
 
90
          <string comment="@label partition flags">Flags</string>
 
91
         </property>
 
92
        </column>
 
93
       </widget>
 
94
      </item>
 
95
     </layout>
 
96
    </item>
 
97
   </layout>
 
98
  </widget>
 
99
  <widget class="QDockWidget" name="m_DockDevices" >
 
100
   <property name="allowedAreas" >
 
101
    <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
 
102
   </property>
 
103
   <property name="windowTitle" >
 
104
    <string comment="@title:window" >Devices</string>
 
105
   </property>
 
106
   <attribute name="dockWidgetArea" >
 
107
    <number>1</number>
 
108
   </attribute>
 
109
   <widget class="QWidget" name="m_DockDevicesContents" >
 
110
    <layout class="QVBoxLayout" >
 
111
     <item>
 
112
      <widget class="QListWidget" name="m_ListDevices" >
 
113
       <property name="sizePolicy" >
 
114
        <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
 
115
         <horstretch>0</horstretch>
 
116
         <verstretch>0</verstretch>
 
117
        </sizepolicy>
 
118
       </property>
 
119
       <property name="contextMenuPolicy" >
 
120
        <enum>Qt::CustomContextMenu</enum>
 
121
       </property>
 
122
      </widget>
 
123
     </item>
 
124
    </layout>
 
125
   </widget>
 
126
  </widget>
 
127
  <widget class="QDockWidget" name="m_DockOperations" >
 
128
   <property name="allowedAreas" >
 
129
    <set>Qt::BottomDockWidgetArea|Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
 
130
   </property>
 
131
   <property name="windowTitle" >
 
132
    <string comment="@title:window" >Pending Operations</string>
 
133
   </property>
 
134
   <attribute name="dockWidgetArea" >
 
135
    <number>8</number>
 
136
   </attribute>
 
137
   <widget class="QWidget" name="m_DockOperationsContents" >
 
138
    <layout class="QVBoxLayout" name="verticalLayout_2" >
 
139
     <item>
 
140
      <widget class="QListWidget" name="m_ListOperations" >
 
141
       <property name="horizontalScrollBarPolicy" >
 
142
        <enum>Qt::ScrollBarAlwaysOff</enum>
 
143
       </property>
 
144
       <property name="autoScroll" >
 
145
        <bool>false</bool>
 
146
       </property>
 
147
       <property name="alternatingRowColors" >
 
148
        <bool>true</bool>
 
149
       </property>
 
150
       <property name="selectionMode" >
 
151
        <enum>QAbstractItemView::NoSelection</enum>
 
152
       </property>
 
153
       <property name="resizeMode" >
 
154
        <enum>QListView::Adjust</enum>
 
155
       </property>
 
156
       <property name="wordWrap" >
 
157
        <bool>true</bool>
 
158
       </property>
 
159
      </widget>
 
160
     </item>
 
161
    </layout>
 
162
    <zorder>m_ListOperations</zorder>
 
163
   </widget>
 
164
  </widget>
 
165
  <widget class="QDockWidget" name="m_DockInformation" >
 
166
   <property name="allowedAreas" >
 
167
    <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
 
168
   </property>
 
169
   <property name="windowTitle" >
 
170
    <string comment="@title:window" >Information</string>
 
171
   </property>
 
172
   <attribute name="dockWidgetArea" >
 
173
    <number>1</number>
 
174
   </attribute>
 
175
   <widget class="QWidget" name="m_DockInformationContents" >
 
176
    <layout class="QGridLayout" name="_2" />
 
177
   </widget>
 
178
  </widget>
 
179
  <widget class="QDockWidget" name="m_DockLog" >
 
180
   <property name="allowedAreas" >
 
181
    <set>Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea</set>
 
182
   </property>
 
183
   <property name="windowTitle" >
 
184
    <string comment="@title:window" >Log Output</string>
 
185
   </property>
 
186
   <attribute name="dockWidgetArea" >
 
187
    <number>8</number>
 
188
   </attribute>
 
189
   <widget class="QWidget" name="dockWidgetContents" >
 
190
    <layout class="QGridLayout" name="gridLayout" >
 
191
     <item row="0" column="0" >
 
192
      <widget class="QTreeWidget" name="m_TreeLog" >
 
193
       <property name="autoScroll" >
 
194
        <bool>false</bool>
 
195
       </property>
 
196
       <property name="selectionMode" >
 
197
        <enum>QAbstractItemView::NoSelection</enum>
 
198
       </property>
 
199
       <property name="textElideMode" >
 
200
        <enum>Qt::ElideNone</enum>
 
201
       </property>
 
202
       <property name="indentation" >
 
203
        <number>0</number>
 
204
       </property>
 
205
       <property name="rootIsDecorated" >
 
206
        <bool>false</bool>
 
207
       </property>
 
208
       <property name="itemsExpandable" >
 
209
        <bool>false</bool>
 
210
       </property>
 
211
       <property name="wordWrap" >
 
212
        <bool>true</bool>
 
213
       </property>
 
214
       <property name="headerHidden" >
 
215
        <bool>true</bool>
 
216
       </property>
 
217
       <property name="expandsOnDoubleClick" >
 
218
        <bool>false</bool>
 
219
       </property>
 
220
       <column>
 
221
        <property name="text" >
 
222
         <string comment="@label">Time</string>
 
223
        </property>
 
224
       </column>
 
225
       <column>
 
226
        <property name="text" >
 
227
         <string comment="@label">Message</string>
 
228
        </property>
 
229
       </column>
 
230
      </widget>
 
231
     </item>
 
232
    </layout>
 
233
   </widget>
 
234
  </widget>
 
235
 </widget>
 
236
 <customwidgets>
 
237
  <customwidget>
 
238
   <class>PartTableWidget</class>
 
239
   <extends>QWidget</extends>
 
240
   <header>gui/parttablewidget.h</header>
 
241
   <container>1</container>
 
242
  </customwidget>
 
243
 </customwidgets>
 
244
 <resources/>
 
245
 <connections/>
 
246
</ui>