VirtualBox

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

Last change on this file since 35740 was 29972, checked in by vboxsync, 14 years ago

FE/Qt4-OSX: fix tab width for some languages

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

© 2023 Oracle
ContactPrivacy policyTerms of Use