VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui@ 9672

Last change on this file since 9672 was 9654, checked in by vboxsync, 17 years ago

FE/Qt4: Exported to OSE. Some code style updates.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 12.0 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008 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>VBoxVMSettingsDlg</class>
20 <widget class="QDialog" name="VBoxVMSettingsDlg" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>686</width>
26 <height>610</height>
27 </rect>
28 </property>
29 <property name="windowTitle" >
30 <string>Dialog</string>
31 </property>
32 <property name="windowIcon" >
33 <iconset resource="../VirtualBox.qrc" >:/settings_16px.png</iconset>
34 </property>
35 <layout class="QGridLayout" >
36 <property name="horizontalSpacing" >
37 <number>9</number>
38 </property>
39 <property name="verticalSpacing" >
40 <number>9</number>
41 </property>
42 <item rowspan="3" row="0" column="0" >
43 <widget class="QTreeWidget" name="mTwSelector" >
44 <property name="sizePolicy" >
45 <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
46 <horstretch>0</horstretch>
47 <verstretch>0</verstretch>
48 </sizepolicy>
49 </property>
50 <property name="verticalScrollBarPolicy" >
51 <enum>Qt::ScrollBarAlwaysOff</enum>
52 </property>
53 <property name="horizontalScrollBarPolicy" >
54 <enum>Qt::ScrollBarAlwaysOff</enum>
55 </property>
56 <property name="rootIsDecorated" >
57 <bool>false</bool>
58 </property>
59 <property name="uniformRowHeights" >
60 <bool>true</bool>
61 </property>
62 <column>
63 <property name="text" >
64 <string>Category</string>
65 </property>
66 </column>
67 <column>
68 <property name="text" >
69 <string>[id]</string>
70 </property>
71 </column>
72 <column>
73 <property name="text" >
74 <string>[link]</string>
75 </property>
76 </column>
77 <item>
78 <property name="text" >
79 <string> General </string>
80 </property>
81 <property name="icon" >
82 <iconset resource="../VirtualBox.qrc" >:/machine_16px.png</iconset>
83 </property>
84 <property name="text" >
85 <string>00</string>
86 </property>
87 <property name="text" >
88 <string>#general</string>
89 </property>
90 </item>
91 <item>
92 <property name="text" >
93 <string> Hard Disks </string>
94 </property>
95 <property name="icon" >
96 <iconset resource="../VirtualBox.qrc" >:/diskim_16px.png</iconset>
97 </property>
98 <property name="text" >
99 <string>01</string>
100 </property>
101 <property name="text" >
102 <string>#hdds</string>
103 </property>
104 </item>
105 <item>
106 <property name="text" >
107 <string> CD/DVD-ROM </string>
108 </property>
109 <property name="icon" >
110 <iconset resource="../VirtualBox.qrc" >:/cd_16px.png</iconset>
111 </property>
112 <property name="text" >
113 <string>02</string>
114 </property>
115 <property name="text" >
116 <string>#dvd</string>
117 </property>
118 </item>
119 <item>
120 <property name="text" >
121 <string> Floppy </string>
122 </property>
123 <property name="icon" >
124 <iconset resource="../VirtualBox.qrc" >:/fd_16px.png</iconset>
125 </property>
126 <property name="text" >
127 <string>03</string>
128 </property>
129 <property name="text" >
130 <string>#floppy</string>
131 </property>
132 </item>
133 <item>
134 <property name="text" >
135 <string> Audio </string>
136 </property>
137 <property name="icon" >
138 <iconset resource="../VirtualBox.qrc" >:/sound_16px.png</iconset>
139 </property>
140 <property name="text" >
141 <string>04</string>
142 </property>
143 <property name="text" >
144 <string>#audio</string>
145 </property>
146 </item>
147 <item>
148 <property name="text" >
149 <string> Network </string>
150 </property>
151 <property name="icon" >
152 <iconset resource="../VirtualBox.qrc" >:/nw_16px.png</iconset>
153 </property>
154 <property name="text" >
155 <string>05</string>
156 </property>
157 <property name="text" >
158 <string>#network</string>
159 </property>
160 </item>
161 <item>
162 <property name="text" >
163 <string> Serial Ports </string>
164 </property>
165 <property name="icon" >
166 <iconset resource="../VirtualBox.qrc" >:/serial_port_16px.png</iconset>
167 </property>
168 <property name="text" >
169 <string>06</string>
170 </property>
171 <property name="text" >
172 <string>#serialPorts</string>
173 </property>
174 </item>
175 <item>
176 <property name="text" >
177 <string> Parallel Ports </string>
178 </property>
179 <property name="icon" >
180 <iconset resource="../VirtualBox.qrc" >:/parallel_port_16px.png</iconset>
181 </property>
182 <property name="text" >
183 <string>07</string>
184 </property>
185 <property name="text" >
186 <string>#parallelPorts</string>
187 </property>
188 </item>
189 <item>
190 <property name="text" >
191 <string> USB </string>
192 </property>
193 <property name="icon" >
194 <iconset resource="../VirtualBox.qrc" >:/usb_16px.png</iconset>
195 </property>
196 <property name="text" >
197 <string>08</string>
198 </property>
199 <property name="text" >
200 <string>#usb</string>
201 </property>
202 </item>
203 <item>
204 <property name="text" >
205 <string> Shared Folders </string>
206 </property>
207 <property name="icon" >
208 <iconset resource="../VirtualBox.qrc" >:/shared_folder_16px.png</iconset>
209 </property>
210 <property name="text" >
211 <string>09</string>
212 </property>
213 <property name="text" >
214 <string>#sfolders</string>
215 </property>
216 </item>
217 <item>
218 <property name="text" >
219 <string> Remote Display </string>
220 </property>
221 <property name="icon" >
222 <iconset resource="../VirtualBox.qrc" >:/vrdp_16px.png</iconset>
223 </property>
224 <property name="text" >
225 <string>10</string>
226 </property>
227 <property name="text" >
228 <string>#vrdp</string>
229 </property>
230 </item>
231 </widget>
232 </item>
233 <item row="0" column="1" >
234 <widget class="QLabel" name="mLbTitle" >
235 <property name="sizePolicy" >
236 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
237 <horstretch>0</horstretch>
238 <verstretch>0</verstretch>
239 </sizepolicy>
240 </property>
241 <property name="palette" >
242 <palette>
243 <active>
244 <colorrole role="Window" >
245 <brush brushstyle="SolidPattern" >
246 <color alpha="255" >
247 <red>255</red>
248 <green>255</green>
249 <blue>255</blue>
250 </color>
251 </brush>
252 </colorrole>
253 </active>
254 <inactive>
255 <colorrole role="Window" >
256 <brush brushstyle="SolidPattern" >
257 <color alpha="255" >
258 <red>255</red>
259 <green>255</green>
260 <blue>255</blue>
261 </color>
262 </brush>
263 </colorrole>
264 </inactive>
265 <disabled>
266 <colorrole role="Window" >
267 <brush brushstyle="SolidPattern" >
268 <color alpha="255" >
269 <red>255</red>
270 <green>255</green>
271 <blue>255</blue>
272 </color>
273 </brush>
274 </colorrole>
275 </disabled>
276 </palette>
277 </property>
278 <property name="font" >
279 <font>
280 <family>Sans Serif</family>
281 <pointsize>11</pointsize>
282 <weight>75</weight>
283 <bold>true</bold>
284 </font>
285 </property>
286 <property name="autoFillBackground" >
287 <bool>true</bool>
288 </property>
289 <property name="frameShape" >
290 <enum>QFrame::Box</enum>
291 </property>
292 <property name="frameShadow" >
293 <enum>QFrame::Sunken</enum>
294 </property>
295 <property name="text" >
296 <string/>
297 </property>
298 <property name="margin" >
299 <number>7</number>
300 </property>
301 </widget>
302 </item>
303 <item row="1" column="1" >
304 <widget class="QStackedWidget" name="mPageStack" >
305 <property name="sizePolicy" >
306 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
307 <horstretch>0</horstretch>
308 <verstretch>0</verstretch>
309 </sizepolicy>
310 </property>
311 <property name="currentIndex" >
312 <number>0</number>
313 </property>
314 <widget class="QWidget" name="mPageGeneral" />
315 <widget class="QWidget" name="mPageHD" />
316 <widget class="QWidget" name="mPageCD" />
317 <widget class="QWidget" name="mPageFD" />
318 <widget class="QWidget" name="mPageAudio" />
319 <widget class="QWidget" name="mPageNetwork" />
320 <widget class="QWidget" name="mPageSerial" />
321 <widget class="QWidget" name="mPageParallel" />
322 <widget class="QWidget" name="mPageUSB" />
323 <widget class="QWidget" name="mPageShared" />
324 <widget class="QWidget" name="mPageVrdp" />
325 </widget>
326 </item>
327 <item row="2" column="1" >
328 <widget class="QLabel" name="mLbWhatsThis" >
329 <property name="frameShape" >
330 <enum>QFrame::Box</enum>
331 </property>
332 <property name="frameShadow" >
333 <enum>QFrame::Sunken</enum>
334 </property>
335 <property name="text" >
336 <string/>
337 </property>
338 <property name="alignment" >
339 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
340 </property>
341 <property name="wordWrap" >
342 <bool>true</bool>
343 </property>
344 <property name="margin" >
345 <number>7</number>
346 </property>
347 </widget>
348 </item>
349 <item row="3" column="0" colspan="2" >
350 <layout class="QHBoxLayout" >
351 <item>
352 <widget class="QPushButton" name="mBtnHelp" >
353 <property name="whatsThis" >
354 <string>Displays the dialog help.</string>
355 </property>
356 <property name="text" >
357 <string>Help</string>
358 </property>
359 <property name="shortcut" >
360 <string>F1</string>
361 </property>
362 </widget>
363 </item>
364 <item>
365 <spacer>
366 <property name="orientation" >
367 <enum>Qt::Horizontal</enum>
368 </property>
369 <property name="sizeHint" >
370 <size>
371 <width>40</width>
372 <height>20</height>
373 </size>
374 </property>
375 </spacer>
376 </item>
377 <item>
378 <widget class="QLabel" name="mLbWarnIcon" >
379 <property name="maximumSize" >
380 <size>
381 <width>16</width>
382 <height>16</height>
383 </size>
384 </property>
385 </widget>
386 </item>
387 <item>
388 <widget class="QLabel" name="mLbWarnText" >
389 <property name="text" >
390 <string>Invalid settings detected</string>
391 </property>
392 </widget>
393 </item>
394 <item>
395 <spacer>
396 <property name="orientation" >
397 <enum>Qt::Horizontal</enum>
398 </property>
399 <property name="sizeHint" >
400 <size>
401 <width>40</width>
402 <height>20</height>
403 </size>
404 </property>
405 </spacer>
406 </item>
407 <item>
408 <widget class="QPushButton" name="mBtnOk" >
409 <property name="whatsThis" >
410 <string>Accepts (saves) changes and closes the dialog.</string>
411 </property>
412 <property name="text" >
413 <string>&amp;Ok</string>
414 </property>
415 <property name="default" >
416 <bool>true</bool>
417 </property>
418 </widget>
419 </item>
420 <item>
421 <widget class="QPushButton" name="mBtnCancel" >
422 <property name="whatsThis" >
423 <string>Cancels changes and closes the dialog.</string>
424 </property>
425 <property name="text" >
426 <string>Cancel</string>
427 </property>
428 </widget>
429 </item>
430 </layout>
431 </item>
432 </layout>
433 </widget>
434 <resources>
435 <include location="../VirtualBox.qrc" />
436 </resources>
437 <connections/>
438</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