VirtualBox

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

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

1920: Add UI for the Clipboard settings:

Made as designed: Advanced tab of the General category of VMSettings, above the Snapshot Folder group.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 158.6 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 InnoTek Systemberatung 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>405</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> Floppy </string>
137 </property>
138 <property name="text">
139 <string>2</string>
140 </property>
141 <property name="text">
142 <string>#floppy</string>
143 </property>
144 <property name="pixmap">
145 <pixmap>fd_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> CD/DVD-ROM </string>
157 </property>
158 <property name="text">
159 <string>3</string>
160 </property>
161 <property name="text">
162 <string>#dvd</string>
163 </property>
164 <property name="pixmap">
165 <pixmap>cd_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
475plan to install into this virtual machine (called a guest operating system).</string>
476 </property>
477 </widget>
478 </hbox>
479 </widget>
480 </grid>
481 </widget>
482 <widget class="QGroupBox">
483 <property name="name">
484 <cstring>groupBox2</cstring>
485 </property>
486 <property name="sizePolicy">
487 <sizepolicy>
488 <hsizetype>5</hsizetype>
489 <vsizetype>0</vsizetype>
490 <horstretch>0</horstretch>
491 <verstretch>0</verstretch>
492 </sizepolicy>
493 </property>
494 <property name="title">
495 <string>Base &amp;Memory Size</string>
496 </property>
497 <hbox>
498 <property name="name">
499 <cstring>unnamed</cstring>
500 </property>
501 <widget class="QLayoutWidget">
502 <property name="name">
503 <cstring>layout33</cstring>
504 </property>
505 <hbox>
506 <property name="name">
507 <cstring>unnamed</cstring>
508 </property>
509 <widget class="QLayoutWidget">
510 <property name="name">
511 <cstring>layout32</cstring>
512 </property>
513 <property name="sizePolicy">
514 <sizepolicy>
515 <hsizetype>7</hsizetype>
516 <vsizetype>1</vsizetype>
517 <horstretch>0</horstretch>
518 <verstretch>0</verstretch>
519 </sizepolicy>
520 </property>
521 <vbox>
522 <property name="name">
523 <cstring>unnamed</cstring>
524 </property>
525 <property name="spacing">
526 <number>0</number>
527 </property>
528 <widget class="QSlider">
529 <property name="name">
530 <cstring>slRAM</cstring>
531 </property>
532 <property name="sizePolicy">
533 <sizepolicy>
534 <hsizetype>7</hsizetype>
535 <vsizetype>0</vsizetype>
536 <horstretch>10</horstretch>
537 <verstretch>0</verstretch>
538 </sizepolicy>
539 </property>
540 <property name="minValue">
541 <number>4</number>
542 </property>
543 <property name="maxValue">
544 <number>384</number>
545 </property>
546 <property name="lineStep">
547 <number>4</number>
548 </property>
549 <property name="pageStep">
550 <number>32</number>
551 </property>
552 <property name="orientation">
553 <enum>Horizontal</enum>
554 </property>
555 <property name="tickmarks">
556 <enum>Below</enum>
557 </property>
558 <property name="tickInterval">
559 <number>32</number>
560 </property>
561 <property name="whatsThis" stdset="0">
562 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
563 </property>
564 </widget>
565 <widget class="QLayoutWidget">
566 <property name="name">
567 <cstring>layout31</cstring>
568 </property>
569 <hbox>
570 <property name="name">
571 <cstring>unnamed</cstring>
572 </property>
573 <widget class="QLabel">
574 <property name="name">
575 <cstring>txRAMMin</cstring>
576 </property>
577 <property name="text">
578 <string>&lt;</string>
579 </property>
580 <property name="alignment">
581 <set>WordBreak|AlignVCenter|AlignLeft</set>
582 </property>
583 </widget>
584 <spacer>
585 <property name="name">
586 <cstring>spacer8</cstring>
587 </property>
588 <property name="orientation">
589 <enum>Horizontal</enum>
590 </property>
591 <property name="sizeType">
592 <enum>Expanding</enum>
593 </property>
594 <property name="sizeHint">
595 <size>
596 <width>60</width>
597 <height>20</height>
598 </size>
599 </property>
600 </spacer>
601 <widget class="QLabel">
602 <property name="name">
603 <cstring>txRAMBest</cstring>
604 </property>
605 <property name="text">
606 <string>=</string>
607 </property>
608 <property name="alignment">
609 <set>AlignCenter</set>
610 </property>
611 </widget>
612 <spacer>
613 <property name="name">
614 <cstring>spacer8_3</cstring>
615 </property>
616 <property name="orientation">
617 <enum>Horizontal</enum>
618 </property>
619 <property name="sizeType">
620 <enum>Expanding</enum>
621 </property>
622 <property name="sizeHint">
623 <size>
624 <width>60</width>
625 <height>20</height>
626 </size>
627 </property>
628 </spacer>
629 <widget class="QLabel">
630 <property name="name">
631 <cstring>txRAMMax</cstring>
632 </property>
633 <property name="text">
634 <string>&gt;</string>
635 </property>
636 <property name="alignment">
637 <set>WordBreak|AlignVCenter|AlignRight</set>
638 </property>
639 </widget>
640 </hbox>
641 </widget>
642 </vbox>
643 </widget>
644 <widget class="QLayoutWidget">
645 <property name="name">
646 <cstring>layout18</cstring>
647 </property>
648 <vbox>
649 <property name="name">
650 <cstring>unnamed</cstring>
651 </property>
652 <widget class="QLayoutWidget">
653 <property name="name">
654 <cstring>layout17</cstring>
655 </property>
656 <hbox>
657 <property name="name">
658 <cstring>unnamed</cstring>
659 </property>
660 <widget class="QLineEdit">
661 <property name="name">
662 <cstring>leRAM</cstring>
663 </property>
664 <property name="sizePolicy">
665 <sizepolicy>
666 <hsizetype>4</hsizetype>
667 <vsizetype>0</vsizetype>
668 <horstretch>0</horstretch>
669 <verstretch>0</verstretch>
670 </sizepolicy>
671 </property>
672 <property name="whatsThis" stdset="0">
673 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
674 </property>
675 </widget>
676 <widget class="QLabel">
677 <property name="name">
678 <cstring>txRAM</cstring>
679 </property>
680 <property name="text">
681 <string>MB</string>
682 </property>
683 <property name="buddy" stdset="0">
684 <cstring>leRAM</cstring>
685 </property>
686 </widget>
687 </hbox>
688 </widget>
689 <spacer>
690 <property name="name">
691 <cstring>spacer9</cstring>
692 </property>
693 <property name="orientation">
694 <enum>Vertical</enum>
695 </property>
696 <property name="sizeType">
697 <enum>Expanding</enum>
698 </property>
699 <property name="sizeHint">
700 <size>
701 <width>20</width>
702 <height>1</height>
703 </size>
704 </property>
705 </spacer>
706 </vbox>
707 </widget>
708 </hbox>
709 </widget>
710 </hbox>
711 </widget>
712 <widget class="QGroupBox">
713 <property name="name">
714 <cstring>groupBox1</cstring>
715 </property>
716 <property name="sizePolicy">
717 <sizepolicy>
718 <hsizetype>5</hsizetype>
719 <vsizetype>0</vsizetype>
720 <horstretch>0</horstretch>
721 <verstretch>0</verstretch>
722 </sizepolicy>
723 </property>
724 <property name="title">
725 <string>&amp;Video Memory Size</string>
726 </property>
727 <hbox>
728 <property name="name">
729 <cstring>unnamed</cstring>
730 </property>
731 <widget class="QLayoutWidget">
732 <property name="name">
733 <cstring>layout33</cstring>
734 </property>
735 <hbox>
736 <property name="name">
737 <cstring>unnamed</cstring>
738 </property>
739 <widget class="QLayoutWidget">
740 <property name="name">
741 <cstring>layout32</cstring>
742 </property>
743 <vbox>
744 <property name="name">
745 <cstring>unnamed</cstring>
746 </property>
747 <property name="spacing">
748 <number>0</number>
749 </property>
750 <widget class="QSlider">
751 <property name="name">
752 <cstring>slVRAM</cstring>
753 </property>
754 <property name="sizePolicy">
755 <sizepolicy>
756 <hsizetype>7</hsizetype>
757 <vsizetype>0</vsizetype>
758 <horstretch>10</horstretch>
759 <verstretch>0</verstretch>
760 </sizepolicy>
761 </property>
762 <property name="minValue">
763 <number>1</number>
764 </property>
765 <property name="maxValue">
766 <number>128</number>
767 </property>
768 <property name="lineStep">
769 <number>1</number>
770 </property>
771 <property name="pageStep">
772 <number>4</number>
773 </property>
774 <property name="orientation">
775 <enum>Horizontal</enum>
776 </property>
777 <property name="tickmarks">
778 <enum>Below</enum>
779 </property>
780 <property name="tickInterval">
781 <number>4</number>
782 </property>
783 <property name="whatsThis" stdset="0">
784 <string>Controls the amount of video memory provided to the virtual machine.</string>
785 </property>
786 </widget>
787 <widget class="QLayoutWidget">
788 <property name="name">
789 <cstring>layout31</cstring>
790 </property>
791 <property name="sizePolicy">
792 <sizepolicy>
793 <hsizetype>7</hsizetype>
794 <vsizetype>1</vsizetype>
795 <horstretch>0</horstretch>
796 <verstretch>0</verstretch>
797 </sizepolicy>
798 </property>
799 <hbox>
800 <property name="name">
801 <cstring>unnamed</cstring>
802 </property>
803 <widget class="QLabel">
804 <property name="name">
805 <cstring>txVRAMMin</cstring>
806 </property>
807 <property name="text">
808 <string>&lt;</string>
809 </property>
810 <property name="alignment">
811 <set>WordBreak|AlignVCenter|AlignLeft</set>
812 </property>
813 </widget>
814 <spacer>
815 <property name="name">
816 <cstring>spacer8_2</cstring>
817 </property>
818 <property name="orientation">
819 <enum>Horizontal</enum>
820 </property>
821 <property name="sizeType">
822 <enum>Expanding</enum>
823 </property>
824 <property name="sizeHint">
825 <size>
826 <width>70</width>
827 <height>20</height>
828 </size>
829 </property>
830 </spacer>
831 <widget class="QLabel">
832 <property name="name">
833 <cstring>txVRAMBest</cstring>
834 </property>
835 <property name="text">
836 <string>=</string>
837 </property>
838 <property name="alignment">
839 <set>AlignCenter</set>
840 </property>
841 <property name="buddy" stdset="0">
842 <cstring></cstring>
843 </property>
844 </widget>
845 <spacer>
846 <property name="name">
847 <cstring>spacer19_2</cstring>
848 </property>
849 <property name="orientation">
850 <enum>Horizontal</enum>
851 </property>
852 <property name="sizeType">
853 <enum>Expanding</enum>
854 </property>
855 <property name="sizeHint">
856 <size>
857 <width>61</width>
858 <height>20</height>
859 </size>
860 </property>
861 </spacer>
862 <widget class="QLabel">
863 <property name="name">
864 <cstring>txVRAMMax</cstring>
865 </property>
866 <property name="text">
867 <string>&gt;</string>
868 </property>
869 <property name="alignment">
870 <set>WordBreak|AlignVCenter|AlignRight</set>
871 </property>
872 </widget>
873 </hbox>
874 </widget>
875 </vbox>
876 </widget>
877 <widget class="QLayoutWidget">
878 <property name="name">
879 <cstring>layout18_2</cstring>
880 </property>
881 <vbox>
882 <property name="name">
883 <cstring>unnamed</cstring>
884 </property>
885 <widget class="QLayoutWidget">
886 <property name="name">
887 <cstring>layout17_2</cstring>
888 </property>
889 <hbox>
890 <property name="name">
891 <cstring>unnamed</cstring>
892 </property>
893 <widget class="QLineEdit">
894 <property name="name">
895 <cstring>leVRAM</cstring>
896 </property>
897 <property name="sizePolicy">
898 <sizepolicy>
899 <hsizetype>4</hsizetype>
900 <vsizetype>0</vsizetype>
901 <horstretch>0</horstretch>
902 <verstretch>0</verstretch>
903 </sizepolicy>
904 </property>
905 <property name="frameShape">
906 <enum>LineEditPanel</enum>
907 </property>
908 <property name="frameShadow">
909 <enum>Sunken</enum>
910 </property>
911 <property name="whatsThis" stdset="0">
912 <string>Controls the amount of video memory provided to the virtual machine.</string>
913 </property>
914 </widget>
915 <widget class="QLabel">
916 <property name="name">
917 <cstring>txVRAM</cstring>
918 </property>
919 <property name="text">
920 <string>MB</string>
921 </property>
922 <property name="buddy" stdset="0">
923 <cstring>leRAM</cstring>
924 </property>
925 </widget>
926 </hbox>
927 </widget>
928 <spacer>
929 <property name="name">
930 <cstring>spacer9_2</cstring>
931 </property>
932 <property name="orientation">
933 <enum>Vertical</enum>
934 </property>
935 <property name="sizeType">
936 <enum>Expanding</enum>
937 </property>
938 <property name="sizeHint">
939 <size>
940 <width>20</width>
941 <height>1</height>
942 </size>
943 </property>
944 </spacer>
945 </vbox>
946 </widget>
947 </hbox>
948 </widget>
949 </hbox>
950 </widget>
951 <spacer>
952 <property name="name">
953 <cstring>spacer118</cstring>
954 </property>
955 <property name="orientation">
956 <enum>Vertical</enum>
957 </property>
958 <property name="sizeType">
959 <enum>Expanding</enum>
960 </property>
961 <property name="sizeHint">
962 <size>
963 <width>20</width>
964 <height>0</height>
965 </size>
966 </property>
967 </spacer>
968 </vbox>
969 </widget>
970 <widget class="QWidget">
971 <property name="name">
972 <cstring>advanced</cstring>
973 </property>
974 <attribute name="title">
975 <string>&amp;Advanced</string>
976 </attribute>
977 <vbox>
978 <property name="name">
979 <cstring>unnamed</cstring>
980 </property>
981 <property name="margin">
982 <number>10</number>
983 </property>
984 <property name="spacing">
985 <number>10</number>
986 </property>
987 <widget class="QLayoutWidget">
988 <property name="name">
989 <cstring>layout148</cstring>
990 </property>
991 <hbox>
992 <property name="name">
993 <cstring>unnamed</cstring>
994 </property>
995 <widget class="QLayoutWidget">
996 <property name="name">
997 <cstring>layout147</cstring>
998 </property>
999 <vbox>
1000 <property name="name">
1001 <cstring>unnamed</cstring>
1002 </property>
1003 <property name="margin">
1004 <number>0</number>
1005 </property>
1006 <property name="spacing">
1007 <number>0</number>
1008 </property>
1009 <widget class="QGroupBox">
1010 <property name="name">
1011 <cstring>groupBox12</cstring>
1012 </property>
1013 <property name="sizePolicy">
1014 <sizepolicy>
1015 <hsizetype>0</hsizetype>
1016 <vsizetype>0</vsizetype>
1017 <horstretch>0</horstretch>
1018 <verstretch>0</verstretch>
1019 </sizepolicy>
1020 </property>
1021 <property name="title">
1022 <string>Boo&amp;t Order</string>
1023 </property>
1024 <vbox>
1025 <property name="name">
1026 <cstring>unnamed</cstring>
1027 </property>
1028 </vbox>
1029 </widget>
1030 <spacer>
1031 <property name="name">
1032 <cstring>spacer129</cstring>
1033 </property>
1034 <property name="orientation">
1035 <enum>Vertical</enum>
1036 </property>
1037 <property name="sizeType">
1038 <enum>Minimum</enum>
1039 </property>
1040 <property name="sizeHint">
1041 <size>
1042 <width>21</width>
1043 <height>0</height>
1044 </size>
1045 </property>
1046 </spacer>
1047 </vbox>
1048 </widget>
1049 <widget class="QLayoutWidget">
1050 <property name="name">
1051 <cstring>layout146</cstring>
1052 </property>
1053 <vbox>
1054 <property name="name">
1055 <cstring>unnamed</cstring>
1056 </property>
1057 <property name="margin">
1058 <number>0</number>
1059 </property>
1060 <property name="spacing">
1061 <number>0</number>
1062 </property>
1063 <widget class="QGroupBox">
1064 <property name="name">
1065 <cstring>groupBox23</cstring>
1066 </property>
1067 <property name="sizePolicy">
1068 <sizepolicy>
1069 <hsizetype>7</hsizetype>
1070 <vsizetype>0</vsizetype>
1071 <horstretch>1</horstretch>
1072 <verstretch>0</verstretch>
1073 </sizepolicy>
1074 </property>
1075 <property name="title">
1076 <string>Extended Features</string>
1077 </property>
1078 <vbox>
1079 <property name="name">
1080 <cstring>unnamed</cstring>
1081 </property>
1082 <widget class="QCheckBox">
1083 <property name="name">
1084 <cstring>chbEnableACPI</cstring>
1085 </property>
1086 <property name="text">
1087 <string>Enable A&amp;CPI</string>
1088 </property>
1089 <property name="accel">
1090 <string>Alt+C</string>
1091 </property>
1092 <property name="whatsThis" stdset="0">
1093 <string>When checked, the virtual machine will support
1094the Advanced Configuration and Power Management Interface (ACPI). &lt;b&gt;Note:&lt;/b&gt; don't disable
1095this feature after having installed a Windows guest operating system!</string>
1096 </property>
1097 </widget>
1098 <widget class="QCheckBox">
1099 <property name="name">
1100 <cstring>chbEnableIOAPIC</cstring>
1101 </property>
1102 <property name="text">
1103 <string>Enable IO A&amp;PIC</string>
1104 </property>
1105 <property name="accel">
1106 <string>Alt+P</string>
1107 </property>
1108 <property name="whatsThis" stdset="0">
1109 <string>When checked, the virtual machine will support
1110the Input Output APIC (IO APIC), which may slightly decrease the VM performance. &lt;b&gt;Note:&lt;/b&gt; don't disable
1111this feature after having installed a Windows guest operating system!</string>
1112 </property>
1113 </widget>
1114 </vbox>
1115 </widget>
1116 <spacer>
1117 <property name="name">
1118 <cstring>spacer128</cstring>
1119 </property>
1120 <property name="orientation">
1121 <enum>Vertical</enum>
1122 </property>
1123 <property name="sizeType">
1124 <enum>Minimum</enum>
1125 </property>
1126 <property name="sizeHint">
1127 <size>
1128 <width>20</width>
1129 <height>0</height>
1130 </size>
1131 </property>
1132 </spacer>
1133 </vbox>
1134 </widget>
1135 </hbox>
1136 </widget>
1137 <widget class="QGroupBox">
1138 <property name="name">
1139 <cstring>groupBox61</cstring>
1140 </property>
1141 <property name="title">
1142 <string>&amp;Shared Clipboard</string>
1143 </property>
1144 <hbox>
1145 <property name="name">
1146 <cstring>unnamed</cstring>
1147 </property>
1148 <widget class="QComboBox">
1149 <property name="name">
1150 <cstring>cbSharedClipboard</cstring>
1151 </property>
1152 <property name="sizePolicy">
1153 <sizepolicy>
1154 <hsizetype>5</hsizetype>
1155 <vsizetype>0</vsizetype>
1156 <horstretch>0</horstretch>
1157 <verstretch>0</verstretch>
1158 </sizepolicy>
1159 </property>
1160 </widget>
1161 <spacer>
1162 <property name="name">
1163 <cstring>spacer130</cstring>
1164 </property>
1165 <property name="orientation">
1166 <enum>Horizontal</enum>
1167 </property>
1168 <property name="sizeType">
1169 <enum>Expanding</enum>
1170 </property>
1171 <property name="sizeHint">
1172 <size>
1173 <width>0</width>
1174 <height>20</height>
1175 </size>
1176 </property>
1177 </spacer>
1178 </hbox>
1179 </widget>
1180 <widget class="QGroupBox">
1181 <property name="name">
1182 <cstring>groupBox5</cstring>
1183 </property>
1184 <property name="title">
1185 <string>S&amp;napshot Folder</string>
1186 </property>
1187 <grid>
1188 <property name="name">
1189 <cstring>unnamed</cstring>
1190 </property>
1191 <widget class="QLineEdit" row="0" column="0">
1192 <property name="name">
1193 <cstring>leSnapshotFolder</cstring>
1194 </property>
1195 <property name="frameShape">
1196 <enum>LineEditPanel</enum>
1197 </property>
1198 <property name="frameShadow">
1199 <enum>Sunken</enum>
1200 </property>
1201 <property name="readOnly">
1202 <bool>false</bool>
1203 </property>
1204 <property name="whatsThis" stdset="0">
1205 <string>Displays the path where snapshots of this virtual machine
1206will be stored. Note that snapshots can take quite a lot of disk space.</string>
1207 </property>
1208 </widget>
1209 <widget class="QToolButton" row="0" column="1">
1210 <property name="name">
1211 <cstring>tbSelectSavedStateFolder</cstring>
1212 </property>
1213 <property name="focusPolicy">
1214 <enum>TabFocus</enum>
1215 </property>
1216 <property name="text">
1217 <string>Select</string>
1218 </property>
1219 <property name="iconSet">
1220 <iconset></iconset>
1221 </property>
1222 <property name="textLabel">
1223 <string>Select</string>
1224 </property>
1225 <property name="autoRaise">
1226 <bool>true</bool>
1227 </property>
1228 <property name="whatsThis" stdset="0">
1229 <string>Selects the snapshot folder path.</string>
1230 </property>
1231 </widget>
1232 <widget class="QToolButton" row="0" column="2">
1233 <property name="name">
1234 <cstring>tbResetSavedStateFolder</cstring>
1235 </property>
1236 <property name="focusPolicy">
1237 <enum>TabFocus</enum>
1238 </property>
1239 <property name="text">
1240 <string>Reset</string>
1241 </property>
1242 <property name="autoRaise">
1243 <bool>true</bool>
1244 </property>
1245 <property name="whatsThis" stdset="0">
1246 <string>Resets the snapshot folder path to the default value.
1247The 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
1294 the virtual machine. The description
1295 field is useful for commenting
1296 configuration details of the installed
1297 guest OS.</string>
1298 </property>
1299 </widget>
1300 </vbox>
1301 </widget>
1302 </widget>
1303 </vbox>
1304 </widget>
1305 <widget class="QWidget">
1306 <property name="name">
1307 <cstring>pageHDD</cstring>
1308 </property>
1309 <attribute name="id">
1310 <number>1</number>
1311 </attribute>
1312 <vbox>
1313 <property name="name">
1314 <cstring>unnamed</cstring>
1315 </property>
1316 <property name="margin">
1317 <number>0</number>
1318 </property>
1319 <property name="spacing">
1320 <number>10</number>
1321 </property>
1322 <widget class="QGroupBox">
1323 <property name="name">
1324 <cstring>grbHDA</cstring>
1325 </property>
1326 <property name="title">
1327 <string>&amp;Primary Master</string>
1328 </property>
1329 <property name="checkable">
1330 <bool>true</bool>
1331 </property>
1332 <vbox>
1333 <property name="name">
1334 <cstring>unnamed</cstring>
1335 </property>
1336 <widget class="QLayoutWidget">
1337 <property name="name">
1338 <cstring>hdaLayout</cstring>
1339 </property>
1340 <hbox>
1341 <property name="name">
1342 <cstring>unnamed</cstring>
1343 </property>
1344 <widget class="QToolButton">
1345 <property name="name">
1346 <cstring>tbHDA</cstring>
1347 </property>
1348 <property name="focusPolicy">
1349 <enum>TabFocus</enum>
1350 </property>
1351 <property name="text">
1352 <string>Select</string>
1353 </property>
1354 <property name="iconSet">
1355 <iconset></iconset>
1356 </property>
1357 <property name="textLabel">
1358 <string>Select</string>
1359 </property>
1360 <property name="autoRaise">
1361 <bool>true</bool>
1362 </property>
1363 <property name="whatsThis" stdset="0">
1364 <string>Invokes the Virtual Disk Manager to create a new
1365or select an existing virtual hard disk to attach.</string>
1366 </property>
1367 </widget>
1368 </hbox>
1369 </widget>
1370 <widget class="QLabel">
1371 <property name="name">
1372 <cstring>txHDA</cstring>
1373 </property>
1374 <property name="text">
1375 <string>&lt;not selected&gt;</string>
1376 </property>
1377 </widget>
1378 </vbox>
1379 </widget>
1380 <widget class="QGroupBox">
1381 <property name="name">
1382 <cstring>grbHDB</cstring>
1383 </property>
1384 <property name="title">
1385 <string>P&amp;rimary Slave</string>
1386 </property>
1387 <property name="checkable">
1388 <bool>true</bool>
1389 </property>
1390 <vbox>
1391 <property name="name">
1392 <cstring>unnamed</cstring>
1393 </property>
1394 <widget class="QLayoutWidget">
1395 <property name="name">
1396 <cstring>hdbLayout</cstring>
1397 </property>
1398 <hbox>
1399 <property name="name">
1400 <cstring>unnamed</cstring>
1401 </property>
1402 <widget class="QToolButton">
1403 <property name="name">
1404 <cstring>tbHDB</cstring>
1405 </property>
1406 <property name="focusPolicy">
1407 <enum>TabFocus</enum>
1408 </property>
1409 <property name="text">
1410 <string>Select</string>
1411 </property>
1412 <property name="iconSet">
1413 <iconset></iconset>
1414 </property>
1415 <property name="textLabel">
1416 <string>Select</string>
1417 </property>
1418 <property name="autoRaise">
1419 <bool>true</bool>
1420 </property>
1421 <property name="whatsThis" stdset="0">
1422 <string>Invokes the Virtual Disk Manager to create a new
1423or select an existing virtual hard disk to attach.</string>
1424 </property>
1425 </widget>
1426 </hbox>
1427 </widget>
1428 <widget class="QLabel">
1429 <property name="name">
1430 <cstring>txHDB</cstring>
1431 </property>
1432 <property name="text">
1433 <string>&lt;not selected&gt;</string>
1434 </property>
1435 </widget>
1436 </vbox>
1437 </widget>
1438 <widget class="QGroupBox">
1439 <property name="name">
1440 <cstring>grbHDD</cstring>
1441 </property>
1442 <property name="title">
1443 <string>&amp;Secondary (IDE 1) Slave</string>
1444 </property>
1445 <property name="checkable">
1446 <bool>true</bool>
1447 </property>
1448 <vbox>
1449 <property name="name">
1450 <cstring>unnamed</cstring>
1451 </property>
1452 <widget class="QLayoutWidget">
1453 <property name="name">
1454 <cstring>hddLayout</cstring>
1455 </property>
1456 <hbox>
1457 <property name="name">
1458 <cstring>unnamed</cstring>
1459 </property>
1460 <widget class="QToolButton">
1461 <property name="name">
1462 <cstring>tbHDD</cstring>
1463 </property>
1464 <property name="focusPolicy">
1465 <enum>TabFocus</enum>
1466 </property>
1467 <property name="text">
1468 <string>Select</string>
1469 </property>
1470 <property name="iconSet">
1471 <iconset></iconset>
1472 </property>
1473 <property name="textLabel">
1474 <string>Select</string>
1475 </property>
1476 <property name="autoRaise">
1477 <bool>true</bool>
1478 </property>
1479 <property name="whatsThis" stdset="0">
1480 <string>Invokes the Virtual Disk Manager to create a new
1481or select an existing virtual hard disk to attach.</string>
1482 </property>
1483 </widget>
1484 </hbox>
1485 </widget>
1486 <widget class="QLabel">
1487 <property name="name">
1488 <cstring>txHDD</cstring>
1489 </property>
1490 <property name="text">
1491 <string>&lt;not selected&gt;</string>
1492 </property>
1493 </widget>
1494 </vbox>
1495 </widget>
1496 <spacer>
1497 <property name="name">
1498 <cstring>spacer3</cstring>
1499 </property>
1500 <property name="orientation">
1501 <enum>Vertical</enum>
1502 </property>
1503 <property name="sizeType">
1504 <enum>Expanding</enum>
1505 </property>
1506 <property name="sizeHint">
1507 <size>
1508 <width>20</width>
1509 <height>0</height>
1510 </size>
1511 </property>
1512 </spacer>
1513 </vbox>
1514 </widget>
1515 <widget class="QWidget">
1516 <property name="name">
1517 <cstring>pageFloppy</cstring>
1518 </property>
1519 <attribute name="id">
1520 <number>2</number>
1521 </attribute>
1522 <vbox>
1523 <property name="name">
1524 <cstring>unnamed</cstring>
1525 </property>
1526 <property name="margin">
1527 <number>0</number>
1528 </property>
1529 <property name="spacing">
1530 <number>10</number>
1531 </property>
1532 <widget class="QButtonGroup">
1533 <property name="name">
1534 <cstring>bgFloppy</cstring>
1535 </property>
1536 <property name="title">
1537 <string>&amp;Mount Floppy Drive</string>
1538 </property>
1539 <property name="checkable">
1540 <bool>true</bool>
1541 </property>
1542 <vbox>
1543 <property name="name">
1544 <cstring>unnamed</cstring>
1545 </property>
1546 <widget class="QLayoutWidget">
1547 <property name="name">
1548 <cstring>layout139</cstring>
1549 </property>
1550 <hbox>
1551 <property name="name">
1552 <cstring>unnamed</cstring>
1553 </property>
1554 <widget class="QRadioButton">
1555 <property name="name">
1556 <cstring>rbHostFloppy</cstring>
1557 </property>
1558 <property name="text">
1559 <string>Host Floppy &amp;Drive</string>
1560 </property>
1561 <property name="accel">
1562 <string>Alt+D</string>
1563 </property>
1564 <property name="whatsThis" stdset="0">
1565 <string>Mounts the specified host Floppy drive to the virtual Floppy drive.</string>
1566 </property>
1567 </widget>
1568 <widget class="QComboBox">
1569 <property name="name">
1570 <cstring>cbHostFloppy</cstring>
1571 </property>
1572 <property name="whatsThis" stdset="0">
1573 <string>Lists host Floppy drives available to mount to
1574the virtual machine.</string>
1575 </property>
1576 </widget>
1577 <spacer>
1578 <property name="name">
1579 <cstring>spacer123</cstring>
1580 </property>
1581 <property name="orientation">
1582 <enum>Horizontal</enum>
1583 </property>
1584 <property name="sizeType">
1585 <enum>Expanding</enum>
1586 </property>
1587 <property name="sizeHint">
1588 <size>
1589 <width>51</width>
1590 <height>20</height>
1591 </size>
1592 </property>
1593 </spacer>
1594 </hbox>
1595 </widget>
1596 <widget class="QLayoutWidget">
1597 <property name="name">
1598 <cstring>layout140</cstring>
1599 </property>
1600 <hbox>
1601 <property name="name">
1602 <cstring>unnamed</cstring>
1603 </property>
1604 <widget class="QRadioButton">
1605 <property name="name">
1606 <cstring>rbISOFloppy</cstring>
1607 </property>
1608 <property name="text">
1609 <string>&amp;Image File</string>
1610 </property>
1611 <property name="accel">
1612 <string>Alt+I</string>
1613 </property>
1614 <property name="whatsThis" stdset="0">
1615 <string>Mounts the specified Floppy image to the virtual Floppy drive.</string>
1616 </property>
1617 </widget>
1618 <spacer>
1619 <property name="name">
1620 <cstring>spacer135_4</cstring>
1621 </property>
1622 <property name="orientation">
1623 <enum>Horizontal</enum>
1624 </property>
1625 <property name="sizeType">
1626 <enum>Expanding</enum>
1627 </property>
1628 <property name="sizeHint">
1629 <size>
1630 <width>156</width>
1631 <height>20</height>
1632 </size>
1633 </property>
1634 </spacer>
1635 </hbox>
1636 </widget>
1637 <widget class="QLayoutWidget">
1638 <property name="name">
1639 <cstring>fdLayout</cstring>
1640 </property>
1641 <hbox>
1642 <property name="name">
1643 <cstring>unnamed</cstring>
1644 </property>
1645 <widget class="QToolButton">
1646 <property name="name">
1647 <cstring>tbISOFloppy</cstring>
1648 </property>
1649 <property name="focusPolicy">
1650 <enum>TabFocus</enum>
1651 </property>
1652 <property name="text">
1653 <string>Select</string>
1654 </property>
1655 <property name="iconSet">
1656 <iconset></iconset>
1657 </property>
1658 <property name="textLabel">
1659 <string>Select</string>
1660 </property>
1661 <property name="autoRaise">
1662 <bool>true</bool>
1663 </property>
1664 <property name="whatsThis" stdset="0">
1665 <string>Invokes the Virtual Disk Manager to select
1666a Floppy image to mount.</string>
1667 </property>
1668 </widget>
1669 </hbox>
1670 </widget>
1671 </vbox>
1672 </widget>
1673 <spacer>
1674 <property name="name">
1675 <cstring>spacer119</cstring>
1676 </property>
1677 <property name="orientation">
1678 <enum>Vertical</enum>
1679 </property>
1680 <property name="sizeType">
1681 <enum>Expanding</enum>
1682 </property>
1683 <property name="sizeHint">
1684 <size>
1685 <width>20</width>
1686 <height>0</height>
1687 </size>
1688 </property>
1689 </spacer>
1690 </vbox>
1691 </widget>
1692 <widget class="QWidget">
1693 <property name="name">
1694 <cstring>pageDVD</cstring>
1695 </property>
1696 <attribute name="id">
1697 <number>3</number>
1698 </attribute>
1699 <vbox>
1700 <property name="name">
1701 <cstring>unnamed</cstring>
1702 </property>
1703 <property name="margin">
1704 <number>0</number>
1705 </property>
1706 <property name="spacing">
1707 <number>10</number>
1708 </property>
1709 <widget class="QButtonGroup">
1710 <property name="name">
1711 <cstring>bgDVD</cstring>
1712 </property>
1713 <property name="title">
1714 <string>&amp;Mount CD/DVD Drive</string>
1715 </property>
1716 <property name="checkable">
1717 <bool>true</bool>
1718 </property>
1719 <vbox>
1720 <property name="name">
1721 <cstring>unnamed</cstring>
1722 </property>
1723 <widget class="QLayoutWidget">
1724 <property name="name">
1725 <cstring>layout39</cstring>
1726 </property>
1727 <hbox>
1728 <property name="name">
1729 <cstring>unnamed</cstring>
1730 </property>
1731 <widget class="QRadioButton">
1732 <property name="name">
1733 <cstring>rbHostDVD</cstring>
1734 </property>
1735 <property name="text">
1736 <string>Host CD/DVD &amp;Drive</string>
1737 </property>
1738 <property name="accel">
1739 <string>Alt+D</string>
1740 </property>
1741 <property name="whatsThis" stdset="0">
1742 <string>Mounts the specified CD/DVD drive to the virtual CD/DVD drive.</string>
1743 </property>
1744 </widget>
1745 <widget class="QComboBox">
1746 <property name="name">
1747 <cstring>cbHostDVD</cstring>
1748 </property>
1749 <property name="whatsThis" stdset="0">
1750 <string>Lists host CD/DVD drives available to mount to
1751the virtual machine.</string>
1752 </property>
1753 </widget>
1754 <spacer>
1755 <property name="name">
1756 <cstring>spacer23</cstring>
1757 </property>
1758 <property name="orientation">
1759 <enum>Horizontal</enum>
1760 </property>
1761 <property name="sizeType">
1762 <enum>Expanding</enum>
1763 </property>
1764 <property name="sizeHint">
1765 <size>
1766 <width>51</width>
1767 <height>20</height>
1768 </size>
1769 </property>
1770 </spacer>
1771 </hbox>
1772 </widget>
1773 <widget class="QLayoutWidget">
1774 <property name="name">
1775 <cstring>layout40</cstring>
1776 </property>
1777 <hbox>
1778 <property name="name">
1779 <cstring>unnamed</cstring>
1780 </property>
1781 <widget class="QRadioButton">
1782 <property name="name">
1783 <cstring>rbISODVD</cstring>
1784 </property>
1785 <property name="text">
1786 <string>&amp;ISO Image File</string>
1787 </property>
1788 <property name="accel">
1789 <string>Alt+I</string>
1790 </property>
1791 <property name="whatsThis" stdset="0">
1792 <string>Mounts the specified CD/DVD image to the virtual CD/DVD drive.</string>
1793 </property>
1794 </widget>
1795 <spacer>
1796 <property name="name">
1797 <cstring>spacer35_4</cstring>
1798 </property>
1799 <property name="orientation">
1800 <enum>Horizontal</enum>
1801 </property>
1802 <property name="sizeType">
1803 <enum>Expanding</enum>
1804 </property>
1805 <property name="sizeHint">
1806 <size>
1807 <width>156</width>
1808 <height>20</height>
1809 </size>
1810 </property>
1811 </spacer>
1812 </hbox>
1813 </widget>
1814 <widget class="QLayoutWidget">
1815 <property name="name">
1816 <cstring>cdLayout</cstring>
1817 </property>
1818 <hbox>
1819 <property name="name">
1820 <cstring>unnamed</cstring>
1821 </property>
1822 <widget class="QToolButton">
1823 <property name="name">
1824 <cstring>tbISODVD</cstring>
1825 </property>
1826 <property name="focusPolicy">
1827 <enum>TabFocus</enum>
1828 </property>
1829 <property name="text">
1830 <string>Select</string>
1831 </property>
1832 <property name="iconSet">
1833 <iconset></iconset>
1834 </property>
1835 <property name="textLabel">
1836 <string>Select</string>
1837 </property>
1838 <property name="autoRaise">
1839 <bool>true</bool>
1840 </property>
1841 <property name="whatsThis" stdset="0">
1842 <string>Invokes the Virtual Disk Manager to select
1843a CD/DVD image to mount.</string>
1844 </property>
1845 </widget>
1846 </hbox>
1847 </widget>
1848 </vbox>
1849 </widget>
1850 <spacer>
1851 <property name="name">
1852 <cstring>spacer19</cstring>
1853 </property>
1854 <property name="orientation">
1855 <enum>Vertical</enum>
1856 </property>
1857 <property name="sizeType">
1858 <enum>Expanding</enum>
1859 </property>
1860 <property name="sizeHint">
1861 <size>
1862 <width>20</width>
1863 <height>0</height>
1864 </size>
1865 </property>
1866 </spacer>
1867 </vbox>
1868 </widget>
1869 <widget class="QWidget">
1870 <property name="name">
1871 <cstring>pageAudio</cstring>
1872 </property>
1873 <attribute name="id">
1874 <number>4</number>
1875 </attribute>
1876 <vbox>
1877 <property name="name">
1878 <cstring>unnamed</cstring>
1879 </property>
1880 <property name="margin">
1881 <number>0</number>
1882 </property>
1883 <property name="spacing">
1884 <number>10</number>
1885 </property>
1886 <widget class="QGroupBox">
1887 <property name="name">
1888 <cstring>grbAudio</cstring>
1889 </property>
1890 <property name="title">
1891 <string>&amp;Enable Audio</string>
1892 </property>
1893 <property name="checkable">
1894 <bool>true</bool>
1895 </property>
1896 <property name="checked">
1897 <bool>true</bool>
1898 </property>
1899 <hbox>
1900 <property name="name">
1901 <cstring>unnamed</cstring>
1902 </property>
1903 <widget class="QLabel">
1904 <property name="name">
1905 <cstring>txAudioDriver</cstring>
1906 </property>
1907 <property name="text">
1908 <string>Host Audio &amp;Driver</string>
1909 </property>
1910 <property name="buddy" stdset="0">
1911 <cstring>cbAudioDriver</cstring>
1912 </property>
1913 </widget>
1914 <widget class="QComboBox">
1915 <property name="name">
1916 <cstring>cbAudioDriver</cstring>
1917 </property>
1918 <property name="sizePolicy">
1919 <sizepolicy>
1920 <hsizetype>1</hsizetype>
1921 <vsizetype>0</vsizetype>
1922 <horstretch>0</horstretch>
1923 <verstretch>0</verstretch>
1924 </sizepolicy>
1925 </property>
1926 <property name="whatsThis" stdset="0">
1927 <string>Controls the audio output driver. The &lt;b&gt;Null Audio Driver&lt;/b&gt;
1928makes the guest see an audio card, however every access to it will be ignored.</string>
1929 </property>
1930 </widget>
1931 <spacer>
1932 <property name="name">
1933 <cstring>spacer36</cstring>
1934 </property>
1935 <property name="orientation">
1936 <enum>Horizontal</enum>
1937 </property>
1938 <property name="sizeType">
1939 <enum>Expanding</enum>
1940 </property>
1941 <property name="sizeHint">
1942 <size>
1943 <width>30</width>
1944 <height>20</height>
1945 </size>
1946 </property>
1947 </spacer>
1948 </hbox>
1949 </widget>
1950 <spacer>
1951 <property name="name">
1952 <cstring>spacer11</cstring>
1953 </property>
1954 <property name="orientation">
1955 <enum>Vertical</enum>
1956 </property>
1957 <property name="sizeType">
1958 <enum>Expanding</enum>
1959 </property>
1960 <property name="sizeHint">
1961 <size>
1962 <width>20</width>
1963 <height>0</height>
1964 </size>
1965 </property>
1966 </spacer>
1967 </vbox>
1968 </widget>
1969 <widget class="QWidget">
1970 <property name="name">
1971 <cstring>pageNetwork</cstring>
1972 </property>
1973 <attribute name="id">
1974 <number>5</number>
1975 </attribute>
1976 </widget>
1977 <widget class="QWidget">
1978 <property name="name">
1979 <cstring>pageUSB</cstring>
1980 </property>
1981 <attribute name="id">
1982 <number>6</number>
1983 </attribute>
1984 <vbox>
1985 <property name="name">
1986 <cstring>unnamed</cstring>
1987 </property>
1988 <property name="margin">
1989 <number>0</number>
1990 </property>
1991 <widget class="QCheckBox">
1992 <property name="name">
1993 <cstring>cbEnableUSBController</cstring>
1994 </property>
1995 <property name="text">
1996 <string>Enable &amp;USB Controller</string>
1997 </property>
1998 <property name="accel">
1999 <string>Alt+U</string>
2000 </property>
2001 <property name="whatsThis" stdset="0">
2002 <string>When checked, enables the virtual USB controller
2003of this machine.</string>
2004 </property>
2005 </widget>
2006 <widget class="QGroupBox">
2007 <property name="name">
2008 <cstring>grbUSBFilters</cstring>
2009 </property>
2010 <property name="title">
2011 <string>USB Device &amp;Filters</string>
2012 </property>
2013 <vbox>
2014 <property name="name">
2015 <cstring>unnamed</cstring>
2016 </property>
2017 <widget class="QLayoutWidget">
2018 <property name="name">
2019 <cstring>layout148</cstring>
2020 </property>
2021 <hbox>
2022 <property name="name">
2023 <cstring>unnamed</cstring>
2024 </property>
2025 <widget class="QListView">
2026 <column>
2027 <property name="text">
2028 <string>[name]</string>
2029 </property>
2030 <property name="clickable">
2031 <bool>false</bool>
2032 </property>
2033 <property name="resizable">
2034 <bool>true</bool>
2035 </property>
2036 </column>
2037 <property name="name">
2038 <cstring>lvUSBFilters</cstring>
2039 </property>
2040 <property name="whatsThis" stdset="0">
2041 <string>Lists all USB filters of this machine.
2042The checkbox to the left defines whether the particular filter is enabled or not.</string>
2043 </property>
2044 </widget>
2045 <widget class="QLayoutWidget">
2046 <property name="name">
2047 <cstring>layout147</cstring>
2048 </property>
2049 <vbox>
2050 <property name="name">
2051 <cstring>unnamed</cstring>
2052 </property>
2053 <property name="spacing">
2054 <number>0</number>
2055 </property>
2056 <widget class="QToolButton">
2057 <property name="name">
2058 <cstring>tbAddUSBFilter</cstring>
2059 </property>
2060 <property name="focusPolicy">
2061 <enum>TabFocus</enum>
2062 </property>
2063 <property name="text">
2064 <string></string>
2065 </property>
2066 <property name="accel">
2067 <string>Ins</string>
2068 </property>
2069 <property name="iconSet">
2070 <iconset></iconset>
2071 </property>
2072 <property name="textLabel">
2073 <string>Add Empty (Ins)</string>
2074 </property>
2075 <property name="autoRaise">
2076 <bool>true</bool>
2077 </property>
2078 <property name="whatsThis" stdset="0">
2079 <string>Adds a new USB filter with
2080all fields initially set to empty strings. Note that such a filter will match any attached
2081USB device.</string>
2082 </property>
2083 </widget>
2084 <widget class="QToolButton">
2085 <property name="name">
2086 <cstring>tbAddUSBFilterFrom</cstring>
2087 </property>
2088 <property name="focusPolicy">
2089 <enum>TabFocus</enum>
2090 </property>
2091 <property name="text">
2092 <string></string>
2093 </property>
2094 <property name="accel">
2095 <string>Alt+Ins</string>
2096 </property>
2097 <property name="iconSet">
2098 <iconset></iconset>
2099 </property>
2100 <property name="textLabel">
2101 <string>Add From (Alt+Ins)</string>
2102 </property>
2103 <property name="autoRaise">
2104 <bool>true</bool>
2105 </property>
2106 <property name="whatsThis" stdset="0">
2107 <string>Adds a new USB filter
2108with all fields set to the values of the selected USB device attached to the host PC.</string>
2109 </property>
2110 </widget>
2111 <widget class="QToolButton">
2112 <property name="name">
2113 <cstring>tbRemoveUSBFilter</cstring>
2114 </property>
2115 <property name="focusPolicy">
2116 <enum>TabFocus</enum>
2117 </property>
2118 <property name="text">
2119 <string></string>
2120 </property>
2121 <property name="accel">
2122 <string>Del</string>
2123 </property>
2124 <property name="iconSet">
2125 <iconset></iconset>
2126 </property>
2127 <property name="textLabel">
2128 <string>Remove (Del)</string>
2129 </property>
2130 <property name="autoRaise">
2131 <bool>true</bool>
2132 </property>
2133 <property name="whatsThis" stdset="0">
2134 <string>Removes the selected USB filter.</string>
2135 </property>
2136 </widget>
2137 <widget class="QToolButton">
2138 <property name="name">
2139 <cstring>tbUSBFilterUp</cstring>
2140 </property>
2141 <property name="focusPolicy">
2142 <enum>TabFocus</enum>
2143 </property>
2144 <property name="text">
2145 <string></string>
2146 </property>
2147 <property name="accel">
2148 <string>Ctrl+Up</string>
2149 </property>
2150 <property name="iconSet">
2151 <iconset></iconset>
2152 </property>
2153 <property name="textLabel">
2154 <string>Move Up (Ctrl+Up)</string>
2155 </property>
2156 <property name="autoRaise">
2157 <bool>true</bool>
2158 </property>
2159 <property name="whatsThis" stdset="0">
2160 <string>Moves the selected USB filter up.</string>
2161 </property>
2162 </widget>
2163 <widget class="QToolButton">
2164 <property name="name">
2165 <cstring>tbUSBFilterDown</cstring>
2166 </property>
2167 <property name="focusPolicy">
2168 <enum>TabFocus</enum>
2169 </property>
2170 <property name="text">
2171 <string></string>
2172 </property>
2173 <property name="accel">
2174 <string>Ctrl+Down</string>
2175 </property>
2176 <property name="iconSet">
2177 <iconset></iconset>
2178 </property>
2179 <property name="textLabel">
2180 <string>Move Down (Ctrl+Down)</string>
2181 </property>
2182 <property name="autoRaise">
2183 <bool>true</bool>
2184 </property>
2185 <property name="whatsThis" stdset="0">
2186 <string>Moves the selected USB filter down.</string>
2187 </property>
2188 </widget>
2189 <spacer>
2190 <property name="name">
2191 <cstring>spacer106</cstring>
2192 </property>
2193 <property name="orientation">
2194 <enum>Vertical</enum>
2195 </property>
2196 <property name="sizeType">
2197 <enum>Expanding</enum>
2198 </property>
2199 <property name="sizeHint">
2200 <size>
2201 <width>20</width>
2202 <height>0</height>
2203 </size>
2204 </property>
2205 </spacer>
2206 </vbox>
2207 </widget>
2208 </hbox>
2209 </widget>
2210 </vbox>
2211 </widget>
2212 </vbox>
2213 </widget>
2214 <widget class="QWidget">
2215 <property name="name">
2216 <cstring>pageVRDP</cstring>
2217 </property>
2218 <attribute name="id">
2219 <number>7</number>
2220 </attribute>
2221 <vbox>
2222 <property name="name">
2223 <cstring>unnamed</cstring>
2224 </property>
2225 <property name="margin">
2226 <number>0</number>
2227 </property>
2228 <widget class="QGroupBox">
2229 <property name="name">
2230 <cstring>grbVRDP</cstring>
2231 </property>
2232 <property name="title">
2233 <string>&amp;Enable VRDP Server</string>
2234 </property>
2235 <property name="checkable">
2236 <bool>true</bool>
2237 </property>
2238 <property name="checked">
2239 <bool>true</bool>
2240 </property>
2241 <hbox>
2242 <property name="name">
2243 <cstring>unnamed</cstring>
2244 </property>
2245 <widget class="QLayoutWidget">
2246 <property name="name">
2247 <cstring>layout31</cstring>
2248 </property>
2249 <vbox>
2250 <property name="name">
2251 <cstring>unnamed</cstring>
2252 </property>
2253 <widget class="QLabel">
2254 <property name="name">
2255 <cstring>txVRDPPort</cstring>
2256 </property>
2257 <property name="text">
2258 <string>Server port </string>
2259 </property>
2260 <property name="buddy" stdset="0">
2261 <cstring>cbAudioDriver</cstring>
2262 </property>
2263 </widget>
2264 <widget class="QLabel">
2265 <property name="name">
2266 <cstring>txVRDPAuthMethod</cstring>
2267 </property>
2268 <property name="text">
2269 <string>Authentication Method </string>
2270 </property>
2271 <property name="buddy" stdset="0">
2272 <cstring>cbAudioDriver</cstring>
2273 </property>
2274 </widget>
2275 <widget class="QLabel">
2276 <property name="name">
2277 <cstring>txVRDPAuthTimeout</cstring>
2278 </property>
2279 <property name="text">
2280 <string>Authentication Timeout </string>
2281 </property>
2282 <property name="buddy" stdset="0">
2283 <cstring>cbAudioDriver</cstring>
2284 </property>
2285 </widget>
2286 </vbox>
2287 </widget>
2288 <widget class="QLayoutWidget">
2289 <property name="name">
2290 <cstring>layout32</cstring>
2291 </property>
2292 <vbox>
2293 <property name="name">
2294 <cstring>unnamed</cstring>
2295 </property>
2296 <widget class="QLineEdit">
2297 <property name="name">
2298 <cstring>leVRDPPort</cstring>
2299 </property>
2300 <property name="sizePolicy">
2301 <sizepolicy>
2302 <hsizetype>1</hsizetype>
2303 <vsizetype>0</vsizetype>
2304 <horstretch>0</horstretch>
2305 <verstretch>0</verstretch>
2306 </sizepolicy>
2307 </property>
2308 <property name="whatsThis" stdset="0">
2309 <string>Displays the VRDP Server port.</string>
2310 </property>
2311 </widget>
2312 <widget class="QComboBox">
2313 <property name="name">
2314 <cstring>cbVRDPAuthType</cstring>
2315 </property>
2316 <property name="sizePolicy">
2317 <sizepolicy>
2318 <hsizetype>1</hsizetype>
2319 <vsizetype>0</vsizetype>
2320 <horstretch>0</horstretch>
2321 <verstretch>0</verstretch>
2322 </sizepolicy>
2323 </property>
2324 <property name="whatsThis" stdset="0">
2325 <string>Defines the VRDP authentication method.</string>
2326 </property>
2327 </widget>
2328 <widget class="QLineEdit">
2329 <property name="name">
2330 <cstring>leVRDPTimeout</cstring>
2331 </property>
2332 <property name="sizePolicy">
2333 <sizepolicy>
2334 <hsizetype>1</hsizetype>
2335 <vsizetype>0</vsizetype>
2336 <horstretch>0</horstretch>
2337 <verstretch>0</verstretch>
2338 </sizepolicy>
2339 </property>
2340 <property name="whatsThis" stdset="0">
2341 <string>Specifies the timeout for guest authentication, in milliseconds.</string>
2342 </property>
2343 </widget>
2344 </vbox>
2345 </widget>
2346 <widget class="QLayoutWidget">
2347 <property name="name">
2348 <cstring>layout33</cstring>
2349 </property>
2350 <vbox>
2351 <property name="name">
2352 <cstring>unnamed</cstring>
2353 </property>
2354 <spacer>
2355 <property name="name">
2356 <cstring>spacer36_2</cstring>
2357 </property>
2358 <property name="orientation">
2359 <enum>Horizontal</enum>
2360 </property>
2361 <property name="sizeType">
2362 <enum>Expanding</enum>
2363 </property>
2364 <property name="sizeHint">
2365 <size>
2366 <width>16</width>
2367 <height>20</height>
2368 </size>
2369 </property>
2370 </spacer>
2371 <spacer>
2372 <property name="name">
2373 <cstring>spacer36_2_3</cstring>
2374 </property>
2375 <property name="orientation">
2376 <enum>Horizontal</enum>
2377 </property>
2378 <property name="sizeType">
2379 <enum>Expanding</enum>
2380 </property>
2381 <property name="sizeHint">
2382 <size>
2383 <width>16</width>
2384 <height>20</height>
2385 </size>
2386 </property>
2387 </spacer>
2388 <spacer>
2389 <property name="name">
2390 <cstring>spacer36_2_2</cstring>
2391 </property>
2392 <property name="orientation">
2393 <enum>Horizontal</enum>
2394 </property>
2395 <property name="sizeType">
2396 <enum>Expanding</enum>
2397 </property>
2398 <property name="sizeHint">
2399 <size>
2400 <width>16</width>
2401 <height>20</height>
2402 </size>
2403 </property>
2404 </spacer>
2405 </vbox>
2406 </widget>
2407 </hbox>
2408 </widget>
2409 <spacer>
2410 <property name="name">
2411 <cstring>spacer11_2</cstring>
2412 </property>
2413 <property name="orientation">
2414 <enum>Vertical</enum>
2415 </property>
2416 <property name="sizeType">
2417 <enum>Expanding</enum>
2418 </property>
2419 <property name="sizeHint">
2420 <size>
2421 <width>20</width>
2422 <height>110</height>
2423 </size>
2424 </property>
2425 </spacer>
2426 </vbox>
2427 </widget>
2428 <widget class="QWidget">
2429 <property name="name">
2430 <cstring>pageFolders</cstring>
2431 </property>
2432 <attribute name="id">
2433 <number>8</number>
2434 </attribute>
2435 </widget>
2436 </widget>
2437 <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
2438 <property name="name">
2439 <cstring>layout25</cstring>
2440 </property>
2441 <hbox>
2442 <property name="name">
2443 <cstring>unnamed</cstring>
2444 </property>
2445 <widget class="QPushButton">
2446 <property name="name">
2447 <cstring>buttonHelp</cstring>
2448 </property>
2449 <property name="text">
2450 <string>Help</string>
2451 </property>
2452 <property name="accel">
2453 <string>F1</string>
2454 </property>
2455 <property name="autoDefault">
2456 <bool>true</bool>
2457 </property>
2458 <property name="whatsThis" stdset="0">
2459 <string>Displays the dialog help.</string>
2460 </property>
2461 </widget>
2462 <spacer>
2463 <property name="name">
2464 <cstring>warningSpacer</cstring>
2465 </property>
2466 <property name="orientation">
2467 <enum>Horizontal</enum>
2468 </property>
2469 <property name="sizeType">
2470 <enum>Expanding</enum>
2471 </property>
2472 <property name="sizeHint">
2473 <size>
2474 <width>16</width>
2475 <height>20</height>
2476 </size>
2477 </property>
2478 </spacer>
2479 <widget class="QLabel">
2480 <property name="name">
2481 <cstring>warningPixmap</cstring>
2482 </property>
2483 <property name="sizePolicy">
2484 <sizepolicy>
2485 <hsizetype>0</hsizetype>
2486 <vsizetype>0</vsizetype>
2487 <horstretch>0</horstretch>
2488 <verstretch>0</verstretch>
2489 </sizepolicy>
2490 </property>
2491 <property name="scaledContents">
2492 <bool>true</bool>
2493 </property>
2494 </widget>
2495 <widget class="QLabel">
2496 <property name="name">
2497 <cstring>warningLabel</cstring>
2498 </property>
2499 <property name="sizePolicy">
2500 <sizepolicy>
2501 <hsizetype>0</hsizetype>
2502 <vsizetype>0</vsizetype>
2503 <horstretch>0</horstretch>
2504 <verstretch>0</verstretch>
2505 </sizepolicy>
2506 </property>
2507 <property name="minimumSize">
2508 <size>
2509 <width>0</width>
2510 <height>0</height>
2511 </size>
2512 </property>
2513 <property name="backgroundOrigin">
2514 <enum>WidgetOrigin</enum>
2515 </property>
2516 <property name="lineWidth">
2517 <number>1</number>
2518 </property>
2519 <property name="midLineWidth">
2520 <number>0</number>
2521 </property>
2522 <property name="text">
2523 <string>Invalid settings detected</string>
2524 </property>
2525 <property name="textFormat">
2526 <enum>AutoText</enum>
2527 </property>
2528 <property name="scaledContents">
2529 <bool>false</bool>
2530 </property>
2531 <property name="alignment">
2532 <set>AlignVCenter</set>
2533 </property>
2534 </widget>
2535 <spacer>
2536 <property name="name">
2537 <cstring>spacer20</cstring>
2538 </property>
2539 <property name="orientation">
2540 <enum>Horizontal</enum>
2541 </property>
2542 <property name="sizeType">
2543 <enum>Expanding</enum>
2544 </property>
2545 <property name="sizeHint">
2546 <size>
2547 <width>21</width>
2548 <height>20</height>
2549 </size>
2550 </property>
2551 </spacer>
2552 <widget class="QPushButton">
2553 <property name="name">
2554 <cstring>buttonOk</cstring>
2555 </property>
2556 <property name="text">
2557 <string>&amp;OK</string>
2558 </property>
2559 <property name="accel">
2560 <string>Alt+O</string>
2561 </property>
2562 <property name="autoDefault">
2563 <bool>true</bool>
2564 </property>
2565 <property name="default">
2566 <bool>true</bool>
2567 </property>
2568 <property name="whatsThis" stdset="0">
2569 <string>Accepts (saves) changes and closes the dialog.</string>
2570 </property>
2571 </widget>
2572 <widget class="QPushButton">
2573 <property name="name">
2574 <cstring>buttonCancel</cstring>
2575 </property>
2576 <property name="text">
2577 <string>Cancel</string>
2578 </property>
2579 <property name="accel">
2580 <string></string>
2581 </property>
2582 <property name="autoDefault">
2583 <bool>true</bool>
2584 </property>
2585 <property name="whatsThis" stdset="0">
2586 <string>Cancels changes and closes the dialog.</string>
2587 </property>
2588 </widget>
2589 </hbox>
2590 </widget>
2591 </grid>
2592</widget>
2593<connections>
2594 <connection>
2595 <sender>buttonOk</sender>
2596 <signal>clicked()</signal>
2597 <receiver>VBoxVMSettingsDlg</receiver>
2598 <slot>accept()</slot>
2599 </connection>
2600 <connection>
2601 <sender>buttonCancel</sender>
2602 <signal>clicked()</signal>
2603 <receiver>VBoxVMSettingsDlg</receiver>
2604 <slot>reject()</slot>
2605 </connection>
2606 <connection>
2607 <sender>slRAM</sender>
2608 <signal>valueChanged(int)</signal>
2609 <receiver>VBoxVMSettingsDlg</receiver>
2610 <slot>slRAM_valueChanged(int)</slot>
2611 </connection>
2612 <connection>
2613 <sender>leRAM</sender>
2614 <signal>textChanged(const QString&amp;)</signal>
2615 <receiver>VBoxVMSettingsDlg</receiver>
2616 <slot>leRAM_textChanged(const QString&amp;)</slot>
2617 </connection>
2618 <connection>
2619 <sender>slVRAM</sender>
2620 <signal>valueChanged(int)</signal>
2621 <receiver>VBoxVMSettingsDlg</receiver>
2622 <slot>slVRAM_valueChanged(int)</slot>
2623 </connection>
2624 <connection>
2625 <sender>leVRAM</sender>
2626 <signal>textChanged(const QString&amp;)</signal>
2627 <receiver>VBoxVMSettingsDlg</receiver>
2628 <slot>leVRAM_textChanged(const QString&amp;)</slot>
2629 </connection>
2630 <connection>
2631 <sender>tbResetSavedStateFolder</sender>
2632 <signal>clicked()</signal>
2633 <receiver>VBoxVMSettingsDlg</receiver>
2634 <slot>tbResetSavedStateFolder_clicked()</slot>
2635 </connection>
2636 <connection>
2637 <sender>tbSelectSavedStateFolder</sender>
2638 <signal>clicked()</signal>
2639 <receiver>VBoxVMSettingsDlg</receiver>
2640 <slot>tbSelectSavedStateFolder_clicked()</slot>
2641 </connection>
2642 <connection>
2643 <sender>listView</sender>
2644 <signal>currentChanged(QListViewItem*)</signal>
2645 <receiver>VBoxVMSettingsDlg</receiver>
2646 <slot>listView_currentChanged(QListViewItem*)</slot>
2647 </connection>
2648 <connection>
2649 <sender>cbOS</sender>
2650 <signal>activated(int)</signal>
2651 <receiver>VBoxVMSettingsDlg</receiver>
2652 <slot>cbOS_activated(int)</slot>
2653 </connection>
2654 <connection>
2655 <sender>lvUSBFilters</sender>
2656 <signal>currentChanged(QListViewItem*)</signal>
2657 <receiver>VBoxVMSettingsDlg</receiver>
2658 <slot>lvUSBFilters_currentChanged(QListViewItem*)</slot>
2659 </connection>
2660 <connection>
2661 <sender>tbAddUSBFilter</sender>
2662 <signal>clicked()</signal>
2663 <receiver>VBoxVMSettingsDlg</receiver>
2664 <slot>tbAddUSBFilter_clicked()</slot>
2665 </connection>
2666 <connection>
2667 <sender>tbAddUSBFilterFrom</sender>
2668 <signal>clicked()</signal>
2669 <receiver>VBoxVMSettingsDlg</receiver>
2670 <slot>tbAddUSBFilterFrom_clicked()</slot>
2671 </connection>
2672 <connection>
2673 <sender>tbRemoveUSBFilter</sender>
2674 <signal>clicked()</signal>
2675 <receiver>VBoxVMSettingsDlg</receiver>
2676 <slot>tbRemoveUSBFilter_clicked()</slot>
2677 </connection>
2678 <connection>
2679 <sender>tbUSBFilterUp</sender>
2680 <signal>clicked()</signal>
2681 <receiver>VBoxVMSettingsDlg</receiver>
2682 <slot>tbUSBFilterUp_clicked()</slot>
2683 </connection>
2684 <connection>
2685 <sender>tbUSBFilterDown</sender>
2686 <signal>clicked()</signal>
2687 <receiver>VBoxVMSettingsDlg</receiver>
2688 <slot>tbUSBFilterDown_clicked()</slot>
2689 </connection>
2690</connections>
2691<tabstops>
2692 <tabstop>listView</tabstop>
2693 <tabstop>tbwGeneral</tabstop>
2694 <tabstop>leName</tabstop>
2695 <tabstop>cbOS</tabstop>
2696 <tabstop>slRAM</tabstop>
2697 <tabstop>leRAM</tabstop>
2698 <tabstop>slVRAM</tabstop>
2699 <tabstop>leVRAM</tabstop>
2700 <tabstop>chbEnableACPI</tabstop>
2701 <tabstop>chbEnableIOAPIC</tabstop>
2702 <tabstop>cbSharedClipboard</tabstop>
2703 <tabstop>leSnapshotFolder</tabstop>
2704 <tabstop>tbSelectSavedStateFolder</tabstop>
2705 <tabstop>tbResetSavedStateFolder</tabstop>
2706 <tabstop>grbHDA</tabstop>
2707 <tabstop>tbHDA</tabstop>
2708 <tabstop>grbHDB</tabstop>
2709 <tabstop>tbHDB</tabstop>
2710 <tabstop>grbHDD</tabstop>
2711 <tabstop>tbHDD</tabstop>
2712 <tabstop>bgFloppy</tabstop>
2713 <tabstop>rbHostFloppy</tabstop>
2714 <tabstop>cbHostFloppy</tabstop>
2715 <tabstop>rbISOFloppy</tabstop>
2716 <tabstop>tbISOFloppy</tabstop>
2717 <tabstop>rbHostDVD</tabstop>
2718 <tabstop>cbHostDVD</tabstop>
2719 <tabstop>rbISODVD</tabstop>
2720 <tabstop>tbISODVD</tabstop>
2721 <tabstop>cbAudioDriver</tabstop>
2722 <tabstop>cbEnableUSBController</tabstop>
2723 <tabstop>lvUSBFilters</tabstop>
2724 <tabstop>tbAddUSBFilter</tabstop>
2725 <tabstop>tbAddUSBFilterFrom</tabstop>
2726 <tabstop>tbRemoveUSBFilter</tabstop>
2727 <tabstop>tbUSBFilterUp</tabstop>
2728 <tabstop>tbUSBFilterDown</tabstop>
2729 <tabstop>grbVRDP</tabstop>
2730 <tabstop>leVRDPPort</tabstop>
2731 <tabstop>cbVRDPAuthType</tabstop>
2732 <tabstop>leVRDPTimeout</tabstop>
2733 <tabstop>buttonHelp</tabstop>
2734 <tabstop>buttonOk</tabstop>
2735 <tabstop>buttonCancel</tabstop>
2736</tabstops>
2737<includes>
2738 <include location="global" impldecl="in declaration">qvaluevector.h</include>
2739 <include location="global" impldecl="in implementation">qvalidator.h</include>
2740 <include location="global" impldecl="in implementation">qmessagebox.h</include>
2741 <include location="global" impldecl="in implementation">qfont.h</include>
2742 <include location="global" impldecl="in implementation">qfileinfo.h</include>
2743 <include location="global" impldecl="in implementation">qdir.h</include>
2744 <include location="global" impldecl="in implementation">qfiledialog.h</include>
2745 <include location="global" impldecl="in implementation">qobjectlist.h</include>
2746 <include location="global" impldecl="in implementation">qlistbox.h</include>
2747 <include location="global" impldecl="in implementation">qfocusdata.h</include>
2748 <include location="global" impldecl="in implementation">qtimer.h</include>
2749 <include location="global" impldecl="in implementation">qpopupmenu.h</include>
2750 <include location="global" impldecl="in implementation">qlistview.h</include>
2751 <include location="local" impldecl="in declaration">COMDefs.h</include>
2752 <include location="local" impldecl="in declaration">QIWidgetValidator.h</include>
2753 <include location="local" impldecl="in implementation">VBoxUtils.h</include>
2754 <include location="local" impldecl="in declaration">VBoxGlobal.h</include>
2755 <include location="local" impldecl="in implementation">VBoxVMNetworkSettings.h</include>
2756 <include location="local" impldecl="in implementation">VBoxUSBFilterSettings.h</include>
2757 <include location="local" impldecl="in implementation">VBoxSharedFoldersSettings.h</include>
2758 <include location="local" impldecl="in implementation">VBoxDiskImageManagerDlg.h</include>
2759 <include location="local" impldecl="in implementation">VBoxMediaComboBox.h</include>
2760 <include location="local" impldecl="in implementation">QIRichLabel.h</include>
2761</includes>
2762<forwards>
2763 <forward>class VBoxMediaComboBox</forward>
2764 <forward>class VBoxDiskImageManagerDlg</forward>
2765 <forward>class VBoxUSBMenu</forward>
2766 <forward>class VBoxSharedFoldersSettings</forward>
2767 <forward>class QIRichLabel</forward>
2768 <forward>class BootItemsList</forward>
2769</forwards>
2770<variables>
2771 <variable access="private">bool polished;</variable>
2772 <variable access="private">bool valid;</variable>
2773 <variable access="private">QTimer *whatsThisTimer;</variable>
2774 <variable access="private">QWidget *whatsThisCandidate;</variable>
2775 <variable access="private">QIWidgetValidator *wvalGeneral;</variable>
2776 <variable access="private">QIWidgetValidator *wvalHDD;</variable>
2777 <variable access="private">QIWidgetValidator *wvalDVD;</variable>
2778 <variable access="private">QIWidgetValidator *wvalFloppy;</variable>
2779 <variable access="private">QIWidgetValidator *wvalVRDP;</variable>
2780 <variable access="private">QUuid uuidHDA;</variable>
2781 <variable access="private">QUuid uuidHDB;</variable>
2782 <variable access="private">QUuid uuidHDD;</variable>
2783 <variable access="private">QUuid uuidISODVD;</variable>
2784 <variable access="private">QUuid uuidISOFloppy;</variable>
2785 <variable access="private">QValueVector &lt; CHostDVDDrive &gt; hostDVDs;</variable>
2786 <variable access="private">QValueVector &lt; CHostFloppyDrive &gt; hostFloppies;</variable>
2787 <variable access="private">CMachine cmachine;</variable>
2788 <variable access="private">QStringList mInterfaceList;</variable>
2789 <variable access="private">QWidgetStack *wstUSBFilters;</variable>
2790 <variable access="private">ulong mLastUSBFilterNum;</variable>
2791 <variable access="private">bool mUSBFilterListModified;</variable>
2792 <variable access="private">QTabWidget* tbwNetwork;</variable>
2793 <variable access="private">VBoxSharedFoldersSettings* mSharedFolders;</variable>
2794 <variable access="private">QString warningString;</variable>
2795 <variable access="private">VBoxMediaComboBox *cbHDA;</variable>
2796 <variable access="private">VBoxMediaComboBox *cbHDB;</variable>
2797 <variable access="private">VBoxMediaComboBox *cbHDD;</variable>
2798 <variable access="private">VBoxMediaComboBox *cbISODVD;</variable>
2799 <variable access="private">VBoxMediaComboBox *cbISOFloppy;</variable>
2800 <variable access="private">VBoxUSBMenu *usbDevicesMenu;</variable>
2801 <variable access="private">QIRichLabel *whatsThisLabel;</variable>
2802 <variable access="private">BootItemsList *tblBootOrder;</variable>
2803</variables>
2804<slots>
2805 <slot>listView_currentChanged( QListViewItem * item )</slot>
2806 <slot>enableOk( const QIWidgetValidator * wval )</slot>
2807 <slot>revalidate( QIWidgetValidator * wval )</slot>
2808 <slot>updateWhatsThis( bool gotFocus = false )</slot>
2809 <slot>showImageManagerHDA()</slot>
2810 <slot>showImageManagerHDB()</slot>
2811 <slot>showImageManagerHDD()</slot>
2812 <slot>showImageManagerISODVD()</slot>
2813 <slot>showImageManagerISOFloppy()</slot>
2814 <slot>showVDImageManager( QUuid *id, VBoxMediaComboBox *le, QLabel *tx = NULL )</slot>
2815 <slot>addNetworkAdapter( const CNetworkAdapter &amp; adapter )</slot>
2816 <slot>slRAM_valueChanged( int val )</slot>
2817 <slot>leRAM_textChanged( const QString &amp; text )</slot>
2818 <slot>slVRAM_valueChanged( int val )</slot>
2819 <slot>leVRAM_textChanged( const QString &amp; text )</slot>
2820 <slot>cbOS_activated( int item )</slot>
2821 <slot>tbResetSavedStateFolder_clicked()</slot>
2822 <slot>tbSelectSavedStateFolder_clicked()</slot>
2823 <slot>addUSBFilter( const CUSBDeviceFilter &amp; aFilter, bool isNew )</slot>
2824 <slot>lvUSBFilters_currentChanged( QListViewItem * item )</slot>
2825 <slot>lvUSBFilters_setCurrentText( const QString &amp; aText )</slot>
2826 <slot>tbAddUSBFilter_clicked()</slot>
2827 <slot>tbAddUSBFilterFrom_clicked()</slot>
2828 <slot>menuAddUSBFilterFrom_activated( int )</slot>
2829 <slot>tbRemoveUSBFilter_clicked()</slot>
2830 <slot>tbUSBFilterUp_clicked()</slot>
2831 <slot>tbUSBFilterDown_clicked()</slot>
2832 <slot>hdaMediaChanged()</slot>
2833 <slot>hdbMediaChanged()</slot>
2834 <slot>hddMediaChanged()</slot>
2835 <slot>cdMediaChanged()</slot>
2836 <slot>fdMediaChanged()</slot>
2837 <slot>processAdjustSize()</slot>
2838 <slot>updateInterfaces( QWidget* )</slot>
2839 <slot>networkPageUpdate( QWidget* )</slot>
2840</slots>
2841<functions>
2842 <function access="private">init()</function>
2843 <function>setup( const QString &amp;, const QString &amp; )</function>
2844 <function>getFromMachine( const CMachine &amp; machine )</function>
2845 <function returnType="bool">eventFilter( QObject * watched, QEvent * e )</function>
2846 <function returnType="COMResult">putBackToMachine()</function>
2847 <function access="private">setWarning( const QString &amp; )</function>
2848 <function access="private">showEvent( QShowEvent * )</function>
2849 <function access="private">updateShortcuts()</function>
2850 <function access="private" returnType="QString">getHdInfo( QGroupBox*, QUuid )</function>
2851</functions>
2852<pixmapinproject/>
2853<layoutdefaults spacing="6" margin="11"/>
2854</UI>
Note: See TracBrowser for help on using the repository browser.

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