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>VBoxVMSettingsGeneral</class>
|
---|
20 | <widget class="QWidget" name="VBoxVMSettingsGeneral" >
|
---|
21 | <property name="geometry" >
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>451</width>
|
---|
26 | <height>497</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <layout class="QHBoxLayout" >
|
---|
30 | <item>
|
---|
31 | <widget class="QTabWidget" name="mTabGeneral" >
|
---|
32 | <property name="currentIndex" >
|
---|
33 | <number>0</number>
|
---|
34 | </property>
|
---|
35 | <widget class="QWidget" name="mTabBasic" >
|
---|
36 | <attribute name="title" >
|
---|
37 | <string>&Basic</string>
|
---|
38 | </attribute>
|
---|
39 | <layout class="QGridLayout" >
|
---|
40 | <item row="0" column="0" colspan="2" >
|
---|
41 | <widget class="QILabelSeparator" name="mGbIdent" >
|
---|
42 | <property name="sizePolicy" >
|
---|
43 | <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
|
---|
44 | <horstretch>0</horstretch>
|
---|
45 | <verstretch>0</verstretch>
|
---|
46 | </sizepolicy>
|
---|
47 | </property>
|
---|
48 | <property name="text" >
|
---|
49 | <string>Identification</string>
|
---|
50 | </property>
|
---|
51 | </widget>
|
---|
52 | </item>
|
---|
53 | <item row="1" column="0" >
|
---|
54 | <spacer>
|
---|
55 | <property name="orientation" >
|
---|
56 | <enum>Qt::Horizontal</enum>
|
---|
57 | </property>
|
---|
58 | <property name="sizeType" >
|
---|
59 | <enum>QSizePolicy::Fixed</enum>
|
---|
60 | </property>
|
---|
61 | <property name="sizeHint" >
|
---|
62 | <size>
|
---|
63 | <width>20</width>
|
---|
64 | <height>20</height>
|
---|
65 | </size>
|
---|
66 | </property>
|
---|
67 | </spacer>
|
---|
68 | </item>
|
---|
69 | <item row="1" column="1" >
|
---|
70 | <widget class="VBoxOSTypeSelectorWidget" name="mOSTypeSelector" >
|
---|
71 | <layout class="QGridLayout" >
|
---|
72 | <item row="0" column="0" >
|
---|
73 | <widget class="QLabel" name="mLbName" >
|
---|
74 | <property name="text" >
|
---|
75 | <string>&Name:</string>
|
---|
76 | </property>
|
---|
77 | <property name="alignment" >
|
---|
78 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
79 | </property>
|
---|
80 | <property name="buddy" >
|
---|
81 | <cstring>mLeName</cstring>
|
---|
82 | </property>
|
---|
83 | </widget>
|
---|
84 | </item>
|
---|
85 | <item row="0" column="1" colspan="2" >
|
---|
86 | <widget class="QLineEdit" name="mLeName" >
|
---|
87 | <property name="whatsThis" >
|
---|
88 | <string>Displays the name of the virtual machine.</string>
|
---|
89 | </property>
|
---|
90 | </widget>
|
---|
91 | </item>
|
---|
92 | </layout>
|
---|
93 | </widget>
|
---|
94 | </item>
|
---|
95 | <item row="2" column="0" colspan="2" >
|
---|
96 | <widget class="QILabelSeparator" name="mGbRam" >
|
---|
97 | <property name="sizePolicy" >
|
---|
98 | <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
|
---|
99 | <horstretch>0</horstretch>
|
---|
100 | <verstretch>0</verstretch>
|
---|
101 | </sizepolicy>
|
---|
102 | </property>
|
---|
103 | <property name="text" >
|
---|
104 | <string>Base &Memory Size</string>
|
---|
105 | </property>
|
---|
106 | <property name="buddy" >
|
---|
107 | <cstring>mLeRam</cstring>
|
---|
108 | </property>
|
---|
109 | </widget>
|
---|
110 | </item>
|
---|
111 | <item row="3" column="0" >
|
---|
112 | <spacer>
|
---|
113 | <property name="orientation" >
|
---|
114 | <enum>Qt::Horizontal</enum>
|
---|
115 | </property>
|
---|
116 | <property name="sizeType" >
|
---|
117 | <enum>QSizePolicy::Fixed</enum>
|
---|
118 | </property>
|
---|
119 | <property name="sizeHint" >
|
---|
120 | <size>
|
---|
121 | <width>20</width>
|
---|
122 | <height>20</height>
|
---|
123 | </size>
|
---|
124 | </property>
|
---|
125 | </spacer>
|
---|
126 | </item>
|
---|
127 | <item row="3" column="1" >
|
---|
128 | <widget class="QWidget" native="1" name="widget_3" >
|
---|
129 | <property name="sizePolicy" >
|
---|
130 | <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
|
---|
131 | <horstretch>0</horstretch>
|
---|
132 | <verstretch>0</verstretch>
|
---|
133 | </sizepolicy>
|
---|
134 | </property>
|
---|
135 | <layout class="QHBoxLayout" >
|
---|
136 | <property name="leftMargin" >
|
---|
137 | <number>0</number>
|
---|
138 | </property>
|
---|
139 | <property name="topMargin" >
|
---|
140 | <number>0</number>
|
---|
141 | </property>
|
---|
142 | <property name="rightMargin" >
|
---|
143 | <number>0</number>
|
---|
144 | </property>
|
---|
145 | <property name="bottomMargin" >
|
---|
146 | <number>0</number>
|
---|
147 | </property>
|
---|
148 | <item>
|
---|
149 | <layout class="QVBoxLayout" >
|
---|
150 | <item>
|
---|
151 | <widget class="QSlider" name="mSlRam" >
|
---|
152 | <property name="whatsThis" >
|
---|
153 | <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
|
---|
154 | </property>
|
---|
155 | <property name="orientation" >
|
---|
156 | <enum>Qt::Horizontal</enum>
|
---|
157 | </property>
|
---|
158 | <property name="tickPosition" >
|
---|
159 | <enum>QSlider::TicksBelow</enum>
|
---|
160 | </property>
|
---|
161 | </widget>
|
---|
162 | </item>
|
---|
163 | <item>
|
---|
164 | <layout class="QHBoxLayout" >
|
---|
165 | <item>
|
---|
166 | <widget class="QLabel" name="mLbRamMin" >
|
---|
167 | <property name="sizePolicy" >
|
---|
168 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
169 | <horstretch>0</horstretch>
|
---|
170 | <verstretch>0</verstretch>
|
---|
171 | </sizepolicy>
|
---|
172 | </property>
|
---|
173 | <property name="text" >
|
---|
174 | <string><</string>
|
---|
175 | </property>
|
---|
176 | </widget>
|
---|
177 | </item>
|
---|
178 | <item>
|
---|
179 | <spacer>
|
---|
180 | <property name="orientation" >
|
---|
181 | <enum>Qt::Horizontal</enum>
|
---|
182 | </property>
|
---|
183 | <property name="sizeHint" >
|
---|
184 | <size>
|
---|
185 | <width>0</width>
|
---|
186 | <height>0</height>
|
---|
187 | </size>
|
---|
188 | </property>
|
---|
189 | </spacer>
|
---|
190 | </item>
|
---|
191 | <item>
|
---|
192 | <widget class="QLabel" name="mLbRamMax" >
|
---|
193 | <property name="sizePolicy" >
|
---|
194 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
195 | <horstretch>0</horstretch>
|
---|
196 | <verstretch>0</verstretch>
|
---|
197 | </sizepolicy>
|
---|
198 | </property>
|
---|
199 | <property name="text" >
|
---|
200 | <string>></string>
|
---|
201 | </property>
|
---|
202 | <property name="alignment" >
|
---|
203 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
204 | </property>
|
---|
205 | </widget>
|
---|
206 | </item>
|
---|
207 | </layout>
|
---|
208 | </item>
|
---|
209 | </layout>
|
---|
210 | </item>
|
---|
211 | <item>
|
---|
212 | <layout class="QVBoxLayout" >
|
---|
213 | <property name="spacing" >
|
---|
214 | <number>0</number>
|
---|
215 | </property>
|
---|
216 | <item>
|
---|
217 | <layout class="QHBoxLayout" >
|
---|
218 | <property name="spacing" >
|
---|
219 | <number>4</number>
|
---|
220 | </property>
|
---|
221 | <item>
|
---|
222 | <widget class="QLineEdit" name="mLeRam" >
|
---|
223 | <property name="sizePolicy" >
|
---|
224 | <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
|
---|
225 | <horstretch>0</horstretch>
|
---|
226 | <verstretch>0</verstretch>
|
---|
227 | </sizepolicy>
|
---|
228 | </property>
|
---|
229 | <property name="whatsThis" >
|
---|
230 | <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
|
---|
231 | </property>
|
---|
232 | </widget>
|
---|
233 | </item>
|
---|
234 | <item>
|
---|
235 | <widget class="QLabel" name="mLbRam" >
|
---|
236 | <property name="sizePolicy" >
|
---|
237 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
238 | <horstretch>0</horstretch>
|
---|
239 | <verstretch>0</verstretch>
|
---|
240 | </sizepolicy>
|
---|
241 | </property>
|
---|
242 | <property name="text" >
|
---|
243 | <string>MB</string>
|
---|
244 | </property>
|
---|
245 | </widget>
|
---|
246 | </item>
|
---|
247 | </layout>
|
---|
248 | </item>
|
---|
249 | <item>
|
---|
250 | <spacer>
|
---|
251 | <property name="orientation" >
|
---|
252 | <enum>Qt::Vertical</enum>
|
---|
253 | </property>
|
---|
254 | <property name="sizeType" >
|
---|
255 | <enum>QSizePolicy::Expanding</enum>
|
---|
256 | </property>
|
---|
257 | <property name="sizeHint" >
|
---|
258 | <size>
|
---|
259 | <width>20</width>
|
---|
260 | <height>0</height>
|
---|
261 | </size>
|
---|
262 | </property>
|
---|
263 | </spacer>
|
---|
264 | </item>
|
---|
265 | </layout>
|
---|
266 | </item>
|
---|
267 | </layout>
|
---|
268 | </widget>
|
---|
269 | </item>
|
---|
270 | <item row="4" column="0" colspan="2" >
|
---|
271 | <widget class="QILabelSeparator" name="mGbVideo" >
|
---|
272 | <property name="sizePolicy" >
|
---|
273 | <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
|
---|
274 | <horstretch>0</horstretch>
|
---|
275 | <verstretch>0</verstretch>
|
---|
276 | </sizepolicy>
|
---|
277 | </property>
|
---|
278 | <property name="text" >
|
---|
279 | <string>&Video Memory Size</string>
|
---|
280 | </property>
|
---|
281 | <property name="buddy" >
|
---|
282 | <cstring>mLeVideo</cstring>
|
---|
283 | </property>
|
---|
284 | </widget>
|
---|
285 | </item>
|
---|
286 | <item row="5" column="0" >
|
---|
287 | <spacer>
|
---|
288 | <property name="orientation" >
|
---|
289 | <enum>Qt::Horizontal</enum>
|
---|
290 | </property>
|
---|
291 | <property name="sizeType" >
|
---|
292 | <enum>QSizePolicy::Fixed</enum>
|
---|
293 | </property>
|
---|
294 | <property name="sizeHint" >
|
---|
295 | <size>
|
---|
296 | <width>20</width>
|
---|
297 | <height>20</height>
|
---|
298 | </size>
|
---|
299 | </property>
|
---|
300 | </spacer>
|
---|
301 | </item>
|
---|
302 | <item row="5" column="1" >
|
---|
303 | <widget class="QWidget" native="1" name="widget_2" >
|
---|
304 | <property name="sizePolicy" >
|
---|
305 | <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
|
---|
306 | <horstretch>0</horstretch>
|
---|
307 | <verstretch>0</verstretch>
|
---|
308 | </sizepolicy>
|
---|
309 | </property>
|
---|
310 | <layout class="QHBoxLayout" >
|
---|
311 | <property name="leftMargin" >
|
---|
312 | <number>0</number>
|
---|
313 | </property>
|
---|
314 | <property name="topMargin" >
|
---|
315 | <number>0</number>
|
---|
316 | </property>
|
---|
317 | <property name="rightMargin" >
|
---|
318 | <number>0</number>
|
---|
319 | </property>
|
---|
320 | <property name="bottomMargin" >
|
---|
321 | <number>0</number>
|
---|
322 | </property>
|
---|
323 | <item>
|
---|
324 | <layout class="QVBoxLayout" >
|
---|
325 | <item>
|
---|
326 | <widget class="QSlider" name="mSlVideo" >
|
---|
327 | <property name="whatsThis" >
|
---|
328 | <string>Controls the amount of video memory provided to the virtual machine.</string>
|
---|
329 | </property>
|
---|
330 | <property name="orientation" >
|
---|
331 | <enum>Qt::Horizontal</enum>
|
---|
332 | </property>
|
---|
333 | <property name="tickPosition" >
|
---|
334 | <enum>QSlider::TicksBelow</enum>
|
---|
335 | </property>
|
---|
336 | </widget>
|
---|
337 | </item>
|
---|
338 | <item>
|
---|
339 | <layout class="QHBoxLayout" >
|
---|
340 | <item>
|
---|
341 | <widget class="QLabel" name="mLbVideoMin" >
|
---|
342 | <property name="sizePolicy" >
|
---|
343 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
344 | <horstretch>0</horstretch>
|
---|
345 | <verstretch>0</verstretch>
|
---|
346 | </sizepolicy>
|
---|
347 | </property>
|
---|
348 | <property name="text" >
|
---|
349 | <string><</string>
|
---|
350 | </property>
|
---|
351 | </widget>
|
---|
352 | </item>
|
---|
353 | <item>
|
---|
354 | <spacer>
|
---|
355 | <property name="orientation" >
|
---|
356 | <enum>Qt::Horizontal</enum>
|
---|
357 | </property>
|
---|
358 | <property name="sizeHint" >
|
---|
359 | <size>
|
---|
360 | <width>0</width>
|
---|
361 | <height>0</height>
|
---|
362 | </size>
|
---|
363 | </property>
|
---|
364 | </spacer>
|
---|
365 | </item>
|
---|
366 | <item>
|
---|
367 | <widget class="QLabel" name="mLbVideoMax" >
|
---|
368 | <property name="sizePolicy" >
|
---|
369 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
370 | <horstretch>0</horstretch>
|
---|
371 | <verstretch>0</verstretch>
|
---|
372 | </sizepolicy>
|
---|
373 | </property>
|
---|
374 | <property name="text" >
|
---|
375 | <string>></string>
|
---|
376 | </property>
|
---|
377 | <property name="alignment" >
|
---|
378 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
379 | </property>
|
---|
380 | </widget>
|
---|
381 | </item>
|
---|
382 | </layout>
|
---|
383 | </item>
|
---|
384 | </layout>
|
---|
385 | </item>
|
---|
386 | <item>
|
---|
387 | <layout class="QVBoxLayout" >
|
---|
388 | <property name="spacing" >
|
---|
389 | <number>0</number>
|
---|
390 | </property>
|
---|
391 | <item>
|
---|
392 | <layout class="QHBoxLayout" >
|
---|
393 | <property name="spacing" >
|
---|
394 | <number>4</number>
|
---|
395 | </property>
|
---|
396 | <item>
|
---|
397 | <widget class="QLineEdit" name="mLeVideo" >
|
---|
398 | <property name="sizePolicy" >
|
---|
399 | <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
|
---|
400 | <horstretch>0</horstretch>
|
---|
401 | <verstretch>0</verstretch>
|
---|
402 | </sizepolicy>
|
---|
403 | </property>
|
---|
404 | <property name="whatsThis" >
|
---|
405 | <string>Controls the amount of video memory provided to the virtual machine.</string>
|
---|
406 | </property>
|
---|
407 | </widget>
|
---|
408 | </item>
|
---|
409 | <item>
|
---|
410 | <widget class="QLabel" name="mLbVideo" >
|
---|
411 | <property name="sizePolicy" >
|
---|
412 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
413 | <horstretch>0</horstretch>
|
---|
414 | <verstretch>0</verstretch>
|
---|
415 | </sizepolicy>
|
---|
416 | </property>
|
---|
417 | <property name="text" >
|
---|
418 | <string>MB</string>
|
---|
419 | </property>
|
---|
420 | </widget>
|
---|
421 | </item>
|
---|
422 | </layout>
|
---|
423 | </item>
|
---|
424 | <item>
|
---|
425 | <spacer>
|
---|
426 | <property name="orientation" >
|
---|
427 | <enum>Qt::Vertical</enum>
|
---|
428 | </property>
|
---|
429 | <property name="sizeType" >
|
---|
430 | <enum>QSizePolicy::Expanding</enum>
|
---|
431 | </property>
|
---|
432 | <property name="sizeHint" >
|
---|
433 | <size>
|
---|
434 | <width>20</width>
|
---|
435 | <height>0</height>
|
---|
436 | </size>
|
---|
437 | </property>
|
---|
438 | </spacer>
|
---|
439 | </item>
|
---|
440 | </layout>
|
---|
441 | </item>
|
---|
442 | </layout>
|
---|
443 | </widget>
|
---|
444 | </item>
|
---|
445 | <item row="6" column="1" >
|
---|
446 | <widget class="QCheckBox" name="mCb3D" >
|
---|
447 | <property name="sizePolicy" >
|
---|
448 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
---|
449 | <horstretch>0</horstretch>
|
---|
450 | <verstretch>0</verstretch>
|
---|
451 | </sizepolicy>
|
---|
452 | </property>
|
---|
453 | <property name="whatsThis" >
|
---|
454 | <string>When checked, the virtual machine will get access to the 3D graphics capabilities available on the host.</string>
|
---|
455 | </property>
|
---|
456 | <property name="text" >
|
---|
457 | <string>Enable &3D Acceleration</string>
|
---|
458 | </property>
|
---|
459 | </widget>
|
---|
460 | </item>
|
---|
461 | <item row="7" column="1" >
|
---|
462 | <spacer>
|
---|
463 | <property name="orientation" >
|
---|
464 | <enum>Qt::Vertical</enum>
|
---|
465 | </property>
|
---|
466 | <property name="sizeHint" >
|
---|
467 | <size>
|
---|
468 | <width>20</width>
|
---|
469 | <height>31</height>
|
---|
470 | </size>
|
---|
471 | </property>
|
---|
472 | </spacer>
|
---|
473 | </item>
|
---|
474 | </layout>
|
---|
475 | </widget>
|
---|
476 | <widget class="QWidget" name="mTabAdvanced" >
|
---|
477 | <attribute name="title" >
|
---|
478 | <string>&Advanced</string>
|
---|
479 | </attribute>
|
---|
480 | <layout class="QGridLayout" >
|
---|
481 | <item row="0" column="0" >
|
---|
482 | <widget class="QLabel" name="mGbBootOrder" >
|
---|
483 | <property name="text" >
|
---|
484 | <string>Boo&t Order:</string>
|
---|
485 | </property>
|
---|
486 | <property name="alignment" >
|
---|
487 | <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
|
---|
488 | </property>
|
---|
489 | <property name="buddy" >
|
---|
490 | <cstring>mTwBootOrder</cstring>
|
---|
491 | </property>
|
---|
492 | </widget>
|
---|
493 | </item>
|
---|
494 | <item row="0" column="1" >
|
---|
495 | <widget class="QWidget" native="1" name="widget" >
|
---|
496 | <property name="sizePolicy" >
|
---|
497 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
498 | <horstretch>0</horstretch>
|
---|
499 | <verstretch>0</verstretch>
|
---|
500 | </sizepolicy>
|
---|
501 | </property>
|
---|
502 | <layout class="QHBoxLayout" >
|
---|
503 | <property name="leftMargin" >
|
---|
504 | <number>0</number>
|
---|
505 | </property>
|
---|
506 | <property name="topMargin" >
|
---|
507 | <number>0</number>
|
---|
508 | </property>
|
---|
509 | <property name="rightMargin" >
|
---|
510 | <number>0</number>
|
---|
511 | </property>
|
---|
512 | <property name="bottomMargin" >
|
---|
513 | <number>0</number>
|
---|
514 | </property>
|
---|
515 | <item>
|
---|
516 | <widget class="QWidget" native="1" name="mWBootContainer" >
|
---|
517 | <layout class="QHBoxLayout" >
|
---|
518 | <property name="leftMargin" >
|
---|
519 | <number>0</number>
|
---|
520 | </property>
|
---|
521 | <property name="topMargin" >
|
---|
522 | <number>0</number>
|
---|
523 | </property>
|
---|
524 | <property name="rightMargin" >
|
---|
525 | <number>0</number>
|
---|
526 | </property>
|
---|
527 | <property name="bottomMargin" >
|
---|
528 | <number>0</number>
|
---|
529 | </property>
|
---|
530 | <item>
|
---|
531 | <layout class="QVBoxLayout" >
|
---|
532 | <property name="spacing" >
|
---|
533 | <number>0</number>
|
---|
534 | </property>
|
---|
535 | <item>
|
---|
536 | <widget class="BootItemsTable" name="mTwBootOrder" >
|
---|
537 | <property name="whatsThis" >
|
---|
538 | <string>Defines the boot device order. Use checkboxes to the left to enable or disable individual boot devices. Move items up and down to change the device order.</string>
|
---|
539 | </property>
|
---|
540 | <property name="verticalScrollBarPolicy" >
|
---|
541 | <enum>Qt::ScrollBarAlwaysOff</enum>
|
---|
542 | </property>
|
---|
543 | <property name="horizontalScrollBarPolicy" >
|
---|
544 | <enum>Qt::ScrollBarAlwaysOff</enum>
|
---|
545 | </property>
|
---|
546 | <property name="alternatingRowColors" >
|
---|
547 | <bool>true</bool>
|
---|
548 | </property>
|
---|
549 | <property name="rootIsDecorated" >
|
---|
550 | <bool>false</bool>
|
---|
551 | </property>
|
---|
552 | <property name="uniformRowHeights" >
|
---|
553 | <bool>true</bool>
|
---|
554 | </property>
|
---|
555 | <column>
|
---|
556 | <property name="text" >
|
---|
557 | <string>[device]</string>
|
---|
558 | </property>
|
---|
559 | </column>
|
---|
560 | </widget>
|
---|
561 | </item>
|
---|
562 | </layout>
|
---|
563 | </item>
|
---|
564 | <item>
|
---|
565 | <layout class="QVBoxLayout" >
|
---|
566 | <property name="spacing" >
|
---|
567 | <number>0</number>
|
---|
568 | </property>
|
---|
569 | <item>
|
---|
570 | <widget class="QToolButton" name="mTbBootItemUp" >
|
---|
571 | <property name="enabled" >
|
---|
572 | <bool>false</bool>
|
---|
573 | </property>
|
---|
574 | <property name="focusPolicy" >
|
---|
575 | <enum>Qt::StrongFocus</enum>
|
---|
576 | </property>
|
---|
577 | <property name="toolTip" >
|
---|
578 | <string>Move Up (Ctrl-Up)</string>
|
---|
579 | </property>
|
---|
580 | <property name="whatsThis" >
|
---|
581 | <string>Moves the selected boot device up.</string>
|
---|
582 | </property>
|
---|
583 | <property name="text" >
|
---|
584 | <string/>
|
---|
585 | </property>
|
---|
586 | <property name="autoRaise" >
|
---|
587 | <bool>true</bool>
|
---|
588 | </property>
|
---|
589 | </widget>
|
---|
590 | </item>
|
---|
591 | <item>
|
---|
592 | <widget class="QToolButton" name="mTbBootItemDown" >
|
---|
593 | <property name="enabled" >
|
---|
594 | <bool>false</bool>
|
---|
595 | </property>
|
---|
596 | <property name="focusPolicy" >
|
---|
597 | <enum>Qt::StrongFocus</enum>
|
---|
598 | </property>
|
---|
599 | <property name="toolTip" >
|
---|
600 | <string>Move Down (Ctrl-Down)</string>
|
---|
601 | </property>
|
---|
602 | <property name="whatsThis" >
|
---|
603 | <string>Moves the selected boot device down.</string>
|
---|
604 | </property>
|
---|
605 | <property name="text" >
|
---|
606 | <string/>
|
---|
607 | </property>
|
---|
608 | <property name="autoRaise" >
|
---|
609 | <bool>true</bool>
|
---|
610 | </property>
|
---|
611 | </widget>
|
---|
612 | </item>
|
---|
613 | <item>
|
---|
614 | <spacer>
|
---|
615 | <property name="orientation" >
|
---|
616 | <enum>Qt::Vertical</enum>
|
---|
617 | </property>
|
---|
618 | <property name="sizeType" >
|
---|
619 | <enum>QSizePolicy::Expanding</enum>
|
---|
620 | </property>
|
---|
621 | <property name="sizeHint" >
|
---|
622 | <size>
|
---|
623 | <width>4</width>
|
---|
624 | <height>0</height>
|
---|
625 | </size>
|
---|
626 | </property>
|
---|
627 | </spacer>
|
---|
628 | </item>
|
---|
629 | </layout>
|
---|
630 | </item>
|
---|
631 | </layout>
|
---|
632 | </widget>
|
---|
633 | </item>
|
---|
634 | </layout>
|
---|
635 | </widget>
|
---|
636 | </item>
|
---|
637 | <item row="1" column="0" >
|
---|
638 | <widget class="QLabel" name="mGbAdvanced" >
|
---|
639 | <property name="text" >
|
---|
640 | <string>Extended Features:</string>
|
---|
641 | </property>
|
---|
642 | <property name="alignment" >
|
---|
643 | <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
|
---|
644 | </property>
|
---|
645 | <property name="buddy" >
|
---|
646 | <cstring>mCbAcpi</cstring>
|
---|
647 | </property>
|
---|
648 | </widget>
|
---|
649 | </item>
|
---|
650 | <item row="1" column="1" >
|
---|
651 | <layout class="QVBoxLayout" >
|
---|
652 | <item>
|
---|
653 | <widget class="QCheckBox" name="mCbAcpi" >
|
---|
654 | <property name="sizePolicy" >
|
---|
655 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
---|
656 | <horstretch>0</horstretch>
|
---|
657 | <verstretch>0</verstretch>
|
---|
658 | </sizepolicy>
|
---|
659 | </property>
|
---|
660 | <property name="whatsThis" >
|
---|
661 | <string>When checked, the virtual machine will support the Advanced Configuration and Power Management Interface (ACPI). <b>Note:</b> don't disable this feature after having installed a Windows guest operating system!</string>
|
---|
662 | </property>
|
---|
663 | <property name="text" >
|
---|
664 | <string>Enable A&CPI</string>
|
---|
665 | </property>
|
---|
666 | </widget>
|
---|
667 | </item>
|
---|
668 | <item>
|
---|
669 | <widget class="QCheckBox" name="mCbApic" >
|
---|
670 | <property name="sizePolicy" >
|
---|
671 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
---|
672 | <horstretch>0</horstretch>
|
---|
673 | <verstretch>0</verstretch>
|
---|
674 | </sizepolicy>
|
---|
675 | </property>
|
---|
676 | <property name="whatsThis" >
|
---|
677 | <string>When checked, the virtual machine will support the Input Output APIC (IO APIC), which may slightly decrease the VM performance. <b>Note:</b> don't disable this feature after having installed a Windows guest operating system!</string>
|
---|
678 | </property>
|
---|
679 | <property name="text" >
|
---|
680 | <string>Enable IO A&PIC</string>
|
---|
681 | </property>
|
---|
682 | </widget>
|
---|
683 | </item>
|
---|
684 | <item>
|
---|
685 | <widget class="QCheckBox" name="mCbVirt" >
|
---|
686 | <property name="sizePolicy" >
|
---|
687 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
---|
688 | <horstretch>0</horstretch>
|
---|
689 | <verstretch>0</verstretch>
|
---|
690 | </sizepolicy>
|
---|
691 | </property>
|
---|
692 | <property name="whatsThis" >
|
---|
693 | <string>When checked, the virtual machine will try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V.</string>
|
---|
694 | </property>
|
---|
695 | <property name="text" >
|
---|
696 | <string>Enable &VT-x/AMD-V</string>
|
---|
697 | </property>
|
---|
698 | </widget>
|
---|
699 | </item>
|
---|
700 | <item>
|
---|
701 | <layout class="QHBoxLayout" >
|
---|
702 | <item>
|
---|
703 | <spacer>
|
---|
704 | <property name="orientation" >
|
---|
705 | <enum>Qt::Horizontal</enum>
|
---|
706 | </property>
|
---|
707 | <property name="sizeType" >
|
---|
708 | <enum>QSizePolicy::Fixed</enum>
|
---|
709 | </property>
|
---|
710 | <property name="sizeHint" >
|
---|
711 | <size>
|
---|
712 | <width>20</width>
|
---|
713 | <height>0</height>
|
---|
714 | </size>
|
---|
715 | </property>
|
---|
716 | </spacer>
|
---|
717 | </item>
|
---|
718 | <item>
|
---|
719 | <widget class="QCheckBox" name="mCbNestedPaging" >
|
---|
720 | <property name="sizePolicy" >
|
---|
721 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
---|
722 | <horstretch>0</horstretch>
|
---|
723 | <verstretch>0</verstretch>
|
---|
724 | </sizepolicy>
|
---|
725 | </property>
|
---|
726 | <property name="whatsThis" >
|
---|
727 | <string>When checked, the virtual machine will try to make use of the nested paging extension of Intel VT-x and AMD-V.</string>
|
---|
728 | </property>
|
---|
729 | <property name="text" >
|
---|
730 | <string>Enable Nested Pa&ging</string>
|
---|
731 | </property>
|
---|
732 | </widget>
|
---|
733 | </item>
|
---|
734 | </layout>
|
---|
735 | </item>
|
---|
736 | <item>
|
---|
737 | <widget class="QCheckBox" name="mCbPae" >
|
---|
738 | <property name="sizePolicy" >
|
---|
739 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
---|
740 | <horstretch>0</horstretch>
|
---|
741 | <verstretch>0</verstretch>
|
---|
742 | </sizepolicy>
|
---|
743 | </property>
|
---|
744 | <property name="whatsThis" >
|
---|
745 | <string>When checked, the Physical Address Extension (PAE) feature of the host CPU will be exposed to the virtual machine.</string>
|
---|
746 | </property>
|
---|
747 | <property name="text" >
|
---|
748 | <string>Enable PA&E/NX</string>
|
---|
749 | </property>
|
---|
750 | </widget>
|
---|
751 | </item>
|
---|
752 | </layout>
|
---|
753 | </item>
|
---|
754 | <item row="2" column="0" >
|
---|
755 | <widget class="QLabel" name="mGbClipboard" >
|
---|
756 | <property name="text" >
|
---|
757 | <string>&Shared Clipboard:</string>
|
---|
758 | </property>
|
---|
759 | <property name="alignment" >
|
---|
760 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
761 | </property>
|
---|
762 | <property name="buddy" >
|
---|
763 | <cstring>mCbClipboard</cstring>
|
---|
764 | </property>
|
---|
765 | </widget>
|
---|
766 | </item>
|
---|
767 | <item rowspan="2" row="2" column="1" >
|
---|
768 | <layout class="QHBoxLayout" >
|
---|
769 | <item>
|
---|
770 | <layout class="QVBoxLayout" >
|
---|
771 | <item>
|
---|
772 | <widget class="QComboBox" name="mCbClipboard" >
|
---|
773 | <property name="sizePolicy" >
|
---|
774 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
775 | <horstretch>0</horstretch>
|
---|
776 | <verstretch>0</verstretch>
|
---|
777 | </sizepolicy>
|
---|
778 | </property>
|
---|
779 | <property name="whatsThis" >
|
---|
780 | <string>Defines the mode of sharing the clipboard between the guest and the host OS. Note that this feature requires Guest Additions to be installed in the guest OS.</string>
|
---|
781 | </property>
|
---|
782 | </widget>
|
---|
783 | </item>
|
---|
784 | <item>
|
---|
785 | <widget class="QComboBox" name="mCbIDEController" >
|
---|
786 | <property name="sizePolicy" >
|
---|
787 | <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
---|
788 | <horstretch>0</horstretch>
|
---|
789 | <verstretch>0</verstretch>
|
---|
790 | </sizepolicy>
|
---|
791 | </property>
|
---|
792 | <property name="whatsThis" >
|
---|
793 | <string>Defines the type of the virtual IDE controller. Depending on this value, VirtualBox will provide different virtual IDE hardware devices to the guest OS.</string>
|
---|
794 | </property>
|
---|
795 | </widget>
|
---|
796 | </item>
|
---|
797 | </layout>
|
---|
798 | </item>
|
---|
799 | <item>
|
---|
800 | <spacer>
|
---|
801 | <property name="orientation" >
|
---|
802 | <enum>Qt::Horizontal</enum>
|
---|
803 | </property>
|
---|
804 | <property name="sizeType" >
|
---|
805 | <enum>QSizePolicy::Expanding</enum>
|
---|
806 | </property>
|
---|
807 | <property name="sizeHint" >
|
---|
808 | <size>
|
---|
809 | <width>40</width>
|
---|
810 | <height>20</height>
|
---|
811 | </size>
|
---|
812 | </property>
|
---|
813 | </spacer>
|
---|
814 | </item>
|
---|
815 | </layout>
|
---|
816 | </item>
|
---|
817 | <item row="3" column="0" >
|
---|
818 | <widget class="QLabel" name="mGbIDEController" >
|
---|
819 | <property name="text" >
|
---|
820 | <string>&IDE Controller Type:</string>
|
---|
821 | </property>
|
---|
822 | <property name="alignment" >
|
---|
823 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
824 | </property>
|
---|
825 | <property name="buddy" >
|
---|
826 | <cstring>mCbIDEController</cstring>
|
---|
827 | </property>
|
---|
828 | </widget>
|
---|
829 | </item>
|
---|
830 | <item row="4" column="0" >
|
---|
831 | <widget class="QLabel" name="mGbSnapshot" >
|
---|
832 | <property name="text" >
|
---|
833 | <string>S&napshot Folder:</string>
|
---|
834 | </property>
|
---|
835 | <property name="alignment" >
|
---|
836 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
837 | </property>
|
---|
838 | <property name="buddy" >
|
---|
839 | <cstring>mPsSnapshot</cstring>
|
---|
840 | </property>
|
---|
841 | </widget>
|
---|
842 | </item>
|
---|
843 | <item row="4" column="1" >
|
---|
844 | <widget class="VBoxFilePathSelectorWidget" name="mPsSnapshot" >
|
---|
845 | <property name="sizePolicy" >
|
---|
846 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
---|
847 | <horstretch>0</horstretch>
|
---|
848 | <verstretch>0</verstretch>
|
---|
849 | </sizepolicy>
|
---|
850 | </property>
|
---|
851 | </widget>
|
---|
852 | </item>
|
---|
853 | <item row="5" column="1" >
|
---|
854 | <spacer>
|
---|
855 | <property name="orientation" >
|
---|
856 | <enum>Qt::Vertical</enum>
|
---|
857 | </property>
|
---|
858 | <property name="sizeHint" >
|
---|
859 | <size>
|
---|
860 | <width>20</width>
|
---|
861 | <height>40</height>
|
---|
862 | </size>
|
---|
863 | </property>
|
---|
864 | </spacer>
|
---|
865 | </item>
|
---|
866 | </layout>
|
---|
867 | </widget>
|
---|
868 | <widget class="QWidget" name="mTabDescription" >
|
---|
869 | <attribute name="title" >
|
---|
870 | <string>&Description</string>
|
---|
871 | </attribute>
|
---|
872 | <layout class="QVBoxLayout" >
|
---|
873 | <item>
|
---|
874 | <widget class="QTextEdit" name="mTeDescription" >
|
---|
875 | <property name="whatsThis" >
|
---|
876 | <string>Displays the description of the virtual machine. The description field is useful for commenting configuration details of the installed guest OS.</string>
|
---|
877 | </property>
|
---|
878 | <property name="acceptRichText" >
|
---|
879 | <bool>false</bool>
|
---|
880 | </property>
|
---|
881 | </widget>
|
---|
882 | </item>
|
---|
883 | </layout>
|
---|
884 | </widget>
|
---|
885 | <widget class="QWidget" name="mTabOther" >
|
---|
886 | <attribute name="title" >
|
---|
887 | <string>&Other</string>
|
---|
888 | </attribute>
|
---|
889 | <layout class="QGridLayout" >
|
---|
890 | <item row="0" column="0" >
|
---|
891 | <spacer>
|
---|
892 | <property name="orientation" >
|
---|
893 | <enum>Qt::Horizontal</enum>
|
---|
894 | </property>
|
---|
895 | <property name="sizeType" >
|
---|
896 | <enum>QSizePolicy::Fixed</enum>
|
---|
897 | </property>
|
---|
898 | <property name="sizeHint" >
|
---|
899 | <size>
|
---|
900 | <width>60</width>
|
---|
901 | <height>20</height>
|
---|
902 | </size>
|
---|
903 | </property>
|
---|
904 | </spacer>
|
---|
905 | </item>
|
---|
906 | <item row="0" column="1" >
|
---|
907 | <widget class="QLabel" name="mGbRuntime" >
|
---|
908 | <property name="text" >
|
---|
909 | <string>Runtime:</string>
|
---|
910 | </property>
|
---|
911 | <property name="alignment" >
|
---|
912 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
913 | </property>
|
---|
914 | <property name="buddy" >
|
---|
915 | <cstring>mCbSaveMounted</cstring>
|
---|
916 | </property>
|
---|
917 | </widget>
|
---|
918 | </item>
|
---|
919 | <item row="0" column="2" >
|
---|
920 | <widget class="QCheckBox" name="mCbSaveMounted" >
|
---|
921 | <property name="whatsThis" >
|
---|
922 | <string>If checked, any change to mounted CD/DVD or Floppy media performed during machine execution will be saved in the settings file in order to preserve the configuration of mounted media between runs.</string>
|
---|
923 | </property>
|
---|
924 | <property name="text" >
|
---|
925 | <string>&Remember Mounted Media</string>
|
---|
926 | </property>
|
---|
927 | <property name="checked" >
|
---|
928 | <bool>true</bool>
|
---|
929 | </property>
|
---|
930 | </widget>
|
---|
931 | </item>
|
---|
932 | <item row="0" column="3" >
|
---|
933 | <spacer>
|
---|
934 | <property name="orientation" >
|
---|
935 | <enum>Qt::Horizontal</enum>
|
---|
936 | </property>
|
---|
937 | <property name="sizeHint" >
|
---|
938 | <size>
|
---|
939 | <width>40</width>
|
---|
940 | <height>20</height>
|
---|
941 | </size>
|
---|
942 | </property>
|
---|
943 | </spacer>
|
---|
944 | </item>
|
---|
945 | <item row="1" column="2" >
|
---|
946 | <spacer>
|
---|
947 | <property name="orientation" >
|
---|
948 | <enum>Qt::Vertical</enum>
|
---|
949 | </property>
|
---|
950 | <property name="sizeHint" >
|
---|
951 | <size>
|
---|
952 | <width>20</width>
|
---|
953 | <height>40</height>
|
---|
954 | </size>
|
---|
955 | </property>
|
---|
956 | </spacer>
|
---|
957 | </item>
|
---|
958 | </layout>
|
---|
959 | </widget>
|
---|
960 | </widget>
|
---|
961 | </item>
|
---|
962 | </layout>
|
---|
963 | </widget>
|
---|
964 | <customwidgets>
|
---|
965 | <customwidget>
|
---|
966 | <class>VBoxOSTypeSelectorWidget</class>
|
---|
967 | <extends>QWidget</extends>
|
---|
968 | <header>VBoxOSTypeSelectorWidget.h</header>
|
---|
969 | </customwidget>
|
---|
970 | <customwidget>
|
---|
971 | <class>VBoxFilePathSelectorWidget</class>
|
---|
972 | <extends>QComboBox</extends>
|
---|
973 | <header>VBoxFilePathSelectorWidget.h</header>
|
---|
974 | <container>1</container>
|
---|
975 | </customwidget>
|
---|
976 | <customwidget>
|
---|
977 | <class>BootItemsTable</class>
|
---|
978 | <extends>QTreeWidget</extends>
|
---|
979 | <header>VBoxSettingsUtils.h</header>
|
---|
980 | </customwidget>
|
---|
981 | <customwidget>
|
---|
982 | <class>QILabelSeparator</class>
|
---|
983 | <extends>QLabel</extends>
|
---|
984 | <header>QILabelSeparator.h</header>
|
---|
985 | </customwidget>
|
---|
986 | </customwidgets>
|
---|
987 | <resources/>
|
---|
988 | <connections/>
|
---|
989 | </ui>
|
---|