VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxMediaManagerDlg.ui@ 24511

Last change on this file since 24511 was 23953, checked in by vboxsync, 15 years ago

FE/Qt4: GUI Coding-Style for Virtual Media Manager.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 11.7 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2006-2009 Sun Microsystems, Inc.
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14
15 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16 Clara, CA 95054 USA or visit http://www.sun.com if you need
17 additional information or have any questions.
18 </comment>
19 <class>VBoxMediaManagerDlg</class>
20 <widget class="QMainWindow" name="VBoxMediaManagerDlg" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>620</width>
26 <height>460</height>
27 </rect>
28 </property>
29 <property name="minimumSize" >
30 <size>
31 <width>280</width>
32 <height>190</height>
33 </size>
34 </property>
35 <property name="windowTitle" >
36 <string>Virtual Media Manager</string>
37 </property>
38 <widget class="QWidget" name="mCentralWidget" >
39 <layout class="QVBoxLayout" >
40 <item>
41 <widget class="QTabWidget" name="mTabWidget" >
42 <property name="sizePolicy" >
43 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
44 <horstretch>0</horstretch>
45 <verstretch>0</verstretch>
46 </sizepolicy>
47 </property>
48 <widget class="QWidget" name="mTabHD" >
49 <attribute name="title" >
50 <string>Hard &amp;Disks</string>
51 </attribute>
52 <layout class="QVBoxLayout" >
53 <item>
54 <widget class="QITreeWidget" name="mTwHD" >
55 <property name="contextMenuPolicy" >
56 <enum>Qt::CustomContextMenu</enum>
57 </property>
58 <property name="acceptDrops" >
59 <bool>true</bool>
60 </property>
61 <property name="horizontalScrollBarPolicy" >
62 <enum>Qt::ScrollBarAlwaysOff</enum>
63 </property>
64 <property name="alternatingRowColors" >
65 <bool>true</bool>
66 </property>
67 <property name="allColumnsShowFocus" >
68 <bool>true</bool>
69 </property>
70 <column>
71 <property name="text" >
72 <string>Name</string>
73 </property>
74 </column>
75 <column>
76 <property name="text" >
77 <string>Virtual Size</string>
78 </property>
79 </column>
80 <column>
81 <property name="text" >
82 <string>Actual Size</string>
83 </property>
84 </column>
85 </widget>
86 </item>
87 <item>
88 <widget class="QFrame" name="mHDContainer" >
89 <property name="frameShape" >
90 <enum>QFrame::Box</enum>
91 </property>
92 <property name="frameShadow" >
93 <enum>QFrame::Sunken</enum>
94 </property>
95 <layout class="QGridLayout" >
96 <property name="verticalSpacing" >
97 <number>0</number>
98 </property>
99 <property name="margin" >
100 <number>5</number>
101 </property>
102 <item row="0" column="0" >
103 <widget class="QLabel" name="mLbHD1" >
104 <property name="text" >
105 <string>Location</string>
106 </property>
107 </widget>
108 </item>
109 <item row="0" column="1" >
110 <widget class="QILabel" name="mIpHD1" >
111 <property name="sizePolicy" >
112 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
113 <horstretch>0</horstretch>
114 <verstretch>0</verstretch>
115 </sizepolicy>
116 </property>
117 </widget>
118 </item>
119 <item row="1" column="0" >
120 <widget class="QLabel" name="mLbHD2" >
121 <property name="text" >
122 <string>Type (Format)</string>
123 </property>
124 </widget>
125 </item>
126 <item row="1" column="1" >
127 <widget class="QILabel" name="mIpHD2" >
128 <property name="sizePolicy" >
129 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
130 <horstretch>0</horstretch>
131 <verstretch>0</verstretch>
132 </sizepolicy>
133 </property>
134 </widget>
135 </item>
136 <item row="2" column="0" >
137 <widget class="QLabel" name="mLbHD3" >
138 <property name="text" >
139 <string>Attached to</string>
140 </property>
141 </widget>
142 </item>
143 <item row="2" column="1" >
144 <widget class="QILabel" name="mIpHD3" >
145 <property name="sizePolicy" >
146 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
147 <horstretch>0</horstretch>
148 <verstretch>0</verstretch>
149 </sizepolicy>
150 </property>
151 </widget>
152 </item>
153 </layout>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 <widget class="QWidget" name="mTabCD" >
159 <attribute name="title" >
160 <string>&amp;CD/DVD Images</string>
161 </attribute>
162 <layout class="QVBoxLayout" >
163 <item>
164 <widget class="QITreeWidget" name="mTwCD" >
165 <property name="contextMenuPolicy" >
166 <enum>Qt::CustomContextMenu</enum>
167 </property>
168 <property name="acceptDrops" >
169 <bool>true</bool>
170 </property>
171 <property name="horizontalScrollBarPolicy" >
172 <enum>Qt::ScrollBarAlwaysOff</enum>
173 </property>
174 <property name="alternatingRowColors" >
175 <bool>true</bool>
176 </property>
177 <property name="allColumnsShowFocus" >
178 <bool>true</bool>
179 </property>
180 <column>
181 <property name="text" >
182 <string>Name</string>
183 </property>
184 </column>
185 <column>
186 <property name="text" >
187 <string>Size</string>
188 </property>
189 </column>
190 </widget>
191 </item>
192 <item>
193 <widget class="QFrame" name="mCDContainer" >
194 <property name="frameShape" >
195 <enum>QFrame::Box</enum>
196 </property>
197 <property name="frameShadow" >
198 <enum>QFrame::Sunken</enum>
199 </property>
200 <layout class="QGridLayout" >
201 <property name="verticalSpacing" >
202 <number>0</number>
203 </property>
204 <property name="margin" >
205 <number>5</number>
206 </property>
207 <item row="0" column="0" >
208 <widget class="QLabel" name="mLbCD1" >
209 <property name="text" >
210 <string>Location</string>
211 </property>
212 </widget>
213 </item>
214 <item row="0" column="1" >
215 <widget class="QILabel" name="mIpCD1" >
216 <property name="sizePolicy" >
217 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
218 <horstretch>0</horstretch>
219 <verstretch>0</verstretch>
220 </sizepolicy>
221 </property>
222 </widget>
223 </item>
224 <item row="1" column="0" >
225 <widget class="QLabel" name="mLbCD2" >
226 <property name="text" >
227 <string>Attached to</string>
228 </property>
229 </widget>
230 </item>
231 <item row="1" column="1" >
232 <widget class="QILabel" name="mIpCD2" >
233 <property name="sizePolicy" >
234 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
235 <horstretch>0</horstretch>
236 <verstretch>0</verstretch>
237 </sizepolicy>
238 </property>
239 </widget>
240 </item>
241 </layout>
242 </widget>
243 </item>
244 </layout>
245 </widget>
246 <widget class="QWidget" name="mTabFD" >
247 <attribute name="title" >
248 <string>&amp;Floppy Images</string>
249 </attribute>
250 <layout class="QVBoxLayout" >
251 <item>
252 <widget class="QITreeWidget" name="mTwFD" >
253 <property name="contextMenuPolicy" >
254 <enum>Qt::CustomContextMenu</enum>
255 </property>
256 <property name="acceptDrops" >
257 <bool>true</bool>
258 </property>
259 <property name="horizontalScrollBarPolicy" >
260 <enum>Qt::ScrollBarAlwaysOff</enum>
261 </property>
262 <property name="alternatingRowColors" >
263 <bool>true</bool>
264 </property>
265 <property name="allColumnsShowFocus" >
266 <bool>true</bool>
267 </property>
268 <column>
269 <property name="text" >
270 <string>Name</string>
271 </property>
272 </column>
273 <column>
274 <property name="text" >
275 <string>Size</string>
276 </property>
277 </column>
278 </widget>
279 </item>
280 <item>
281 <widget class="QFrame" name="mFDContainer" >
282 <property name="frameShape" >
283 <enum>QFrame::Box</enum>
284 </property>
285 <property name="frameShadow" >
286 <enum>QFrame::Sunken</enum>
287 </property>
288 <layout class="QGridLayout" >
289 <property name="horizontalSpacing" >
290 <number>6</number>
291 </property>
292 <property name="verticalSpacing" >
293 <number>0</number>
294 </property>
295 <property name="margin" >
296 <number>5</number>
297 </property>
298 <item row="0" column="0" >
299 <widget class="QLabel" name="mLbFD1" >
300 <property name="text" >
301 <string>Location</string>
302 </property>
303 </widget>
304 </item>
305 <item row="0" column="1" >
306 <widget class="QILabel" name="mIpFD1" >
307 <property name="sizePolicy" >
308 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
309 <horstretch>0</horstretch>
310 <verstretch>0</verstretch>
311 </sizepolicy>
312 </property>
313 </widget>
314 </item>
315 <item row="1" column="0" >
316 <widget class="QLabel" name="mLbFD2" >
317 <property name="text" >
318 <string>Attached to</string>
319 </property>
320 </widget>
321 </item>
322 <item row="1" column="1" >
323 <widget class="QILabel" name="mIpFD2" >
324 <property name="sizePolicy" >
325 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
326 <horstretch>0</horstretch>
327 <verstretch>0</verstretch>
328 </sizepolicy>
329 </property>
330 </widget>
331 </item>
332 </layout>
333 </widget>
334 </item>
335 </layout>
336 </widget>
337 </widget>
338 </item>
339 <item>
340 <widget class="QIDialogButtonBox" name="mButtonBox" >
341 <property name="standardButtons" >
342 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
343 </property>
344 </widget>
345 </item>
346 </layout>
347 </widget>
348 <widget class="QStatusBar" name="mStatusBar" />
349 </widget>
350 <customwidgets>
351 <customwidget>
352 <class>QIDialogButtonBox</class>
353 <extends>QDialogButtonBox</extends>
354 <header>QIDialogButtonBox.h</header>
355 </customwidget>
356 <customwidget>
357 <class>QITreeWidget</class>
358 <extends>QTreeWidget</extends>
359 <header>QITreeWidget.h</header>
360 </customwidget>
361 <customwidget>
362 <class>QILabel</class>
363 <extends>QLabel</extends>
364 <header>QILabel.h</header>
365 </customwidget>
366 </customwidgets>
367 <resources/>
368 <connections/>
369</ui>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette