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