VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui@ 3144

Last change on this file since 3144 was 3141, checked in by vboxsync, 18 years ago

2029: Add DVD passthrough setting:

The CD/DVD page of the VM settings dialog got it's "passthrough" checkbox. It can be selected in case of a host drive is mounted into virtual CD/DVD drive and allows using of CD/DVD-burners.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 174.5 KB
Line 
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>VBoxVMSettingsDlg</class>
3<comment>
4:mode=html:tabSize=4:indentSize=4:noTabs=true:
5:folding=explicit:collapseFolds=1:
6
7# Copyright (C) 2006-2007 innotek GmbH
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License as published by the Free Software Foundation,
13# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14# distribution. VirtualBox OSE is distributed in the hope that it will
15# be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# If you received this file as part of a commercial VirtualBox
18# distribution, then only the terms of your commercial VirtualBox
19# license agreement apply instead of the previous paragraph.
20</comment>
21<widget class="QDialog">
22 <property name="name">
23 <cstring>VBoxVMSettingsDlg</cstring>
24 </property>
25 <property name="geometry">
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>486</width>
30 <height>493</height>
31 </rect>
32 </property>
33 <property name="sizePolicy">
34 <sizepolicy>
35 <hsizetype>7</hsizetype>
36 <vsizetype>7</vsizetype>
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
41 <property name="caption">
42 <string>VBoxVMSettingsDlg</string>
43 </property>
44 <property name="sizeGripEnabled">
45 <bool>true</bool>
46 </property>
47 <property name="whatsThis" stdset="0">
48 <string>&lt;i&gt;Select a settings category from the list on the left side and move the mouse over a settings item to get more information&lt;i&gt;.</string>
49 </property>
50 <grid>
51 <property name="name">
52 <cstring>unnamed</cstring>
53 </property>
54 <property name="spacing">
55 <number>10</number>
56 </property>
57 <property name="resizeMode">
58 <enum>Minimum</enum>
59 </property>
60 <widget class="QListView" row="0" column="0" rowspan="3" colspan="1">
61 <column>
62 <property name="text">
63 <string>Category</string>
64 </property>
65 <property name="clickable">
66 <bool>false</bool>
67 </property>
68 <property name="resizable">
69 <bool>true</bool>
70 </property>
71 </column>
72 <column>
73 <property name="text">
74 <string>[id]</string>
75 </property>
76 <property name="clickable">
77 <bool>false</bool>
78 </property>
79 <property name="resizable">
80 <bool>false</bool>
81 </property>
82 </column>
83 <column>
84 <property name="text">
85 <string>[link]</string>
86 </property>
87 <property name="clickable">
88 <bool>false</bool>
89 </property>
90 <property name="resizable">
91 <bool>false</bool>
92 </property>
93 </column>
94 <item>
95 <property name="text">
96 <string> General </string>
97 </property>
98 <property name="text">
99 <string>0</string>
100 </property>
101 <property name="text">
102 <string>#general</string>
103 </property>
104 <property name="pixmap">
105 <pixmap>machine_16px.png</pixmap>
106 </property>
107 <property name="pixmap">
108 <pixmap></pixmap>
109 </property>
110 <property name="pixmap">
111 <pixmap></pixmap>
112 </property>
113 </item>
114 <item>
115 <property name="text">
116 <string> Hard Disks </string>
117 </property>
118 <property name="text">
119 <string>1</string>
120 </property>
121 <property name="text">
122 <string>#hdds</string>
123 </property>
124 <property name="pixmap">
125 <pixmap>hd_16px.png</pixmap>
126 </property>
127 <property name="pixmap">
128 <pixmap></pixmap>
129 </property>
130 <property name="pixmap">
131 <pixmap></pixmap>
132 </property>
133 </item>
134 <item>
135 <property name="text">
136 <string> CD/DVD-ROM </string>
137 </property>
138 <property name="text">
139 <string>2</string>
140 </property>
141 <property name="text">
142 <string>#dvd</string>
143 </property>
144 <property name="pixmap">
145 <pixmap>cd_16px.png</pixmap>
146 </property>
147 <property name="pixmap">
148 <pixmap></pixmap>
149 </property>
150 <property name="pixmap">
151 <pixmap></pixmap>
152 </property>
153 </item>
154 <item>
155 <property name="text">
156 <string> Floppy </string>
157 </property>
158 <property name="text">
159 <string>3</string>
160 </property>
161 <property name="text">
162 <string>#floppy</string>
163 </property>
164 <property name="pixmap">
165 <pixmap>fd_16px.png</pixmap>
166 </property>
167 <property name="pixmap">
168 <pixmap></pixmap>
169 </property>
170 <property name="pixmap">
171 <pixmap></pixmap>
172 </property>
173 </item>
174 <item>
175 <property name="text">
176 <string> Audio </string>
177 </property>
178 <property name="text">
179 <string>4</string>
180 </property>
181 <property name="text">
182 <string>#audio</string>
183 </property>
184 <property name="pixmap">
185 <pixmap>sound_16px.png</pixmap>
186 </property>
187 <property name="pixmap">
188 <pixmap></pixmap>
189 </property>
190 <property name="pixmap">
191 <pixmap></pixmap>
192 </property>
193 </item>
194 <item>
195 <property name="text">
196 <string> Network </string>
197 </property>
198 <property name="text">
199 <string>5</string>
200 </property>
201 <property name="text">
202 <string>#network</string>
203 </property>
204 <property name="pixmap">
205 <pixmap>nw_16px.png</pixmap>
206 </property>
207 <property name="pixmap">
208 <pixmap></pixmap>
209 </property>
210 <property name="pixmap">
211 <pixmap></pixmap>
212 </property>
213 </item>
214 <item>
215 <property name="text">
216 <string> USB </string>
217 </property>
218 <property name="text">
219 <string>6</string>
220 </property>
221 <property name="text">
222 <string>#usb</string>
223 </property>
224 <property name="pixmap">
225 <pixmap>usb_16px.png</pixmap>
226 </property>
227 <property name="pixmap">
228 <pixmap></pixmap>
229 </property>
230 <property name="pixmap">
231 <pixmap></pixmap>
232 </property>
233 </item>
234 <item>
235 <property name="text">
236 <string> Remote Display </string>
237 </property>
238 <property name="text">
239 <string>7</string>
240 </property>
241 <property name="text">
242 <string>#vrdp</string>
243 </property>
244 <property name="pixmap">
245 <pixmap>vrdp_16px.png</pixmap>
246 </property>
247 <property name="pixmap">
248 <pixmap></pixmap>
249 </property>
250 <property name="pixmap">
251 <pixmap></pixmap>
252 </property>
253 </item>
254 <item>
255 <property name="text">
256 <string> Shared Folders </string>
257 </property>
258 <property name="text">
259 <string>8</string>
260 </property>
261 <property name="text">
262 <string>#sfolders</string>
263 </property>
264 <property name="pixmap">
265 <pixmap>shared_folder_16px.png</pixmap>
266 </property>
267 <property name="pixmap">
268 <pixmap></pixmap>
269 </property>
270 <property name="pixmap">
271 <pixmap></pixmap>
272 </property>
273 </item>
274 <property name="name">
275 <cstring>listView</cstring>
276 </property>
277 <property name="sizePolicy">
278 <sizepolicy>
279 <hsizetype>0</hsizetype>
280 <vsizetype>5</vsizetype>
281 <horstretch>0</horstretch>
282 <verstretch>0</verstretch>
283 </sizepolicy>
284 </property>
285 <property name="lineWidth">
286 <number>2</number>
287 </property>
288 <property name="margin">
289 <number>0</number>
290 </property>
291 <property name="allColumnsShowFocus">
292 <bool>true</bool>
293 </property>
294 <property name="itemMargin">
295 <number>3</number>
296 </property>
297 </widget>
298 <widget class="QLabel" row="0" column="1">
299 <property name="name">
300 <cstring>titleLabel</cstring>
301 </property>
302 <property name="sizePolicy">
303 <sizepolicy>
304 <hsizetype>7</hsizetype>
305 <vsizetype>0</vsizetype>
306 <horstretch>0</horstretch>
307 <verstretch>0</verstretch>
308 </sizepolicy>
309 </property>
310 <property name="backgroundMode">
311 <enum>PaletteBase</enum>
312 </property>
313 <property name="font">
314 <font>
315 <pointsize>11</pointsize>
316 <bold>1</bold>
317 </font>
318 </property>
319 <property name="frameShape">
320 <enum>Box</enum>
321 </property>
322 <property name="frameShadow">
323 <enum>Sunken</enum>
324 </property>
325 <property name="lineWidth">
326 <number>1</number>
327 </property>
328 <property name="margin">
329 <number>7</number>
330 </property>
331 <property name="text">
332 <string></string>
333 </property>
334 <property name="buddy" stdset="0">
335 <cstring></cstring>
336 </property>
337 </widget>
338 <widget class="QWidgetStack" row="1" column="1">
339 <property name="name">
340 <cstring>widgetStack</cstring>
341 </property>
342 <property name="sizePolicy">
343 <sizepolicy>
344 <hsizetype>7</hsizetype>
345 <vsizetype>7</vsizetype>
346 <horstretch>0</horstretch>
347 <verstretch>0</verstretch>
348 </sizepolicy>
349 </property>
350 <widget class="QWidget">
351 <property name="name">
352 <cstring>pageGeneral</cstring>
353 </property>
354 <attribute name="id">
355 <number>0</number>
356 </attribute>
357 <vbox>
358 <property name="name">
359 <cstring>unnamed</cstring>
360 </property>
361 <property name="margin">
362 <number>0</number>
363 </property>
364 <property name="spacing">
365 <number>10</number>
366 </property>
367 <widget class="QTabWidget">
368 <property name="name">
369 <cstring>tbwGeneral</cstring>
370 </property>
371 <widget class="QWidget">
372 <property name="name">
373 <cstring>basic</cstring>
374 </property>
375 <attribute name="title">
376 <string>&amp;Basic</string>
377 </attribute>
378 <vbox>
379 <property name="name">
380 <cstring>unnamed</cstring>
381 </property>
382 <property name="margin">
383 <number>10</number>
384 </property>
385 <property name="spacing">
386 <number>10</number>
387 </property>
388 <widget class="QGroupBox">
389 <property name="name">
390 <cstring>groupBox22</cstring>
391 </property>
392 <property name="sizePolicy">
393 <sizepolicy>
394 <hsizetype>5</hsizetype>
395 <vsizetype>0</vsizetype>
396 <horstretch>0</horstretch>
397 <verstretch>0</verstretch>
398 </sizepolicy>
399 </property>
400 <property name="title">
401 <string>&amp;Identification</string>
402 </property>
403 <grid>
404 <property name="name">
405 <cstring>unnamed</cstring>
406 </property>
407 <widget class="QLayoutWidget" row="0" column="0">
408 <property name="name">
409 <cstring>layout100</cstring>
410 </property>
411 <property name="sizePolicy">
412 <sizepolicy>
413 <hsizetype>7</hsizetype>
414 <vsizetype>0</vsizetype>
415 <horstretch>0</horstretch>
416 <verstretch>0</verstretch>
417 </sizepolicy>
418 </property>
419 <hbox>
420 <property name="name">
421 <cstring>unnamed</cstring>
422 </property>
423 <widget class="QLabel">
424 <property name="name">
425 <cstring>txName</cstring>
426 </property>
427 <property name="text">
428 <string>&amp;Name</string>
429 </property>
430 <property name="buddy" stdset="0">
431 <cstring>leName</cstring>
432 </property>
433 </widget>
434 <widget class="QLineEdit">
435 <property name="name">
436 <cstring>leName</cstring>
437 </property>
438 <property name="frameShape">
439 <enum>LineEditPanel</enum>
440 </property>
441 <property name="frameShadow">
442 <enum>Sunken</enum>
443 </property>
444 <property name="whatsThis" stdset="0">
445 <string>Displays the name of the virtual machine.</string>
446 </property>
447 </widget>
448 </hbox>
449 </widget>
450 <widget class="QLayoutWidget" row="0" column="1">
451 <property name="name">
452 <cstring>layout101</cstring>
453 </property>
454 <hbox>
455 <property name="name">
456 <cstring>unnamed</cstring>
457 </property>
458 <widget class="QLabel">
459 <property name="name">
460 <cstring>textLabel7</cstring>
461 </property>
462 <property name="text">
463 <string>OS &amp;Type</string>
464 </property>
465 <property name="buddy" stdset="0">
466 <cstring>cbOS</cstring>
467 </property>
468 </widget>
469 <widget class="QComboBox">
470 <property name="name">
471 <cstring>cbOS</cstring>
472 </property>
473 <property name="whatsThis" stdset="0">
474 <string>Displays the operating system type that you plan to install into this virtual machine (called a guest operating system).</string>
475 </property>
476 </widget>
477 </hbox>
478 </widget>
479 </grid>
480 </widget>
481 <widget class="QGroupBox">
482 <property name="name">
483 <cstring>groupBox2</cstring>
484 </property>
485 <property name="sizePolicy">
486 <sizepolicy>
487 <hsizetype>5</hsizetype>
488 <vsizetype>0</vsizetype>
489 <horstretch>0</horstretch>
490 <verstretch>0</verstretch>
491 </sizepolicy>
492 </property>
493 <property name="title">
494 <string>Base &amp;Memory Size</string>
495 </property>
496 <hbox>
497 <property name="name">
498 <cstring>unnamed</cstring>
499 </property>
500 <widget class="QLayoutWidget">
501 <property name="name">
502 <cstring>layout33</cstring>
503 </property>
504 <hbox>
505 <property name="name">
506 <cstring>unnamed</cstring>
507 </property>
508 <widget class="QLayoutWidget">
509 <property name="name">
510 <cstring>layout32</cstring>
511 </property>
512 <property name="sizePolicy">
513 <sizepolicy>
514 <hsizetype>7</hsizetype>
515 <vsizetype>1</vsizetype>
516 <horstretch>0</horstretch>
517 <verstretch>0</verstretch>
518 </sizepolicy>
519 </property>
520 <vbox>
521 <property name="name">
522 <cstring>unnamed</cstring>
523 </property>
524 <property name="spacing">
525 <number>0</number>
526 </property>
527 <widget class="QSlider">
528 <property name="name">
529 <cstring>slRAM</cstring>
530 </property>
531 <property name="sizePolicy">
532 <sizepolicy>
533 <hsizetype>7</hsizetype>
534 <vsizetype>0</vsizetype>
535 <horstretch>10</horstretch>
536 <verstretch>0</verstretch>
537 </sizepolicy>
538 </property>
539 <property name="minValue">
540 <number>4</number>
541 </property>
542 <property name="maxValue">
543 <number>384</number>
544 </property>
545 <property name="lineStep">
546 <number>4</number>
547 </property>
548 <property name="pageStep">
549 <number>32</number>
550 </property>
551 <property name="orientation">
552 <enum>Horizontal</enum>
553 </property>
554 <property name="tickmarks">
555 <enum>Below</enum>
556 </property>
557 <property name="tickInterval">
558 <number>32</number>
559 </property>
560 <property name="whatsThis" stdset="0">
561 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
562 </property>
563 </widget>
564 <widget class="QLayoutWidget">
565 <property name="name">
566 <cstring>layout31</cstring>
567 </property>
568 <hbox>
569 <property name="name">
570 <cstring>unnamed</cstring>
571 </property>
572 <widget class="QLabel">
573 <property name="name">
574 <cstring>txRAMMin</cstring>
575 </property>
576 <property name="text">
577 <string>&lt;</string>
578 </property>
579 <property name="alignment">
580 <set>WordBreak|AlignVCenter|AlignLeft</set>
581 </property>
582 </widget>
583 <spacer>
584 <property name="name">
585 <cstring>spacer8</cstring>
586 </property>
587 <property name="orientation">
588 <enum>Horizontal</enum>
589 </property>
590 <property name="sizeType">
591 <enum>Expanding</enum>
592 </property>
593 <property name="sizeHint">
594 <size>
595 <width>60</width>
596 <height>20</height>
597 </size>
598 </property>
599 </spacer>
600 <widget class="QLabel">
601 <property name="name">
602 <cstring>txRAMBest</cstring>
603 </property>
604 <property name="text">
605 <string>=</string>
606 </property>
607 <property name="alignment">
608 <set>AlignCenter</set>
609 </property>
610 </widget>
611 <spacer>
612 <property name="name">
613 <cstring>spacer8_3</cstring>
614 </property>
615 <property name="orientation">
616 <enum>Horizontal</enum>
617 </property>
618 <property name="sizeType">
619 <enum>Expanding</enum>
620 </property>
621 <property name="sizeHint">
622 <size>
623 <width>60</width>
624 <height>20</height>
625 </size>
626 </property>
627 </spacer>
628 <widget class="QLabel">
629 <property name="name">
630 <cstring>txRAMMax</cstring>
631 </property>
632 <property name="text">
633 <string>&gt;</string>
634 </property>
635 <property name="alignment">
636 <set>WordBreak|AlignVCenter|AlignRight</set>
637 </property>
638 </widget>
639 </hbox>
640 </widget>
641 </vbox>
642 </widget>
643 <widget class="QLayoutWidget">
644 <property name="name">
645 <cstring>layout18</cstring>
646 </property>
647 <vbox>
648 <property name="name">
649 <cstring>unnamed</cstring>
650 </property>
651 <widget class="QLayoutWidget">
652 <property name="name">
653 <cstring>layout17</cstring>
654 </property>
655 <hbox>
656 <property name="name">
657 <cstring>unnamed</cstring>
658 </property>
659 <widget class="QLineEdit">
660 <property name="name">
661 <cstring>leRAM</cstring>
662 </property>
663 <property name="sizePolicy">
664 <sizepolicy>
665 <hsizetype>4</hsizetype>
666 <vsizetype>0</vsizetype>
667 <horstretch>0</horstretch>
668 <verstretch>0</verstretch>
669 </sizepolicy>
670 </property>
671 <property name="whatsThis" stdset="0">
672 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
673 </property>
674 </widget>
675 <widget class="QLabel">
676 <property name="name">
677 <cstring>txRAM</cstring>
678 </property>
679 <property name="text">
680 <string>MB</string>
681 </property>
682 <property name="buddy" stdset="0">
683 <cstring>leRAM</cstring>
684 </property>
685 </widget>
686 </hbox>
687 </widget>
688 <spacer>
689 <property name="name">
690 <cstring>spacer9</cstring>
691 </property>
692 <property name="orientation">
693 <enum>Vertical</enum>
694 </property>
695 <property name="sizeType">
696 <enum>Expanding</enum>
697 </property>
698 <property name="sizeHint">
699 <size>
700 <width>20</width>
701 <height>1</height>
702 </size>
703 </property>
704 </spacer>
705 </vbox>
706 </widget>
707 </hbox>
708 </widget>
709 </hbox>
710 </widget>
711 <widget class="QGroupBox">
712 <property name="name">
713 <cstring>groupBox1</cstring>
714 </property>
715 <property name="sizePolicy">
716 <sizepolicy>
717 <hsizetype>5</hsizetype>
718 <vsizetype>0</vsizetype>
719 <horstretch>0</horstretch>
720 <verstretch>0</verstretch>
721 </sizepolicy>
722 </property>
723 <property name="title">
724 <string>&amp;Video Memory Size</string>
725 </property>
726 <hbox>
727 <property name="name">
728 <cstring>unnamed</cstring>
729 </property>
730 <widget class="QLayoutWidget">
731 <property name="name">
732 <cstring>layout33</cstring>
733 </property>
734 <hbox>
735 <property name="name">
736 <cstring>unnamed</cstring>
737 </property>
738 <widget class="QLayoutWidget">
739 <property name="name">
740 <cstring>layout32</cstring>
741 </property>
742 <vbox>
743 <property name="name">
744 <cstring>unnamed</cstring>
745 </property>
746 <property name="spacing">
747 <number>0</number>
748 </property>
749 <widget class="QSlider">
750 <property name="name">
751 <cstring>slVRAM</cstring>
752 </property>
753 <property name="sizePolicy">
754 <sizepolicy>
755 <hsizetype>7</hsizetype>
756 <vsizetype>0</vsizetype>
757 <horstretch>10</horstretch>
758 <verstretch>0</verstretch>
759 </sizepolicy>
760 </property>
761 <property name="minValue">
762 <number>1</number>
763 </property>
764 <property name="maxValue">
765 <number>128</number>
766 </property>
767 <property name="lineStep">
768 <number>1</number>
769 </property>
770 <property name="pageStep">
771 <number>4</number>
772 </property>
773 <property name="orientation">
774 <enum>Horizontal</enum>
775 </property>
776 <property name="tickmarks">
777 <enum>Below</enum>
778 </property>
779 <property name="tickInterval">
780 <number>4</number>
781 </property>
782 <property name="whatsThis" stdset="0">
783 <string>Controls the amount of video memory provided to the virtual machine.</string>
784 </property>
785 </widget>
786 <widget class="QLayoutWidget">
787 <property name="name">
788 <cstring>layout31</cstring>
789 </property>
790 <property name="sizePolicy">
791 <sizepolicy>
792 <hsizetype>7</hsizetype>
793 <vsizetype>1</vsizetype>
794 <horstretch>0</horstretch>
795 <verstretch>0</verstretch>
796 </sizepolicy>
797 </property>
798 <hbox>
799 <property name="name">
800 <cstring>unnamed</cstring>
801 </property>
802 <widget class="QLabel">
803 <property name="name">
804 <cstring>txVRAMMin</cstring>
805 </property>
806 <property name="text">
807 <string>&lt;</string>
808 </property>
809 <property name="alignment">
810 <set>WordBreak|AlignVCenter|AlignLeft</set>
811 </property>
812 </widget>
813 <spacer>
814 <property name="name">
815 <cstring>spacer8_2</cstring>
816 </property>
817 <property name="orientation">
818 <enum>Horizontal</enum>
819 </property>
820 <property name="sizeType">
821 <enum>Expanding</enum>
822 </property>
823 <property name="sizeHint">
824 <size>
825 <width>70</width>
826 <height>20</height>
827 </size>
828 </property>
829 </spacer>
830 <widget class="QLabel">
831 <property name="name">
832 <cstring>txVRAMBest</cstring>
833 </property>
834 <property name="text">
835 <string>=</string>
836 </property>
837 <property name="alignment">
838 <set>AlignCenter</set>
839 </property>
840 <property name="buddy" stdset="0">
841 <cstring></cstring>
842 </property>
843 </widget>
844 <spacer>
845 <property name="name">
846 <cstring>spacer19_2</cstring>
847 </property>
848 <property name="orientation">
849 <enum>Horizontal</enum>
850 </property>
851 <property name="sizeType">
852 <enum>Expanding</enum>
853 </property>
854 <property name="sizeHint">
855 <size>
856 <width>61</width>
857 <height>20</height>
858 </size>
859 </property>
860 </spacer>
861 <widget class="QLabel">
862 <property name="name">
863 <cstring>txVRAMMax</cstring>
864 </property>
865 <property name="text">
866 <string>&gt;</string>
867 </property>
868 <property name="alignment">
869 <set>WordBreak|AlignVCenter|AlignRight</set>
870 </property>
871 </widget>
872 </hbox>
873 </widget>
874 </vbox>
875 </widget>
876 <widget class="QLayoutWidget">
877 <property name="name">
878 <cstring>layout18_2</cstring>
879 </property>
880 <vbox>
881 <property name="name">
882 <cstring>unnamed</cstring>
883 </property>
884 <widget class="QLayoutWidget">
885 <property name="name">
886 <cstring>layout17_2</cstring>
887 </property>
888 <hbox>
889 <property name="name">
890 <cstring>unnamed</cstring>
891 </property>
892 <widget class="QLineEdit">
893 <property name="name">
894 <cstring>leVRAM</cstring>
895 </property>
896 <property name="sizePolicy">
897 <sizepolicy>
898 <hsizetype>4</hsizetype>
899 <vsizetype>0</vsizetype>
900 <horstretch>0</horstretch>
901 <verstretch>0</verstretch>
902 </sizepolicy>
903 </property>
904 <property name="frameShape">
905 <enum>LineEditPanel</enum>
906 </property>
907 <property name="frameShadow">
908 <enum>Sunken</enum>
909 </property>
910 <property name="whatsThis" stdset="0">
911 <string>Controls the amount of video memory provided to the virtual machine.</string>
912 </property>
913 </widget>
914 <widget class="QLabel">
915 <property name="name">
916 <cstring>txVRAM</cstring>
917 </property>
918 <property name="text">
919 <string>MB</string>
920 </property>
921 <property name="buddy" stdset="0">
922 <cstring>leRAM</cstring>
923 </property>
924 </widget>
925 </hbox>
926 </widget>
927 <spacer>
928 <property name="name">
929 <cstring>spacer9_2</cstring>
930 </property>
931 <property name="orientation">
932 <enum>Vertical</enum>
933 </property>
934 <property name="sizeType">
935 <enum>Expanding</enum>
936 </property>
937 <property name="sizeHint">
938 <size>
939 <width>20</width>
940 <height>1</height>
941 </size>
942 </property>
943 </spacer>
944 </vbox>
945 </widget>
946 </hbox>
947 </widget>
948 </hbox>
949 </widget>
950 <spacer>
951 <property name="name">
952 <cstring>spacer118</cstring>
953 </property>
954 <property name="orientation">
955 <enum>Vertical</enum>
956 </property>
957 <property name="sizeType">
958 <enum>Expanding</enum>
959 </property>
960 <property name="sizeHint">
961 <size>
962 <width>20</width>
963 <height>0</height>
964 </size>
965 </property>
966 </spacer>
967 </vbox>
968 </widget>
969 <widget class="QWidget">
970 <property name="name">
971 <cstring>advanced</cstring>
972 </property>
973 <attribute name="title">
974 <string>&amp;Advanced</string>
975 </attribute>
976 <vbox>
977 <property name="name">
978 <cstring>unnamed</cstring>
979 </property>
980 <property name="margin">
981 <number>10</number>
982 </property>
983 <property name="spacing">
984 <number>10</number>
985 </property>
986 <widget class="QLayoutWidget">
987 <property name="name">
988 <cstring>layout148</cstring>
989 </property>
990 <hbox>
991 <property name="name">
992 <cstring>unnamed</cstring>
993 </property>
994 <widget class="QLayoutWidget">
995 <property name="name">
996 <cstring>layout147</cstring>
997 </property>
998 <vbox>
999 <property name="name">
1000 <cstring>unnamed</cstring>
1001 </property>
1002 <property name="margin">
1003 <number>0</number>
1004 </property>
1005 <property name="spacing">
1006 <number>0</number>
1007 </property>
1008 <widget class="QGroupBox">
1009 <property name="name">
1010 <cstring>groupBox12</cstring>
1011 </property>
1012 <property name="sizePolicy">
1013 <sizepolicy>
1014 <hsizetype>0</hsizetype>
1015 <vsizetype>0</vsizetype>
1016 <horstretch>0</horstretch>
1017 <verstretch>0</verstretch>
1018 </sizepolicy>
1019 </property>
1020 <property name="title">
1021 <string>Boo&amp;t Order</string>
1022 </property>
1023 <vbox>
1024 <property name="name">
1025 <cstring>unnamed</cstring>
1026 </property>
1027 </vbox>
1028 </widget>
1029 <spacer>
1030 <property name="name">
1031 <cstring>spacer129</cstring>
1032 </property>
1033 <property name="orientation">
1034 <enum>Vertical</enum>
1035 </property>
1036 <property name="sizeType">
1037 <enum>Minimum</enum>
1038 </property>
1039 <property name="sizeHint">
1040 <size>
1041 <width>21</width>
1042 <height>0</height>
1043 </size>
1044 </property>
1045 </spacer>
1046 </vbox>
1047 </widget>
1048 <widget class="QLayoutWidget">
1049 <property name="name">
1050 <cstring>layout146</cstring>
1051 </property>
1052 <vbox>
1053 <property name="name">
1054 <cstring>unnamed</cstring>
1055 </property>
1056 <property name="margin">
1057 <number>0</number>
1058 </property>
1059 <property name="spacing">
1060 <number>0</number>
1061 </property>
1062 <widget class="QGroupBox">
1063 <property name="name">
1064 <cstring>groupBox23</cstring>
1065 </property>
1066 <property name="sizePolicy">
1067 <sizepolicy>
1068 <hsizetype>7</hsizetype>
1069 <vsizetype>0</vsizetype>
1070 <horstretch>1</horstretch>
1071 <verstretch>0</verstretch>
1072 </sizepolicy>
1073 </property>
1074 <property name="title">
1075 <string>Extended Features</string>
1076 </property>
1077 <vbox>
1078 <property name="name">
1079 <cstring>unnamed</cstring>
1080 </property>
1081 <widget class="QCheckBox">
1082 <property name="name">
1083 <cstring>chbEnableACPI</cstring>
1084 </property>
1085 <property name="text">
1086 <string>Enable A&amp;CPI</string>
1087 </property>
1088 <property name="accel">
1089 <string>Alt+C</string>
1090 </property>
1091 <property name="whatsThis" stdset="0">
1092 <string>&lt;qt&gt;When checked, the virtual machine will support
1093the Advanced Configuration and Power Management Interface (ACPI). &lt;b&gt;Note:&lt;/b&gt; don't disable
1094this feature after having installed a Windows guest operating system!&lt;/qt&gt;</string>
1095 </property>
1096 </widget>
1097 <widget class="QCheckBox">
1098 <property name="name">
1099 <cstring>chbEnableIOAPIC</cstring>
1100 </property>
1101 <property name="text">
1102 <string>Enable IO A&amp;PIC</string>
1103 </property>
1104 <property name="accel">
1105 <string>Alt+P</string>
1106 </property>
1107 <property name="whatsThis" stdset="0">
1108 <string>&lt;qt&gt;When checked, the virtual machine will support
1109the Input Output APIC (IO APIC), which may slightly decrease the VM performance. &lt;b&gt;Note:&lt;/b&gt; don't disable
1110this feature after having installed a Windows guest operating system!&lt;/qt&gt;</string>
1111 </property>
1112 </widget>
1113 </vbox>
1114 </widget>
1115 <spacer>
1116 <property name="name">
1117 <cstring>spacer128</cstring>
1118 </property>
1119 <property name="orientation">
1120 <enum>Vertical</enum>
1121 </property>
1122 <property name="sizeType">
1123 <enum>Minimum</enum>
1124 </property>
1125 <property name="sizeHint">
1126 <size>
1127 <width>20</width>
1128 <height>0</height>
1129 </size>
1130 </property>
1131 </spacer>
1132 </vbox>
1133 </widget>
1134 </hbox>
1135 </widget>
1136 <widget class="QGroupBox">
1137 <property name="name">
1138 <cstring>groupBox61</cstring>
1139 </property>
1140 <property name="title">
1141 <string>&amp;Shared Clipboard</string>
1142 </property>
1143 <hbox>
1144 <property name="name">
1145 <cstring>unnamed</cstring>
1146 </property>
1147 <widget class="QComboBox">
1148 <property name="name">
1149 <cstring>cbSharedClipboard</cstring>
1150 </property>
1151 <property name="whatsThis" stdset="0">
1152 <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>
1153 </property>
1154 <property name="sizePolicy">
1155 <sizepolicy>
1156 <hsizetype>5</hsizetype>
1157 <vsizetype>0</vsizetype>
1158 <horstretch>0</horstretch>
1159 <verstretch>0</verstretch>
1160 </sizepolicy>
1161 </property>
1162 </widget>
1163 <spacer>
1164 <property name="name">
1165 <cstring>spacer130</cstring>
1166 </property>
1167 <property name="orientation">
1168 <enum>Horizontal</enum>
1169 </property>
1170 <property name="sizeType">
1171 <enum>Expanding</enum>
1172 </property>
1173 <property name="sizeHint">
1174 <size>
1175 <width>0</width>
1176 <height>20</height>
1177 </size>
1178 </property>
1179 </spacer>
1180 </hbox>
1181 </widget>
1182 <widget class="QGroupBox">
1183 <property name="name">
1184 <cstring>groupBox5</cstring>
1185 </property>
1186 <property name="title">
1187 <string>S&amp;napshot Folder</string>
1188 </property>
1189 <grid>
1190 <property name="name">
1191 <cstring>unnamed</cstring>
1192 </property>
1193 <widget class="QLineEdit" row="0" column="0">
1194 <property name="name">
1195 <cstring>leSnapshotFolder</cstring>
1196 </property>
1197 <property name="frameShape">
1198 <enum>LineEditPanel</enum>
1199 </property>
1200 <property name="frameShadow">
1201 <enum>Sunken</enum>
1202 </property>
1203 <property name="readOnly">
1204 <bool>false</bool>
1205 </property>
1206 <property name="whatsThis" stdset="0">
1207 <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>
1208 </property>
1209 </widget>
1210 <widget class="QToolButton" row="0" column="1">
1211 <property name="name">
1212 <cstring>tbSelectSavedStateFolder</cstring>
1213 </property>
1214 <property name="focusPolicy">
1215 <enum>TabFocus</enum>
1216 </property>
1217 <property name="text">
1218 <string>Select</string>
1219 </property>
1220 <property name="iconSet">
1221 <iconset></iconset>
1222 </property>
1223 <property name="textLabel">
1224 <string>Select</string>
1225 </property>
1226 <property name="autoRaise">
1227 <bool>true</bool>
1228 </property>
1229 <property name="whatsThis" stdset="0">
1230 <string>Selects the snapshot folder path.</string>
1231 </property>
1232 </widget>
1233 <widget class="QToolButton" row="0" column="2">
1234 <property name="name">
1235 <cstring>tbResetSavedStateFolder</cstring>
1236 </property>
1237 <property name="focusPolicy">
1238 <enum>TabFocus</enum>
1239 </property>
1240 <property name="text">
1241 <string>Reset</string>
1242 </property>
1243 <property name="autoRaise">
1244 <bool>true</bool>
1245 </property>
1246 <property name="whatsThis" stdset="0">
1247 <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>
1248 </property>
1249 </widget>
1250 </grid>
1251 </widget>
1252 <spacer>
1253 <property name="name">
1254 <cstring>spacer119_2</cstring>
1255 </property>
1256 <property name="orientation">
1257 <enum>Vertical</enum>
1258 </property>
1259 <property name="sizeType">
1260 <enum>Expanding</enum>
1261 </property>
1262 <property name="sizeHint">
1263 <size>
1264 <width>20</width>
1265 <height>0</height>
1266 </size>
1267 </property>
1268 </spacer>
1269 </vbox>
1270 </widget>
1271 <widget class="QWidget">
1272 <property name="name">
1273 <cstring>description</cstring>
1274 </property>
1275 <attribute name="title">
1276 <string>&amp;Description</string>
1277 </attribute>
1278 <vbox>
1279 <property name="name">
1280 <cstring>unnamed</cstring>
1281 </property>
1282 <property name="margin">
1283 <number>10</number>
1284 </property>
1285 <property name="spacing">
1286 <number>10</number>
1287 </property>
1288 <widget class="QTextEdit">
1289 <property name="name">
1290 <cstring>teDescription</cstring>
1291 </property>
1292 <property name="whatsThis" stdset="0">
1293 <string>Displays the description of the virtual machine. The description field is useful for commenting configuration details of the installed guest OS.</string>
1294 </property>
1295 </widget>
1296 </vbox>
1297 </widget>
1298 </widget>
1299 </vbox>
1300 </widget>
1301 <widget class="QWidget">
1302 <property name="name">
1303 <cstring>pageHDD</cstring>
1304 </property>
1305 <attribute name="id">
1306 <number>1</number>
1307 </attribute>
1308 <vbox>
1309 <property name="name">
1310 <cstring>unnamed</cstring>
1311 </property>
1312 <property name="margin">
1313 <number>0</number>
1314 </property>
1315 <property name="spacing">
1316 <number>10</number>
1317 </property>
1318 <widget class="QGroupBox">
1319 <property name="name">
1320 <cstring>grbHDA</cstring>
1321 </property>
1322 <property name="title">
1323 <string>&amp;Primary Master</string>
1324 </property>
1325 <property name="checkable">
1326 <bool>true</bool>
1327 </property>
1328 <vbox>
1329 <property name="name">
1330 <cstring>unnamed</cstring>
1331 </property>
1332 <widget class="QLayoutWidget">
1333 <property name="name">
1334 <cstring>hdaLayout</cstring>
1335 </property>
1336 <hbox>
1337 <property name="name">
1338 <cstring>unnamed</cstring>
1339 </property>
1340 <widget class="QToolButton">
1341 <property name="name">
1342 <cstring>tbHDA</cstring>
1343 </property>
1344 <property name="focusPolicy">
1345 <enum>TabFocus</enum>
1346 </property>
1347 <property name="text">
1348 <string>Select</string>
1349 </property>
1350 <property name="iconSet">
1351 <iconset></iconset>
1352 </property>
1353 <property name="textLabel">
1354 <string>Select</string>
1355 </property>
1356 <property name="autoRaise">
1357 <bool>true</bool>
1358 </property>
1359 <property name="whatsThis" stdset="0">
1360 <string>Invokes the Virtual Disk Manager to create a new or select an existing virtual hard disk to attach.</string>
1361 </property>
1362 </widget>
1363 </hbox>
1364 </widget>
1365 <widget class="QLabel">
1366 <property name="name">
1367 <cstring>txHDA</cstring>
1368 </property>
1369 <property name="text">
1370 <string>&lt;not selected&gt;</string>
1371 </property>
1372 </widget>
1373 </vbox>
1374 </widget>
1375 <widget class="QGroupBox">
1376 <property name="name">
1377 <cstring>grbHDB</cstring>
1378 </property>
1379 <property name="title">
1380 <string>P&amp;rimary Slave</string>
1381 </property>
1382 <property name="checkable">
1383 <bool>true</bool>
1384 </property>
1385 <vbox>
1386 <property name="name">
1387 <cstring>unnamed</cstring>
1388 </property>
1389 <widget class="QLayoutWidget">
1390 <property name="name">
1391 <cstring>hdbLayout</cstring>
1392 </property>
1393 <hbox>
1394 <property name="name">
1395 <cstring>unnamed</cstring>
1396 </property>
1397 <widget class="QToolButton">
1398 <property name="name">
1399 <cstring>tbHDB</cstring>
1400 </property>
1401 <property name="focusPolicy">
1402 <enum>TabFocus</enum>
1403 </property>
1404 <property name="text">
1405 <string>Select</string>
1406 </property>
1407 <property name="iconSet">
1408 <iconset></iconset>
1409 </property>
1410 <property name="textLabel">
1411 <string>Select</string>
1412 </property>
1413 <property name="autoRaise">
1414 <bool>true</bool>
1415 </property>
1416 <property name="whatsThis" stdset="0">
1417 <string>Invokes the Virtual Disk Manager to create a new or select an existing virtual hard disk to attach.</string>
1418 </property>
1419 </widget>
1420 </hbox>
1421 </widget>
1422 <widget class="QLabel">
1423 <property name="name">
1424 <cstring>txHDB</cstring>
1425 </property>
1426 <property name="text">
1427 <string>&lt;not selected&gt;</string>
1428 </property>
1429 </widget>
1430 </vbox>
1431 </widget>
1432 <widget class="QGroupBox">
1433 <property name="name">
1434 <cstring>grbHDD</cstring>
1435 </property>
1436 <property name="title">
1437 <string>&amp;Secondary (IDE 1) Slave</string>
1438 </property>
1439 <property name="checkable">
1440 <bool>true</bool>
1441 </property>
1442 <vbox>
1443 <property name="name">
1444 <cstring>unnamed</cstring>
1445 </property>
1446 <widget class="QLayoutWidget">
1447 <property name="name">
1448 <cstring>hddLayout</cstring>
1449 </property>
1450 <hbox>
1451 <property name="name">
1452 <cstring>unnamed</cstring>
1453 </property>
1454 <widget class="QToolButton">
1455 <property name="name">
1456 <cstring>tbHDD</cstring>
1457 </property>
1458 <property name="focusPolicy">
1459 <enum>TabFocus</enum>
1460 </property>
1461 <property name="text">
1462 <string>Select</string>
1463 </property>
1464 <property name="iconSet">
1465 <iconset></iconset>
1466 </property>
1467 <property name="textLabel">
1468 <string>Select</string>
1469 </property>
1470 <property name="autoRaise">
1471 <bool>true</bool>
1472 </property>
1473 <property name="whatsThis" stdset="0">
1474 <string>Invokes the Virtual Disk Manager to create a new or select an existing virtual hard disk to attach.</string>
1475 </property>
1476 </widget>
1477 </hbox>
1478 </widget>
1479 <widget class="QLabel">
1480 <property name="name">
1481 <cstring>txHDD</cstring>
1482 </property>
1483 <property name="text">
1484 <string>&lt;not selected&gt;</string>
1485 </property>
1486 </widget>
1487 </vbox>
1488 </widget>
1489 <spacer>
1490 <property name="name">
1491 <cstring>spacer3</cstring>
1492 </property>
1493 <property name="orientation">
1494 <enum>Vertical</enum>
1495 </property>
1496 <property name="sizeType">
1497 <enum>Expanding</enum>
1498 </property>
1499 <property name="sizeHint">
1500 <size>
1501 <width>20</width>
1502 <height>0</height>
1503 </size>
1504 </property>
1505 </spacer>
1506 </vbox>
1507 </widget>
1508 <widget class="QWidget">
1509 <property name="name">
1510 <cstring>pageDVD</cstring>
1511 </property>
1512 <attribute name="id">
1513 <number>2</number>
1514 </attribute>
1515 <vbox>
1516 <property name="name">
1517 <cstring>unnamed</cstring>
1518 </property>
1519 <property name="margin">
1520 <number>0</number>
1521 </property>
1522 <property name="spacing">
1523 <number>10</number>
1524 </property>
1525 <widget class="QButtonGroup">
1526 <property name="name">
1527 <cstring>bgDVD</cstring>
1528 </property>
1529 <property name="title">
1530 <string>&amp;Mount CD/DVD Drive</string>
1531 </property>
1532 <property name="checkable">
1533 <bool>true</bool>
1534 </property>
1535 <vbox>
1536 <property name="name">
1537 <cstring>unnamed</cstring>
1538 </property>
1539 <widget class="QLayoutWidget">
1540 <property name="name">
1541 <cstring>layout39</cstring>
1542 </property>
1543 <hbox>
1544 <property name="name">
1545 <cstring>unnamed</cstring>
1546 </property>
1547 <widget class="QRadioButton">
1548 <property name="name">
1549 <cstring>rbHostDVD</cstring>
1550 </property>
1551 <property name="text">
1552 <string>Host CD/DVD &amp;Drive</string>
1553 </property>
1554 <property name="accel">
1555 <string>Alt+D</string>
1556 </property>
1557 <property name="whatsThis" stdset="0">
1558 <string>Mounts the specified CD/DVD drive to the virtual CD/DVD drive.</string>
1559 </property>
1560 </widget>
1561 <widget class="QComboBox">
1562 <property name="name">
1563 <cstring>cbHostDVD</cstring>
1564 </property>
1565 <property name="whatsThis" stdset="0">
1566 <string>Lists host CD/DVD drives available to mount to the virtual machine.</string>
1567 </property>
1568 </widget>
1569 <spacer>
1570 <property name="name">
1571 <cstring>spacer23</cstring>
1572 </property>
1573 <property name="orientation">
1574 <enum>Horizontal</enum>
1575 </property>
1576 <property name="sizeType">
1577 <enum>Expanding</enum>
1578 </property>
1579 <property name="sizeHint">
1580 <size>
1581 <width>51</width>
1582 <height>20</height>
1583 </size>
1584 </property>
1585 </spacer>
1586 </hbox>
1587 </widget>
1588 <widget class="QLayoutWidget">
1589 <property name="name">
1590 <cstring>layout485</cstring>
1591 </property>
1592 <hbox>
1593 <property name="name">
1594 <cstring>unnamed</cstring>
1595 </property>
1596 <property name="spacing">
1597 <number>0</number>
1598 </property>
1599 <spacer>
1600 <property name="name">
1601 <cstring>spacer412</cstring>
1602 </property>
1603 <property name="orientation">
1604 <enum>Horizontal</enum>
1605 </property>
1606 <property name="sizeType">
1607 <enum>Fixed</enum>
1608 </property>
1609 <property name="sizeHint">
1610 <size>
1611 <width>19</width>
1612 <height>16</height>
1613 </size>
1614 </property>
1615 </spacer>
1616 <widget class="QCheckBox">
1617 <property name="name">
1618 <cstring>cbPassthrough</cstring>
1619 </property>
1620 <property name="sizePolicy">
1621 <sizepolicy>
1622 <hsizetype>7</hsizetype>
1623 <vsizetype>0</vsizetype>
1624 <horstretch>0</horstretch>
1625 <verstretch>0</verstretch>
1626 </sizepolicy>
1627 </property>
1628 <property name="text">
1629 <string>&amp;Enable Passthrough</string>
1630 </property>
1631 <property name="accel">
1632 <string>Alt+E</string>
1633 </property>
1634 <property name="whatsThis" stdset="0">
1635 <string>When checked, allows the guest to send ATAPI commands directly to the host drive which makes it possible to use CD/DVD writers connected to the host inside the VM. Note that writing audio CD inside the VM is not yet supported.</string>
1636 </property>
1637 </widget>
1638 </hbox>
1639 </widget>
1640 <widget class="QLayoutWidget">
1641 <property name="name">
1642 <cstring>layout40</cstring>
1643 </property>
1644 <hbox>
1645 <property name="name">
1646 <cstring>unnamed</cstring>
1647 </property>
1648 <widget class="QRadioButton">
1649 <property name="name">
1650 <cstring>rbISODVD</cstring>
1651 </property>
1652 <property name="text">
1653 <string>&amp;ISO Image File</string>
1654 </property>
1655 <property name="accel">
1656 <string>Alt+I</string>
1657 </property>
1658 <property name="whatsThis" stdset="0">
1659 <string>Mounts the specified CD/DVD image to the virtual CD/DVD drive.</string>
1660 </property>
1661 </widget>
1662 <spacer>
1663 <property name="name">
1664 <cstring>spacer35_4</cstring>
1665 </property>
1666 <property name="orientation">
1667 <enum>Horizontal</enum>
1668 </property>
1669 <property name="sizeType">
1670 <enum>Expanding</enum>
1671 </property>
1672 <property name="sizeHint">
1673 <size>
1674 <width>156</width>
1675 <height>20</height>
1676 </size>
1677 </property>
1678 </spacer>
1679 </hbox>
1680 </widget>
1681 <widget class="QLayoutWidget">
1682 <property name="name">
1683 <cstring>layout35</cstring>
1684 </property>
1685 <hbox>
1686 <property name="name">
1687 <cstring>unnamed</cstring>
1688 </property>
1689 <property name="spacing">
1690 <number>0</number>
1691 </property>
1692 <spacer>
1693 <property name="name">
1694 <cstring>spacer413</cstring>
1695 </property>
1696 <property name="orientation">
1697 <enum>Horizontal</enum>
1698 </property>
1699 <property name="sizeType">
1700 <enum>Fixed</enum>
1701 </property>
1702 <property name="sizeHint">
1703 <size>
1704 <width>19</width>
1705 <height>16</height>
1706 </size>
1707 </property>
1708 </spacer>
1709 <widget class="QLayoutWidget">
1710 <property name="name">
1711 <cstring>cdLayout</cstring>
1712 </property>
1713 <hbox>
1714 <property name="name">
1715 <cstring>unnamed</cstring>
1716 </property>
1717 <widget class="QToolButton">
1718 <property name="name">
1719 <cstring>tbISODVD</cstring>
1720 </property>
1721 <property name="focusPolicy">
1722 <enum>TabFocus</enum>
1723 </property>
1724 <property name="text">
1725 <string>Select</string>
1726 </property>
1727 <property name="iconSet">
1728 <iconset></iconset>
1729 </property>
1730 <property name="textLabel">
1731 <string>Select</string>
1732 </property>
1733 <property name="autoRaise">
1734 <bool>true</bool>
1735 </property>
1736 <property name="whatsThis" stdset="0">
1737 <string>Invokes the Virtual Disk Manager to select a CD/DVD image to mount.</string>
1738 </property>
1739 </widget>
1740 </hbox>
1741 </widget>
1742 </hbox>
1743 </widget>
1744 </vbox>
1745 </widget>
1746 <spacer>
1747 <property name="name">
1748 <cstring>spacer19</cstring>
1749 </property>
1750 <property name="orientation">
1751 <enum>Vertical</enum>
1752 </property>
1753 <property name="sizeType">
1754 <enum>Expanding</enum>
1755 </property>
1756 <property name="sizeHint">
1757 <size>
1758 <width>20</width>
1759 <height>0</height>
1760 </size>
1761 </property>
1762 </spacer>
1763 </vbox>
1764 </widget>
1765 <widget class="QWidget">
1766 <property name="name">
1767 <cstring>pageFloppy</cstring>
1768 </property>
1769 <attribute name="id">
1770 <number>3</number>
1771 </attribute>
1772 <vbox>
1773 <property name="name">
1774 <cstring>unnamed</cstring>
1775 </property>
1776 <property name="margin">
1777 <number>0</number>
1778 </property>
1779 <property name="spacing">
1780 <number>10</number>
1781 </property>
1782 <widget class="QButtonGroup">
1783 <property name="name">
1784 <cstring>bgFloppy</cstring>
1785 </property>
1786 <property name="title">
1787 <string>&amp;Mount Floppy Drive</string>
1788 </property>
1789 <property name="checkable">
1790 <bool>true</bool>
1791 </property>
1792 <vbox>
1793 <property name="name">
1794 <cstring>unnamed</cstring>
1795 </property>
1796 <widget class="QLayoutWidget">
1797 <property name="name">
1798 <cstring>layout139</cstring>
1799 </property>
1800 <hbox>
1801 <property name="name">
1802 <cstring>unnamed</cstring>
1803 </property>
1804 <widget class="QRadioButton">
1805 <property name="name">
1806 <cstring>rbHostFloppy</cstring>
1807 </property>
1808 <property name="text">
1809 <string>Host Floppy &amp;Drive</string>
1810 </property>
1811 <property name="accel">
1812 <string>Alt+D</string>
1813 </property>
1814 <property name="whatsThis" stdset="0">
1815 <string>Mounts the specified host Floppy drive to the virtual Floppy drive.</string>
1816 </property>
1817 </widget>
1818 <widget class="QComboBox">
1819 <property name="name">
1820 <cstring>cbHostFloppy</cstring>
1821 </property>
1822 <property name="whatsThis" stdset="0">
1823 <string>Lists host Floppy drives available to mount to the virtual machine.</string>
1824 </property>
1825 </widget>
1826 <spacer>
1827 <property name="name">
1828 <cstring>spacer123</cstring>
1829 </property>
1830 <property name="orientation">
1831 <enum>Horizontal</enum>
1832 </property>
1833 <property name="sizeType">
1834 <enum>Expanding</enum>
1835 </property>
1836 <property name="sizeHint">
1837 <size>
1838 <width>51</width>
1839 <height>20</height>
1840 </size>
1841 </property>
1842 </spacer>
1843 </hbox>
1844 </widget>
1845 <widget class="QLayoutWidget">
1846 <property name="name">
1847 <cstring>layout140</cstring>
1848 </property>
1849 <hbox>
1850 <property name="name">
1851 <cstring>unnamed</cstring>
1852 </property>
1853 <widget class="QRadioButton">
1854 <property name="name">
1855 <cstring>rbISOFloppy</cstring>
1856 </property>
1857 <property name="text">
1858 <string>&amp;Image File</string>
1859 </property>
1860 <property name="accel">
1861 <string>Alt+I</string>
1862 </property>
1863 <property name="whatsThis" stdset="0">
1864 <string>Mounts the specified Floppy image to the virtual Floppy drive.</string>
1865 </property>
1866 </widget>
1867 <spacer>
1868 <property name="name">
1869 <cstring>spacer135_4</cstring>
1870 </property>
1871 <property name="orientation">
1872 <enum>Horizontal</enum>
1873 </property>
1874 <property name="sizeType">
1875 <enum>Expanding</enum>
1876 </property>
1877 <property name="sizeHint">
1878 <size>
1879 <width>156</width>
1880 <height>20</height>
1881 </size>
1882 </property>
1883 </spacer>
1884 </hbox>
1885 </widget>
1886 <widget class="QLayoutWidget">
1887 <property name="name">
1888 <cstring>layout36</cstring>
1889 </property>
1890 <hbox>
1891 <property name="name">
1892 <cstring>unnamed</cstring>
1893 </property>
1894 <property name="spacing">
1895 <number>0</number>
1896 </property>
1897 <spacer>
1898 <property name="name">
1899 <cstring>spacer413_2</cstring>
1900 </property>
1901 <property name="orientation">
1902 <enum>Horizontal</enum>
1903 </property>
1904 <property name="sizeType">
1905 <enum>Fixed</enum>
1906 </property>
1907 <property name="sizeHint">
1908 <size>
1909 <width>19</width>
1910 <height>16</height>
1911 </size>
1912 </property>
1913 </spacer>
1914 <widget class="QLayoutWidget">
1915 <property name="name">
1916 <cstring>fdLayout</cstring>
1917 </property>
1918 <hbox>
1919 <property name="name">
1920 <cstring>unnamed</cstring>
1921 </property>
1922 <widget class="QToolButton">
1923 <property name="name">
1924 <cstring>tbISOFloppy</cstring>
1925 </property>
1926 <property name="focusPolicy">
1927 <enum>TabFocus</enum>
1928 </property>
1929 <property name="text">
1930 <string>Select</string>
1931 </property>
1932 <property name="iconSet">
1933 <iconset></iconset>
1934 </property>
1935 <property name="textLabel">
1936 <string>Select</string>
1937 </property>
1938 <property name="autoRaise">
1939 <bool>true</bool>
1940 </property>
1941 <property name="whatsThis" stdset="0">
1942 <string>Invokes the Virtual Disk Manager to select a Floppy image to mount.</string>
1943 </property>
1944 </widget>
1945 </hbox>
1946 </widget>
1947 </hbox>
1948 </widget>
1949 </vbox>
1950 </widget>
1951 <spacer>
1952 <property name="name">
1953 <cstring>spacer119</cstring>
1954 </property>
1955 <property name="orientation">
1956 <enum>Vertical</enum>
1957 </property>
1958 <property name="sizeType">
1959 <enum>Expanding</enum>
1960 </property>
1961 <property name="sizeHint">
1962 <size>
1963 <width>20</width>
1964 <height>0</height>
1965 </size>
1966 </property>
1967 </spacer>
1968 </vbox>
1969 </widget>
1970 <widget class="QWidget">
1971 <property name="name">
1972 <cstring>pageAudio</cstring>
1973 </property>
1974 <attribute name="id">
1975 <number>4</number>
1976 </attribute>
1977 <vbox>
1978 <property name="name">
1979 <cstring>unnamed</cstring>
1980 </property>
1981 <property name="margin">
1982 <number>0</number>
1983 </property>
1984 <property name="spacing">
1985 <number>10</number>
1986 </property>
1987 <widget class="QGroupBox">
1988 <property name="name">
1989 <cstring>grbAudio</cstring>
1990 </property>
1991 <property name="title">
1992 <string>&amp;Enable Audio</string>
1993 </property>
1994 <property name="checkable">
1995 <bool>true</bool>
1996 </property>
1997 <property name="checked">
1998 <bool>true</bool>
1999 </property>
2000 <hbox>
2001 <property name="name">
2002 <cstring>unnamed</cstring>
2003 </property>
2004 <widget class="QLabel">
2005 <property name="name">
2006 <cstring>txAudioDriver</cstring>
2007 </property>
2008 <property name="text">
2009 <string>Host Audio &amp;Driver</string>
2010 </property>
2011 <property name="buddy" stdset="0">
2012 <cstring>cbAudioDriver</cstring>
2013 </property>
2014 </widget>
2015 <widget class="QComboBox">
2016 <property name="name">
2017 <cstring>cbAudioDriver</cstring>
2018 </property>
2019 <property name="sizePolicy">
2020 <sizepolicy>
2021 <hsizetype>1</hsizetype>
2022 <vsizetype>0</vsizetype>
2023 <horstretch>0</horstretch>
2024 <verstretch>0</verstretch>
2025 </sizepolicy>
2026 </property>
2027 <property name="whatsThis" stdset="0">
2028 <string>&lt;qt&gt;Controls the audio output driver. The &lt;b&gt;Null Audio Driver&lt;/b&gt;
2029makes the guest see an audio card, however every access to it will be ignored.&lt;/qt&gt;</string>
2030 </property>
2031 </widget>
2032 <spacer>
2033 <property name="name">
2034 <cstring>spacer36</cstring>
2035 </property>
2036 <property name="orientation">
2037 <enum>Horizontal</enum>
2038 </property>
2039 <property name="sizeType">
2040 <enum>Expanding</enum>
2041 </property>
2042 <property name="sizeHint">
2043 <size>
2044 <width>30</width>
2045 <height>20</height>
2046 </size>
2047 </property>
2048 </spacer>
2049 </hbox>
2050 </widget>
2051 <spacer>
2052 <property name="name">
2053 <cstring>spacer11</cstring>
2054 </property>
2055 <property name="orientation">
2056 <enum>Vertical</enum>
2057 </property>
2058 <property name="sizeType">
2059 <enum>Expanding</enum>
2060 </property>
2061 <property name="sizeHint">
2062 <size>
2063 <width>20</width>
2064 <height>0</height>
2065 </size>
2066 </property>
2067 </spacer>
2068 </vbox>
2069 </widget>
2070 <widget class="QWidget">
2071 <property name="name">
2072 <cstring>pageNetwork</cstring>
2073 </property>
2074 <attribute name="id">
2075 <number>5</number>
2076 </attribute>
2077 <vbox>
2078 <property name="name">
2079 <cstring>unnamed</cstring>
2080 </property>
2081 <property name="margin">
2082 <number>0</number>
2083 </property>
2084 <widget class="QGroupBox">
2085 <property name="name">
2086 <cstring>gbInterfaceList</cstring>
2087 </property>
2088 <property name="title">
2089 <string>Host &amp;Interfaces</string>
2090 </property>
2091 <vbox>
2092 <property name="name">
2093 <cstring>unnamed</cstring>
2094 </property>
2095 <widget class="QLayoutWidget">
2096 <property name="name">
2097 <cstring>layout99</cstring>
2098 </property>
2099 <hbox>
2100 <property name="name">
2101 <cstring>unnamed</cstring>
2102 </property>
2103 <property name="spacing">
2104 <number>6</number>
2105 </property>
2106 <widget class="QListBox">
2107 <property name="name">
2108 <cstring>lbHostInterface</cstring>
2109 </property>
2110 <property name="sizePolicy">
2111 <sizepolicy>
2112 <hsizetype>7</hsizetype>
2113 <vsizetype>7</vsizetype>
2114 <horstretch>0</horstretch>
2115 <verstretch>0</verstretch>
2116 </sizepolicy>
2117 </property>
2118 <property name="whatsThis" stdset="0">
2119 <string>Lists all available host interfaces.</string>
2120 </property>
2121 </widget>
2122 <widget class="QLayoutWidget">
2123 <property name="name">
2124 <cstring>layout27</cstring>
2125 </property>
2126 <vbox>
2127 <property name="name">
2128 <cstring>unnamed</cstring>
2129 </property>
2130 <property name="margin">
2131 <number>0</number>
2132 </property>
2133 <property name="spacing">
2134 <number>0</number>
2135 </property>
2136 <widget class="QToolButton">
2137 <property name="name">
2138 <cstring>pbHostAdd</cstring>
2139 </property>
2140 <property name="focusPolicy">
2141 <enum>StrongFocus</enum>
2142 </property>
2143 <property name="text">
2144 <string></string>
2145 </property>
2146 <property name="autoRaise">
2147 <bool>true</bool>
2148 </property>
2149 <property name="toolTip" stdset="0">
2150 <string></string>
2151 </property>
2152 <property name="whatsThis" stdset="0">
2153 <string>Adds a new host interface.</string>
2154 </property>
2155 </widget>
2156 <widget class="QToolButton">
2157 <property name="name">
2158 <cstring>pbHostRemove</cstring>
2159 </property>
2160 <property name="focusPolicy">
2161 <enum>StrongFocus</enum>
2162 </property>
2163 <property name="text">
2164 <string></string>
2165 </property>
2166 <property name="autoRaise">
2167 <bool>true</bool>
2168 </property>
2169 <property name="toolTip" stdset="0">
2170 <string></string>
2171 </property>
2172 <property name="whatsThis" stdset="0">
2173 <string>Removes the selected host interface.</string>
2174 </property>
2175 </widget>
2176 <spacer>
2177 <property name="name">
2178 <cstring>spacer7</cstring>
2179 </property>
2180 <property name="orientation">
2181 <enum>Vertical</enum>
2182 </property>
2183 <property name="sizeType">
2184 <enum>Expanding</enum>
2185 </property>
2186 <property name="sizeHint">
2187 <size>
2188 <width>10</width>
2189 <height>10</height>
2190 </size>
2191 </property>
2192 </spacer>
2193 </vbox>
2194 </widget>
2195 </hbox>
2196 </widget>
2197 </vbox>
2198 </widget>
2199 </vbox>
2200 </widget>
2201 <widget class="QWidget">
2202 <property name="name">
2203 <cstring>pageUSB</cstring>
2204 </property>
2205 <attribute name="id">
2206 <number>6</number>
2207 </attribute>
2208 <vbox>
2209 <property name="name">
2210 <cstring>unnamed</cstring>
2211 </property>
2212 <property name="margin">
2213 <number>0</number>
2214 </property>
2215 <property name="spacing">
2216 <number>10</number>
2217 </property>
2218 <widget class="QCheckBox">
2219 <property name="name">
2220 <cstring>cbEnableUSBController</cstring>
2221 </property>
2222 <property name="text">
2223 <string>Enable &amp;USB Controller</string>
2224 </property>
2225 <property name="accel">
2226 <string>Alt+U</string>
2227 </property>
2228 <property name="whatsThis" stdset="0">
2229 <string>When checked, enables the virtual USB controller of this machine.</string>
2230 </property>
2231 </widget>
2232 <widget class="QGroupBox">
2233 <property name="name">
2234 <cstring>grbUSBFilters</cstring>
2235 </property>
2236 <property name="title">
2237 <string>USB Device &amp;Filters</string>
2238 </property>
2239 <vbox>
2240 <property name="name">
2241 <cstring>unnamed</cstring>
2242 </property>
2243 <widget class="QLayoutWidget">
2244 <property name="name">
2245 <cstring>layout148</cstring>
2246 </property>
2247 <hbox>
2248 <property name="name">
2249 <cstring>unnamed</cstring>
2250 </property>
2251 <property name="margin">
2252 <number>0</number>
2253 </property>
2254 <property name="spacing">
2255 <number>0</number>
2256 </property>
2257 <widget class="QListView">
2258 <column>
2259 <property name="text">
2260 <string>[name]</string>
2261 </property>
2262 <property name="clickable">
2263 <bool>false</bool>
2264 </property>
2265 <property name="resizable">
2266 <bool>true</bool>
2267 </property>
2268 </column>
2269 <property name="name">
2270 <cstring>lvUSBFilters</cstring>
2271 </property>
2272 <property name="whatsThis" stdset="0">
2273 <string>Lists all USB filters of this machine. The checkbox to the left defines whether the particular filter is enabled or not.</string>
2274 </property>
2275 </widget>
2276 <widget class="QLayoutWidget">
2277 <property name="name">
2278 <cstring>layout147</cstring>
2279 </property>
2280 <vbox>
2281 <property name="name">
2282 <cstring>unnamed</cstring>
2283 </property>
2284 <property name="spacing">
2285 <number>0</number>
2286 </property>
2287 <widget class="QToolButton">
2288 <property name="name">
2289 <cstring>tbAddUSBFilter</cstring>
2290 </property>
2291 <property name="focusPolicy">
2292 <enum>TabFocus</enum>
2293 </property>
2294 <property name="text">
2295 <string></string>
2296 </property>
2297 <property name="accel">
2298 <string>Ins</string>
2299 </property>
2300 <property name="iconSet">
2301 <iconset></iconset>
2302 </property>
2303 <property name="textLabel">
2304 <string>Add Empty (Ins)</string>
2305 </property>
2306 <property name="autoRaise">
2307 <bool>true</bool>
2308 </property>
2309 <property name="whatsThis" stdset="0">
2310 <string>Adds a new USB filter with all fields initially set to empty strings. Note that such a filter will match any attached USB device.</string>
2311 </property>
2312 </widget>
2313 <widget class="QToolButton">
2314 <property name="name">
2315 <cstring>tbAddUSBFilterFrom</cstring>
2316 </property>
2317 <property name="focusPolicy">
2318 <enum>TabFocus</enum>
2319 </property>
2320 <property name="text">
2321 <string></string>
2322 </property>
2323 <property name="accel">
2324 <string>Alt+Ins</string>
2325 </property>
2326 <property name="iconSet">
2327 <iconset></iconset>
2328 </property>
2329 <property name="textLabel">
2330 <string>Add From (Alt+Ins)</string>
2331 </property>
2332 <property name="autoRaise">
2333 <bool>true</bool>
2334 </property>
2335 <property name="whatsThis" stdset="0">
2336 <string>Adds a new USB filter with all fields set to the values of the selected USB device attached to the host PC.</string>
2337 </property>
2338 </widget>
2339 <widget class="QToolButton">
2340 <property name="name">
2341 <cstring>tbRemoveUSBFilter</cstring>
2342 </property>
2343 <property name="focusPolicy">
2344 <enum>TabFocus</enum>
2345 </property>
2346 <property name="text">
2347 <string></string>
2348 </property>
2349 <property name="accel">
2350 <string>Del</string>
2351 </property>
2352 <property name="iconSet">
2353 <iconset></iconset>
2354 </property>
2355 <property name="textLabel">
2356 <string>Remove (Del)</string>
2357 </property>
2358 <property name="autoRaise">
2359 <bool>true</bool>
2360 </property>
2361 <property name="whatsThis" stdset="0">
2362 <string>Removes the selected USB filter.</string>
2363 </property>
2364 </widget>
2365 <widget class="QToolButton">
2366 <property name="name">
2367 <cstring>tbUSBFilterUp</cstring>
2368 </property>
2369 <property name="focusPolicy">
2370 <enum>TabFocus</enum>
2371 </property>
2372 <property name="text">
2373 <string></string>
2374 </property>
2375 <property name="accel">
2376 <string>Ctrl+Up</string>
2377 </property>
2378 <property name="iconSet">
2379 <iconset></iconset>
2380 </property>
2381 <property name="textLabel">
2382 <string>Move Up (Ctrl+Up)</string>
2383 </property>
2384 <property name="autoRaise">
2385 <bool>true</bool>
2386 </property>
2387 <property name="whatsThis" stdset="0">
2388 <string>Moves the selected USB filter up.</string>
2389 </property>
2390 </widget>
2391 <widget class="QToolButton">
2392 <property name="name">
2393 <cstring>tbUSBFilterDown</cstring>
2394 </property>
2395 <property name="focusPolicy">
2396 <enum>TabFocus</enum>
2397 </property>
2398 <property name="text">
2399 <string></string>
2400 </property>
2401 <property name="accel">
2402 <string>Ctrl+Down</string>
2403 </property>
2404 <property name="iconSet">
2405 <iconset></iconset>
2406 </property>
2407 <property name="textLabel">
2408 <string>Move Down (Ctrl+Down)</string>
2409 </property>
2410 <property name="autoRaise">
2411 <bool>true</bool>
2412 </property>
2413 <property name="whatsThis" stdset="0">
2414 <string>Moves the selected USB filter down.</string>
2415 </property>
2416 </widget>
2417 <spacer>
2418 <property name="name">
2419 <cstring>spacer106</cstring>
2420 </property>
2421 <property name="orientation">
2422 <enum>Vertical</enum>
2423 </property>
2424 <property name="sizeType">
2425 <enum>Expanding</enum>
2426 </property>
2427 <property name="sizeHint">
2428 <size>
2429 <width>20</width>
2430 <height>0</height>
2431 </size>
2432 </property>
2433 </spacer>
2434 </vbox>
2435 </widget>
2436 </hbox>
2437 </widget>
2438 </vbox>
2439 </widget>
2440 </vbox>
2441 </widget>
2442 <widget class="QWidget">
2443 <property name="name">
2444 <cstring>pageVRDP</cstring>
2445 </property>
2446 <attribute name="id">
2447 <number>7</number>
2448 </attribute>
2449 <vbox>
2450 <property name="name">
2451 <cstring>unnamed</cstring>
2452 </property>
2453 <property name="margin">
2454 <number>0</number>
2455 </property>
2456 <widget class="QGroupBox">
2457 <property name="name">
2458 <cstring>grbVRDP</cstring>
2459 </property>
2460 <property name="title">
2461 <string>&amp;Enable VRDP Server</string>
2462 </property>
2463 <property name="checkable">
2464 <bool>true</bool>
2465 </property>
2466 <property name="checked">
2467 <bool>true</bool>
2468 </property>
2469 <hbox>
2470 <property name="name">
2471 <cstring>unnamed</cstring>
2472 </property>
2473 <widget class="QLayoutWidget">
2474 <property name="name">
2475 <cstring>layout31</cstring>
2476 </property>
2477 <vbox>
2478 <property name="name">
2479 <cstring>unnamed</cstring>
2480 </property>
2481 <widget class="QLabel">
2482 <property name="name">
2483 <cstring>txVRDPPort</cstring>
2484 </property>
2485 <property name="text">
2486 <string>Server port </string>
2487 </property>
2488 <property name="buddy" stdset="0">
2489 <cstring>cbAudioDriver</cstring>
2490 </property>
2491 </widget>
2492 <widget class="QLabel">
2493 <property name="name">
2494 <cstring>txVRDPAuthMethod</cstring>
2495 </property>
2496 <property name="text">
2497 <string>Authentication Method </string>
2498 </property>
2499 <property name="buddy" stdset="0">
2500 <cstring>cbAudioDriver</cstring>
2501 </property>
2502 </widget>
2503 <widget class="QLabel">
2504 <property name="name">
2505 <cstring>txVRDPAuthTimeout</cstring>
2506 </property>
2507 <property name="text">
2508 <string>Authentication Timeout </string>
2509 </property>
2510 <property name="buddy" stdset="0">
2511 <cstring>cbAudioDriver</cstring>
2512 </property>
2513 </widget>
2514 </vbox>
2515 </widget>
2516 <widget class="QLayoutWidget">
2517 <property name="name">
2518 <cstring>layout32</cstring>
2519 </property>
2520 <vbox>
2521 <property name="name">
2522 <cstring>unnamed</cstring>
2523 </property>
2524 <widget class="QLineEdit">
2525 <property name="name">
2526 <cstring>leVRDPPort</cstring>
2527 </property>
2528 <property name="sizePolicy">
2529 <sizepolicy>
2530 <hsizetype>1</hsizetype>
2531 <vsizetype>0</vsizetype>
2532 <horstretch>0</horstretch>
2533 <verstretch>0</verstretch>
2534 </sizepolicy>
2535 </property>
2536 <property name="whatsThis" stdset="0">
2537 <string>Displays the VRDP Server port.</string>
2538 </property>
2539 </widget>
2540 <widget class="QComboBox">
2541 <property name="name">
2542 <cstring>cbVRDPAuthType</cstring>
2543 </property>
2544 <property name="sizePolicy">
2545 <sizepolicy>
2546 <hsizetype>1</hsizetype>
2547 <vsizetype>0</vsizetype>
2548 <horstretch>0</horstretch>
2549 <verstretch>0</verstretch>
2550 </sizepolicy>
2551 </property>
2552 <property name="whatsThis" stdset="0">
2553 <string>Defines the VRDP authentication method.</string>
2554 </property>
2555 </widget>
2556 <widget class="QLineEdit">
2557 <property name="name">
2558 <cstring>leVRDPTimeout</cstring>
2559 </property>
2560 <property name="sizePolicy">
2561 <sizepolicy>
2562 <hsizetype>1</hsizetype>
2563 <vsizetype>0</vsizetype>
2564 <horstretch>0</horstretch>
2565 <verstretch>0</verstretch>
2566 </sizepolicy>
2567 </property>
2568 <property name="whatsThis" stdset="0">
2569 <string>Specifies the timeout for guest authentication, in milliseconds.</string>
2570 </property>
2571 </widget>
2572 </vbox>
2573 </widget>
2574 <widget class="QLayoutWidget">
2575 <property name="name">
2576 <cstring>layout33</cstring>
2577 </property>
2578 <vbox>
2579 <property name="name">
2580 <cstring>unnamed</cstring>
2581 </property>
2582 <spacer>
2583 <property name="name">
2584 <cstring>spacer36_2</cstring>
2585 </property>
2586 <property name="orientation">
2587 <enum>Horizontal</enum>
2588 </property>
2589 <property name="sizeType">
2590 <enum>Expanding</enum>
2591 </property>
2592 <property name="sizeHint">
2593 <size>
2594 <width>16</width>
2595 <height>20</height>
2596 </size>
2597 </property>
2598 </spacer>
2599 <spacer>
2600 <property name="name">
2601 <cstring>spacer36_2_3</cstring>
2602 </property>
2603 <property name="orientation">
2604 <enum>Horizontal</enum>
2605 </property>
2606 <property name="sizeType">
2607 <enum>Expanding</enum>
2608 </property>
2609 <property name="sizeHint">
2610 <size>
2611 <width>16</width>
2612 <height>20</height>
2613 </size>
2614 </property>
2615 </spacer>
2616 <spacer>
2617 <property name="name">
2618 <cstring>spacer36_2_2</cstring>
2619 </property>
2620 <property name="orientation">
2621 <enum>Horizontal</enum>
2622 </property>
2623 <property name="sizeType">
2624 <enum>Expanding</enum>
2625 </property>
2626 <property name="sizeHint">
2627 <size>
2628 <width>16</width>
2629 <height>20</height>
2630 </size>
2631 </property>
2632 </spacer>
2633 </vbox>
2634 </widget>
2635 </hbox>
2636 </widget>
2637 <spacer>
2638 <property name="name">
2639 <cstring>spacer11_2</cstring>
2640 </property>
2641 <property name="orientation">
2642 <enum>Vertical</enum>
2643 </property>
2644 <property name="sizeType">
2645 <enum>Expanding</enum>
2646 </property>
2647 <property name="sizeHint">
2648 <size>
2649 <width>20</width>
2650 <height>110</height>
2651 </size>
2652 </property>
2653 </spacer>
2654 </vbox>
2655 </widget>
2656 <widget class="QWidget">
2657 <property name="name">
2658 <cstring>pageFolders</cstring>
2659 </property>
2660 <attribute name="id">
2661 <number>8</number>
2662 </attribute>
2663 </widget>
2664 </widget>
2665 <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
2666 <property name="name">
2667 <cstring>layout25</cstring>
2668 </property>
2669 <hbox>
2670 <property name="name">
2671 <cstring>unnamed</cstring>
2672 </property>
2673 <widget class="QPushButton">
2674 <property name="name">
2675 <cstring>buttonHelp</cstring>
2676 </property>
2677 <property name="text">
2678 <string>Help</string>
2679 </property>
2680 <property name="accel">
2681 <string>F1</string>
2682 </property>
2683 <property name="autoDefault">
2684 <bool>true</bool>
2685 </property>
2686 <property name="whatsThis" stdset="0">
2687 <string>Displays the dialog help.</string>
2688 </property>
2689 </widget>
2690 <spacer>
2691 <property name="name">
2692 <cstring>warningSpacer</cstring>
2693 </property>
2694 <property name="orientation">
2695 <enum>Horizontal</enum>
2696 </property>
2697 <property name="sizeType">
2698 <enum>Expanding</enum>
2699 </property>
2700 <property name="sizeHint">
2701 <size>
2702 <width>16</width>
2703 <height>20</height>
2704 </size>
2705 </property>
2706 </spacer>
2707 <widget class="QLabel">
2708 <property name="name">
2709 <cstring>warningPixmap</cstring>
2710 </property>
2711 <property name="sizePolicy">
2712 <sizepolicy>
2713 <hsizetype>0</hsizetype>
2714 <vsizetype>0</vsizetype>
2715 <horstretch>0</horstretch>
2716 <verstretch>0</verstretch>
2717 </sizepolicy>
2718 </property>
2719 <property name="scaledContents">
2720 <bool>true</bool>
2721 </property>
2722 </widget>
2723 <widget class="QLabel">
2724 <property name="name">
2725 <cstring>warningLabel</cstring>
2726 </property>
2727 <property name="sizePolicy">
2728 <sizepolicy>
2729 <hsizetype>0</hsizetype>
2730 <vsizetype>0</vsizetype>
2731 <horstretch>0</horstretch>
2732 <verstretch>0</verstretch>
2733 </sizepolicy>
2734 </property>
2735 <property name="minimumSize">
2736 <size>
2737 <width>0</width>
2738 <height>0</height>
2739 </size>
2740 </property>
2741 <property name="backgroundOrigin">
2742 <enum>WidgetOrigin</enum>
2743 </property>
2744 <property name="lineWidth">
2745 <number>1</number>
2746 </property>
2747 <property name="midLineWidth">
2748 <number>0</number>
2749 </property>
2750 <property name="text">
2751 <string>Invalid settings detected</string>
2752 </property>
2753 <property name="textFormat">
2754 <enum>AutoText</enum>
2755 </property>
2756 <property name="scaledContents">
2757 <bool>false</bool>
2758 </property>
2759 <property name="alignment">
2760 <set>AlignVCenter</set>
2761 </property>
2762 </widget>
2763 <spacer>
2764 <property name="name">
2765 <cstring>spacer20</cstring>
2766 </property>
2767 <property name="orientation">
2768 <enum>Horizontal</enum>
2769 </property>
2770 <property name="sizeType">
2771 <enum>Expanding</enum>
2772 </property>
2773 <property name="sizeHint">
2774 <size>
2775 <width>21</width>
2776 <height>20</height>
2777 </size>
2778 </property>
2779 </spacer>
2780 <widget class="QPushButton">
2781 <property name="name">
2782 <cstring>buttonOk</cstring>
2783 </property>
2784 <property name="text">
2785 <string>&amp;OK</string>
2786 </property>
2787 <property name="accel">
2788 <string>Alt+O</string>
2789 </property>
2790 <property name="autoDefault">
2791 <bool>true</bool>
2792 </property>
2793 <property name="default">
2794 <bool>true</bool>
2795 </property>
2796 <property name="whatsThis" stdset="0">
2797 <string>Accepts (saves) changes and closes the dialog.</string>
2798 </property>
2799 </widget>
2800 <widget class="QPushButton">
2801 <property name="name">
2802 <cstring>buttonCancel</cstring>
2803 </property>
2804 <property name="text">
2805 <string>Cancel</string>
2806 </property>
2807 <property name="accel">
2808 <string></string>
2809 </property>
2810 <property name="autoDefault">
2811 <bool>true</bool>
2812 </property>
2813 <property name="whatsThis" stdset="0">
2814 <string>Cancels changes and closes the dialog.</string>
2815 </property>
2816 </widget>
2817 </hbox>
2818 </widget>
2819 </grid>
2820</widget>
2821<connections>
2822 <connection>
2823 <sender>buttonOk</sender>
2824 <signal>clicked()</signal>
2825 <receiver>VBoxVMSettingsDlg</receiver>
2826 <slot>accept()</slot>
2827 </connection>
2828 <connection>
2829 <sender>buttonCancel</sender>
2830 <signal>clicked()</signal>
2831 <receiver>VBoxVMSettingsDlg</receiver>
2832 <slot>reject()</slot>
2833 </connection>
2834 <connection>
2835 <sender>slRAM</sender>
2836 <signal>valueChanged(int)</signal>
2837 <receiver>VBoxVMSettingsDlg</receiver>
2838 <slot>slRAM_valueChanged(int)</slot>
2839 </connection>
2840 <connection>
2841 <sender>leRAM</sender>
2842 <signal>textChanged(const QString&amp;)</signal>
2843 <receiver>VBoxVMSettingsDlg</receiver>
2844 <slot>leRAM_textChanged(const QString&amp;)</slot>
2845 </connection>
2846 <connection>
2847 <sender>slVRAM</sender>
2848 <signal>valueChanged(int)</signal>
2849 <receiver>VBoxVMSettingsDlg</receiver>
2850 <slot>slVRAM_valueChanged(int)</slot>
2851 </connection>
2852 <connection>
2853 <sender>leVRAM</sender>
2854 <signal>textChanged(const QString&amp;)</signal>
2855 <receiver>VBoxVMSettingsDlg</receiver>
2856 <slot>leVRAM_textChanged(const QString&amp;)</slot>
2857 </connection>
2858 <connection>
2859 <sender>tbResetSavedStateFolder</sender>
2860 <signal>clicked()</signal>
2861 <receiver>VBoxVMSettingsDlg</receiver>
2862 <slot>tbResetSavedStateFolder_clicked()</slot>
2863 </connection>
2864 <connection>
2865 <sender>tbSelectSavedStateFolder</sender>
2866 <signal>clicked()</signal>
2867 <receiver>VBoxVMSettingsDlg</receiver>
2868 <slot>tbSelectSavedStateFolder_clicked()</slot>
2869 </connection>
2870 <connection>
2871 <sender>listView</sender>
2872 <signal>currentChanged(QListViewItem*)</signal>
2873 <receiver>VBoxVMSettingsDlg</receiver>
2874 <slot>listView_currentChanged(QListViewItem*)</slot>
2875 </connection>
2876 <connection>
2877 <sender>cbOS</sender>
2878 <signal>activated(int)</signal>
2879 <receiver>VBoxVMSettingsDlg</receiver>
2880 <slot>cbOS_activated(int)</slot>
2881 </connection>
2882 <connection>
2883 <sender>lvUSBFilters</sender>
2884 <signal>currentChanged(QListViewItem*)</signal>
2885 <receiver>VBoxVMSettingsDlg</receiver>
2886 <slot>lvUSBFilters_currentChanged(QListViewItem*)</slot>
2887 </connection>
2888 <connection>
2889 <sender>tbAddUSBFilter</sender>
2890 <signal>clicked()</signal>
2891 <receiver>VBoxVMSettingsDlg</receiver>
2892 <slot>tbAddUSBFilter_clicked()</slot>
2893 </connection>
2894 <connection>
2895 <sender>tbAddUSBFilterFrom</sender>
2896 <signal>clicked()</signal>
2897 <receiver>VBoxVMSettingsDlg</receiver>
2898 <slot>tbAddUSBFilterFrom_clicked()</slot>
2899 </connection>
2900 <connection>
2901 <sender>tbRemoveUSBFilter</sender>
2902 <signal>clicked()</signal>
2903 <receiver>VBoxVMSettingsDlg</receiver>
2904 <slot>tbRemoveUSBFilter_clicked()</slot>
2905 </connection>
2906 <connection>
2907 <sender>tbUSBFilterUp</sender>
2908 <signal>clicked()</signal>
2909 <receiver>VBoxVMSettingsDlg</receiver>
2910 <slot>tbUSBFilterUp_clicked()</slot>
2911 </connection>
2912 <connection>
2913 <sender>tbUSBFilterDown</sender>
2914 <signal>clicked()</signal>
2915 <receiver>VBoxVMSettingsDlg</receiver>
2916 <slot>tbUSBFilterDown_clicked()</slot>
2917 </connection>
2918 <connection>
2919 <sender>pbHostAdd</sender>
2920 <signal>clicked()</signal>
2921 <receiver>VBoxVMSettingsDlg</receiver>
2922 <slot>hostInterfaceAdd()</slot>
2923 </connection>
2924 <connection>
2925 <sender>pbHostRemove</sender>
2926 <signal>clicked()</signal>
2927 <receiver>VBoxVMSettingsDlg</receiver>
2928 <slot>hostInterfaceRemove()</slot>
2929 </connection>
2930</connections>
2931<tabstops>
2932 <tabstop>listView</tabstop>
2933 <tabstop>tbwGeneral</tabstop>
2934 <tabstop>leName</tabstop>
2935 <tabstop>cbOS</tabstop>
2936 <tabstop>slRAM</tabstop>
2937 <tabstop>leRAM</tabstop>
2938 <tabstop>slVRAM</tabstop>
2939 <tabstop>leVRAM</tabstop>
2940 <tabstop>chbEnableACPI</tabstop>
2941 <tabstop>chbEnableIOAPIC</tabstop>
2942 <tabstop>cbSharedClipboard</tabstop>
2943 <tabstop>leSnapshotFolder</tabstop>
2944 <tabstop>tbSelectSavedStateFolder</tabstop>
2945 <tabstop>tbResetSavedStateFolder</tabstop>
2946 <tabstop>grbHDA</tabstop>
2947 <tabstop>tbHDA</tabstop>
2948 <tabstop>grbHDB</tabstop>
2949 <tabstop>tbHDB</tabstop>
2950 <tabstop>grbHDD</tabstop>
2951 <tabstop>tbHDD</tabstop>
2952 <tabstop>bgDVD</tabstop>
2953 <tabstop>rbHostDVD</tabstop>
2954 <tabstop>cbHostDVD</tabstop>
2955 <tabstop>cbPassthrough</tabstop>
2956 <tabstop>rbISODVD</tabstop>
2957 <tabstop>tbISODVD</tabstop>
2958 <tabstop>bgFloppy</tabstop>
2959 <tabstop>rbHostFloppy</tabstop>
2960 <tabstop>cbHostFloppy</tabstop>
2961 <tabstop>rbISOFloppy</tabstop>
2962 <tabstop>tbISOFloppy</tabstop>
2963 <tabstop>cbAudioDriver</tabstop>
2964 <tabstop>cbEnableUSBController</tabstop>
2965 <tabstop>lvUSBFilters</tabstop>
2966 <tabstop>tbAddUSBFilter</tabstop>
2967 <tabstop>tbAddUSBFilterFrom</tabstop>
2968 <tabstop>tbRemoveUSBFilter</tabstop>
2969 <tabstop>tbUSBFilterUp</tabstop>
2970 <tabstop>tbUSBFilterDown</tabstop>
2971 <tabstop>grbVRDP</tabstop>
2972 <tabstop>leVRDPPort</tabstop>
2973 <tabstop>cbVRDPAuthType</tabstop>
2974 <tabstop>leVRDPTimeout</tabstop>
2975 <tabstop>buttonHelp</tabstop>
2976 <tabstop>buttonOk</tabstop>
2977 <tabstop>buttonCancel</tabstop>
2978</tabstops>
2979<includes>
2980 <include location="global" impldecl="in declaration">qvaluevector.h</include>
2981 <include location="global" impldecl="in implementation">qvalidator.h</include>
2982 <include location="global" impldecl="in implementation">qmessagebox.h</include>
2983 <include location="global" impldecl="in implementation">qfont.h</include>
2984 <include location="global" impldecl="in implementation">qfileinfo.h</include>
2985 <include location="global" impldecl="in implementation">qdir.h</include>
2986 <include location="global" impldecl="in implementation">qfiledialog.h</include>
2987 <include location="global" impldecl="in implementation">qobjectlist.h</include>
2988 <include location="global" impldecl="in implementation">qlistbox.h</include>
2989 <include location="global" impldecl="in implementation">qfocusdata.h</include>
2990 <include location="global" impldecl="in implementation">qtimer.h</include>
2991 <include location="global" impldecl="in implementation">qpopupmenu.h</include>
2992 <include location="global" impldecl="in implementation">qlistview.h</include>
2993 <include location="global" impldecl="in implementation">qeventloop.h</include>
2994 <include location="local" impldecl="in declaration">COMDefs.h</include>
2995 <include location="local" impldecl="in declaration">QIWidgetValidator.h</include>
2996 <include location="local" impldecl="in implementation">VBoxUtils.h</include>
2997 <include location="local" impldecl="in declaration">VBoxGlobal.h</include>
2998 <include location="local" impldecl="in implementation">VBoxVMNetworkSettings.h</include>
2999 <include location="local" impldecl="in implementation">VBoxUSBFilterSettings.h</include>
3000 <include location="local" impldecl="in implementation">VBoxSharedFoldersSettings.h</include>
3001 <include location="local" impldecl="in implementation">VBoxDiskImageManagerDlg.h</include>
3002 <include location="local" impldecl="in implementation">VBoxMediaComboBox.h</include>
3003 <include location="local" impldecl="in implementation">QIRichLabel.h</include>
3004</includes>
3005<forwards>
3006 <forward>class VBoxMediaComboBox</forward>
3007 <forward>class VBoxDiskImageManagerDlg</forward>
3008 <forward>class VBoxUSBMenu</forward>
3009 <forward>class VBoxSharedFoldersSettings</forward>
3010 <forward>class QIRichLabel</forward>
3011 <forward>class BootItemsList</forward>
3012</forwards>
3013<variables>
3014 <variable access="private">bool polished;</variable>
3015 <variable access="private">bool valid;</variable>
3016 <variable access="private">QTimer *whatsThisTimer;</variable>
3017 <variable access="private">QWidget *whatsThisCandidate;</variable>
3018 <variable access="private">QIWidgetValidator *wvalGeneral;</variable>
3019 <variable access="private">QIWidgetValidator *wvalHDD;</variable>
3020 <variable access="private">QIWidgetValidator *wvalDVD;</variable>
3021 <variable access="private">QIWidgetValidator *wvalFloppy;</variable>
3022 <variable access="private">QIWidgetValidator *wvalVRDP;</variable>
3023 <variable access="private">QUuid uuidHDA;</variable>
3024 <variable access="private">QUuid uuidHDB;</variable>
3025 <variable access="private">QUuid uuidHDD;</variable>
3026 <variable access="private">QUuid uuidISODVD;</variable>
3027 <variable access="private">QUuid uuidISOFloppy;</variable>
3028 <variable access="private">QValueVector &lt; CHostDVDDrive &gt; hostDVDs;</variable>
3029 <variable access="private">QValueVector &lt; CHostFloppyDrive &gt; hostFloppies;</variable>
3030 <variable access="private">CMachine cmachine;</variable>
3031 <variable access="private">QStringList mInterfaceList;</variable>
3032 <variable access="private">QWidgetStack *wstUSBFilters;</variable>
3033 <variable access="private">bool mUSBFilterListModified;</variable>
3034 <variable access="private">QTabWidget* tbwNetwork;</variable>
3035 <variable access="private">VBoxSharedFoldersSettings* mSharedFolders;</variable>
3036 <variable access="private">QString warningString;</variable>
3037 <variable access="private">VBoxMediaComboBox *cbHDA;</variable>
3038 <variable access="private">VBoxMediaComboBox *cbHDB;</variable>
3039 <variable access="private">VBoxMediaComboBox *cbHDD;</variable>
3040 <variable access="private">VBoxMediaComboBox *cbISODVD;</variable>
3041 <variable access="private">VBoxMediaComboBox *cbISOFloppy;</variable>
3042 <variable access="private">VBoxUSBMenu *usbDevicesMenu;</variable>
3043 <variable access="private">QIRichLabel *whatsThisLabel;</variable>
3044 <variable access="private">BootItemsList *tblBootOrder;</variable>
3045 <variable access="private">QString mNoInterfaces;</variable>
3046 <variable access="private">bool mResetFirstRunFlag;</variable>
3047</variables>
3048<slots>
3049 <slot>listView_currentChanged( QListViewItem * item )</slot>
3050 <slot>enableOk( const QIWidgetValidator * wval )</slot>
3051 <slot>revalidate( QIWidgetValidator * wval )</slot>
3052 <slot>updateWhatsThis( bool gotFocus = false )</slot>
3053 <slot>showImageManagerHDA()</slot>
3054 <slot>showImageManagerHDB()</slot>
3055 <slot>showImageManagerHDD()</slot>
3056 <slot>showImageManagerISODVD()</slot>
3057 <slot>showImageManagerISOFloppy()</slot>
3058 <slot>showVDImageManager( QUuid *id, VBoxMediaComboBox *le, QLabel *tx = NULL )</slot>
3059 <slot>addNetworkAdapter( const CNetworkAdapter &amp; adapter )</slot>
3060 <slot>slRAM_valueChanged( int val )</slot>
3061 <slot>leRAM_textChanged( const QString &amp; text )</slot>
3062 <slot>slVRAM_valueChanged( int val )</slot>
3063 <slot>leVRAM_textChanged( const QString &amp; text )</slot>
3064 <slot>cbOS_activated( int item )</slot>
3065 <slot>tbResetSavedStateFolder_clicked()</slot>
3066 <slot>tbSelectSavedStateFolder_clicked()</slot>
3067 <slot>addUSBFilter( const CUSBDeviceFilter &amp; aFilter, bool isNew )</slot>
3068 <slot>lvUSBFilters_currentChanged( QListViewItem * item )</slot>
3069 <slot>lvUSBFilters_setCurrentText( const QString &amp; aText )</slot>
3070 <slot>tbAddUSBFilter_clicked()</slot>
3071 <slot>tbAddUSBFilterFrom_clicked()</slot>
3072 <slot>menuAddUSBFilterFrom_activated( int )</slot>
3073 <slot>tbRemoveUSBFilter_clicked()</slot>
3074 <slot>tbUSBFilterUp_clicked()</slot>
3075 <slot>tbUSBFilterDown_clicked()</slot>
3076 <slot>hdaMediaChanged()</slot>
3077 <slot>hdbMediaChanged()</slot>
3078 <slot>hddMediaChanged()</slot>
3079 <slot>cdMediaChanged()</slot>
3080 <slot>fdMediaChanged()</slot>
3081 <slot>networkPageUpdate( QWidget* )</slot>
3082 <slot>hostInterfaceAdd()</slot>
3083 <slot>hostInterfaceRemove()</slot>
3084 <slot>resetFirstRunFlag()</slot>
3085</slots>
3086<functions>
3087 <function access="private">init()</function>
3088 <function>setup( const QString &amp;, const QString &amp; )</function>
3089 <function>getFromMachine( const CMachine &amp; machine )</function>
3090 <function returnType="bool">eventFilter( QObject * watched, QEvent * e )</function>
3091 <function returnType="COMResult">putBackToMachine()</function>
3092 <function access="private">setWarning( const QString &amp; )</function>
3093 <function access="private">showEvent( QShowEvent * )</function>
3094 <function access="private">updateShortcuts()</function>
3095 <function access="private" returnType="QString">getHdInfo( QGroupBox*, QUuid )</function>
3096 <function access="private">loadInterfacesList()</function>
3097</functions>
3098<pixmapinproject/>
3099<layoutdefaults spacing="6" margin="11"/>
3100</UI>
Note: See TracBrowser for help on using the repository browser.

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