VirtualBox

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

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

1942: Improve automatic naming for "Add New..." Uis

Feature implemented as designed:
Search algorithm will find the last created default named interface (filter) and will use its index+1 as a starting index for the newly created ones.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 158.9 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 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>pageFloppy</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>bgFloppy</cstring>
1528 </property>
1529 <property name="title">
1530 <string>&amp;Mount Floppy 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>layout139</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>rbHostFloppy</cstring>
1550 </property>
1551 <property name="text">
1552 <string>Host Floppy &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 host Floppy drive to the virtual Floppy drive.</string>
1559 </property>
1560 </widget>
1561 <widget class="QComboBox">
1562 <property name="name">
1563 <cstring>cbHostFloppy</cstring>
1564 </property>
1565 <property name="whatsThis" stdset="0">
1566 <string>Lists host Floppy drives available to mount to the virtual machine.</string>
1567 </property>
1568 </widget>
1569 <spacer>
1570 <property name="name">
1571 <cstring>spacer123</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>layout140</cstring>
1591 </property>
1592 <hbox>
1593 <property name="name">
1594 <cstring>unnamed</cstring>
1595 </property>
1596 <widget class="QRadioButton">
1597 <property name="name">
1598 <cstring>rbISOFloppy</cstring>
1599 </property>
1600 <property name="text">
1601 <string>&amp;Image File</string>
1602 </property>
1603 <property name="accel">
1604 <string>Alt+I</string>
1605 </property>
1606 <property name="whatsThis" stdset="0">
1607 <string>Mounts the specified Floppy image to the virtual Floppy drive.</string>
1608 </property>
1609 </widget>
1610 <spacer>
1611 <property name="name">
1612 <cstring>spacer135_4</cstring>
1613 </property>
1614 <property name="orientation">
1615 <enum>Horizontal</enum>
1616 </property>
1617 <property name="sizeType">
1618 <enum>Expanding</enum>
1619 </property>
1620 <property name="sizeHint">
1621 <size>
1622 <width>156</width>
1623 <height>20</height>
1624 </size>
1625 </property>
1626 </spacer>
1627 </hbox>
1628 </widget>
1629 <widget class="QLayoutWidget">
1630 <property name="name">
1631 <cstring>fdLayout</cstring>
1632 </property>
1633 <hbox>
1634 <property name="name">
1635 <cstring>unnamed</cstring>
1636 </property>
1637 <widget class="QToolButton">
1638 <property name="name">
1639 <cstring>tbISOFloppy</cstring>
1640 </property>
1641 <property name="focusPolicy">
1642 <enum>TabFocus</enum>
1643 </property>
1644 <property name="text">
1645 <string>Select</string>
1646 </property>
1647 <property name="iconSet">
1648 <iconset></iconset>
1649 </property>
1650 <property name="textLabel">
1651 <string>Select</string>
1652 </property>
1653 <property name="autoRaise">
1654 <bool>true</bool>
1655 </property>
1656 <property name="whatsThis" stdset="0">
1657 <string>Invokes the Virtual Disk Manager to select a Floppy image to mount.</string>
1658 </property>
1659 </widget>
1660 </hbox>
1661 </widget>
1662 </vbox>
1663 </widget>
1664 <spacer>
1665 <property name="name">
1666 <cstring>spacer119</cstring>
1667 </property>
1668 <property name="orientation">
1669 <enum>Vertical</enum>
1670 </property>
1671 <property name="sizeType">
1672 <enum>Expanding</enum>
1673 </property>
1674 <property name="sizeHint">
1675 <size>
1676 <width>20</width>
1677 <height>0</height>
1678 </size>
1679 </property>
1680 </spacer>
1681 </vbox>
1682 </widget>
1683 <widget class="QWidget">
1684 <property name="name">
1685 <cstring>pageDVD</cstring>
1686 </property>
1687 <attribute name="id">
1688 <number>3</number>
1689 </attribute>
1690 <vbox>
1691 <property name="name">
1692 <cstring>unnamed</cstring>
1693 </property>
1694 <property name="margin">
1695 <number>0</number>
1696 </property>
1697 <property name="spacing">
1698 <number>10</number>
1699 </property>
1700 <widget class="QButtonGroup">
1701 <property name="name">
1702 <cstring>bgDVD</cstring>
1703 </property>
1704 <property name="title">
1705 <string>&amp;Mount CD/DVD Drive</string>
1706 </property>
1707 <property name="checkable">
1708 <bool>true</bool>
1709 </property>
1710 <vbox>
1711 <property name="name">
1712 <cstring>unnamed</cstring>
1713 </property>
1714 <widget class="QLayoutWidget">
1715 <property name="name">
1716 <cstring>layout39</cstring>
1717 </property>
1718 <hbox>
1719 <property name="name">
1720 <cstring>unnamed</cstring>
1721 </property>
1722 <widget class="QRadioButton">
1723 <property name="name">
1724 <cstring>rbHostDVD</cstring>
1725 </property>
1726 <property name="text">
1727 <string>Host CD/DVD &amp;Drive</string>
1728 </property>
1729 <property name="accel">
1730 <string>Alt+D</string>
1731 </property>
1732 <property name="whatsThis" stdset="0">
1733 <string>Mounts the specified CD/DVD drive to the virtual CD/DVD drive.</string>
1734 </property>
1735 </widget>
1736 <widget class="QComboBox">
1737 <property name="name">
1738 <cstring>cbHostDVD</cstring>
1739 </property>
1740 <property name="whatsThis" stdset="0">
1741 <string>Lists host CD/DVD drives available to mount to the virtual machine.</string>
1742 </property>
1743 </widget>
1744 <spacer>
1745 <property name="name">
1746 <cstring>spacer23</cstring>
1747 </property>
1748 <property name="orientation">
1749 <enum>Horizontal</enum>
1750 </property>
1751 <property name="sizeType">
1752 <enum>Expanding</enum>
1753 </property>
1754 <property name="sizeHint">
1755 <size>
1756 <width>51</width>
1757 <height>20</height>
1758 </size>
1759 </property>
1760 </spacer>
1761 </hbox>
1762 </widget>
1763 <widget class="QLayoutWidget">
1764 <property name="name">
1765 <cstring>layout40</cstring>
1766 </property>
1767 <hbox>
1768 <property name="name">
1769 <cstring>unnamed</cstring>
1770 </property>
1771 <widget class="QRadioButton">
1772 <property name="name">
1773 <cstring>rbISODVD</cstring>
1774 </property>
1775 <property name="text">
1776 <string>&amp;ISO Image File</string>
1777 </property>
1778 <property name="accel">
1779 <string>Alt+I</string>
1780 </property>
1781 <property name="whatsThis" stdset="0">
1782 <string>Mounts the specified CD/DVD image to the virtual CD/DVD drive.</string>
1783 </property>
1784 </widget>
1785 <spacer>
1786 <property name="name">
1787 <cstring>spacer35_4</cstring>
1788 </property>
1789 <property name="orientation">
1790 <enum>Horizontal</enum>
1791 </property>
1792 <property name="sizeType">
1793 <enum>Expanding</enum>
1794 </property>
1795 <property name="sizeHint">
1796 <size>
1797 <width>156</width>
1798 <height>20</height>
1799 </size>
1800 </property>
1801 </spacer>
1802 </hbox>
1803 </widget>
1804 <widget class="QLayoutWidget">
1805 <property name="name">
1806 <cstring>cdLayout</cstring>
1807 </property>
1808 <hbox>
1809 <property name="name">
1810 <cstring>unnamed</cstring>
1811 </property>
1812 <widget class="QToolButton">
1813 <property name="name">
1814 <cstring>tbISODVD</cstring>
1815 </property>
1816 <property name="focusPolicy">
1817 <enum>TabFocus</enum>
1818 </property>
1819 <property name="text">
1820 <string>Select</string>
1821 </property>
1822 <property name="iconSet">
1823 <iconset></iconset>
1824 </property>
1825 <property name="textLabel">
1826 <string>Select</string>
1827 </property>
1828 <property name="autoRaise">
1829 <bool>true</bool>
1830 </property>
1831 <property name="whatsThis" stdset="0">
1832 <string>Invokes the Virtual Disk Manager to select a CD/DVD image to mount.</string>
1833 </property>
1834 </widget>
1835 </hbox>
1836 </widget>
1837 </vbox>
1838 </widget>
1839 <spacer>
1840 <property name="name">
1841 <cstring>spacer19</cstring>
1842 </property>
1843 <property name="orientation">
1844 <enum>Vertical</enum>
1845 </property>
1846 <property name="sizeType">
1847 <enum>Expanding</enum>
1848 </property>
1849 <property name="sizeHint">
1850 <size>
1851 <width>20</width>
1852 <height>0</height>
1853 </size>
1854 </property>
1855 </spacer>
1856 </vbox>
1857 </widget>
1858 <widget class="QWidget">
1859 <property name="name">
1860 <cstring>pageAudio</cstring>
1861 </property>
1862 <attribute name="id">
1863 <number>4</number>
1864 </attribute>
1865 <vbox>
1866 <property name="name">
1867 <cstring>unnamed</cstring>
1868 </property>
1869 <property name="margin">
1870 <number>0</number>
1871 </property>
1872 <property name="spacing">
1873 <number>10</number>
1874 </property>
1875 <widget class="QGroupBox">
1876 <property name="name">
1877 <cstring>grbAudio</cstring>
1878 </property>
1879 <property name="title">
1880 <string>&amp;Enable Audio</string>
1881 </property>
1882 <property name="checkable">
1883 <bool>true</bool>
1884 </property>
1885 <property name="checked">
1886 <bool>true</bool>
1887 </property>
1888 <hbox>
1889 <property name="name">
1890 <cstring>unnamed</cstring>
1891 </property>
1892 <widget class="QLabel">
1893 <property name="name">
1894 <cstring>txAudioDriver</cstring>
1895 </property>
1896 <property name="text">
1897 <string>Host Audio &amp;Driver</string>
1898 </property>
1899 <property name="buddy" stdset="0">
1900 <cstring>cbAudioDriver</cstring>
1901 </property>
1902 </widget>
1903 <widget class="QComboBox">
1904 <property name="name">
1905 <cstring>cbAudioDriver</cstring>
1906 </property>
1907 <property name="sizePolicy">
1908 <sizepolicy>
1909 <hsizetype>1</hsizetype>
1910 <vsizetype>0</vsizetype>
1911 <horstretch>0</horstretch>
1912 <verstretch>0</verstretch>
1913 </sizepolicy>
1914 </property>
1915 <property name="whatsThis" stdset="0">
1916 <string>&lt;qt&gt;Controls the audio output driver. The &lt;b&gt;Null Audio Driver&lt;/b&gt;
1917makes the guest see an audio card, however every access to it will be ignored.&lt;/qt&gt;</string>
1918 </property>
1919 </widget>
1920 <spacer>
1921 <property name="name">
1922 <cstring>spacer36</cstring>
1923 </property>
1924 <property name="orientation">
1925 <enum>Horizontal</enum>
1926 </property>
1927 <property name="sizeType">
1928 <enum>Expanding</enum>
1929 </property>
1930 <property name="sizeHint">
1931 <size>
1932 <width>30</width>
1933 <height>20</height>
1934 </size>
1935 </property>
1936 </spacer>
1937 </hbox>
1938 </widget>
1939 <spacer>
1940 <property name="name">
1941 <cstring>spacer11</cstring>
1942 </property>
1943 <property name="orientation">
1944 <enum>Vertical</enum>
1945 </property>
1946 <property name="sizeType">
1947 <enum>Expanding</enum>
1948 </property>
1949 <property name="sizeHint">
1950 <size>
1951 <width>20</width>
1952 <height>0</height>
1953 </size>
1954 </property>
1955 </spacer>
1956 </vbox>
1957 </widget>
1958 <widget class="QWidget">
1959 <property name="name">
1960 <cstring>pageNetwork</cstring>
1961 </property>
1962 <attribute name="id">
1963 <number>5</number>
1964 </attribute>
1965 </widget>
1966 <widget class="QWidget">
1967 <property name="name">
1968 <cstring>pageUSB</cstring>
1969 </property>
1970 <attribute name="id">
1971 <number>6</number>
1972 </attribute>
1973 <vbox>
1974 <property name="name">
1975 <cstring>unnamed</cstring>
1976 </property>
1977 <property name="margin">
1978 <number>0</number>
1979 </property>
1980 <widget class="QCheckBox">
1981 <property name="name">
1982 <cstring>cbEnableUSBController</cstring>
1983 </property>
1984 <property name="text">
1985 <string>Enable &amp;USB Controller</string>
1986 </property>
1987 <property name="accel">
1988 <string>Alt+U</string>
1989 </property>
1990 <property name="whatsThis" stdset="0">
1991 <string>When checked, enables the virtual USB controller of this machine.</string>
1992 </property>
1993 </widget>
1994 <widget class="QGroupBox">
1995 <property name="name">
1996 <cstring>grbUSBFilters</cstring>
1997 </property>
1998 <property name="title">
1999 <string>USB Device &amp;Filters</string>
2000 </property>
2001 <vbox>
2002 <property name="name">
2003 <cstring>unnamed</cstring>
2004 </property>
2005 <widget class="QLayoutWidget">
2006 <property name="name">
2007 <cstring>layout148</cstring>
2008 </property>
2009 <hbox>
2010 <property name="name">
2011 <cstring>unnamed</cstring>
2012 </property>
2013 <widget class="QListView">
2014 <column>
2015 <property name="text">
2016 <string>[name]</string>
2017 </property>
2018 <property name="clickable">
2019 <bool>false</bool>
2020 </property>
2021 <property name="resizable">
2022 <bool>true</bool>
2023 </property>
2024 </column>
2025 <property name="name">
2026 <cstring>lvUSBFilters</cstring>
2027 </property>
2028 <property name="whatsThis" stdset="0">
2029 <string>Lists all USB filters of this machine. The checkbox to the left defines whether the particular filter is enabled or not.</string>
2030 </property>
2031 </widget>
2032 <widget class="QLayoutWidget">
2033 <property name="name">
2034 <cstring>layout147</cstring>
2035 </property>
2036 <vbox>
2037 <property name="name">
2038 <cstring>unnamed</cstring>
2039 </property>
2040 <property name="spacing">
2041 <number>0</number>
2042 </property>
2043 <widget class="QToolButton">
2044 <property name="name">
2045 <cstring>tbAddUSBFilter</cstring>
2046 </property>
2047 <property name="focusPolicy">
2048 <enum>TabFocus</enum>
2049 </property>
2050 <property name="text">
2051 <string></string>
2052 </property>
2053 <property name="accel">
2054 <string>Ins</string>
2055 </property>
2056 <property name="iconSet">
2057 <iconset></iconset>
2058 </property>
2059 <property name="textLabel">
2060 <string>Add Empty (Ins)</string>
2061 </property>
2062 <property name="autoRaise">
2063 <bool>true</bool>
2064 </property>
2065 <property name="whatsThis" stdset="0">
2066 <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>
2067 </property>
2068 </widget>
2069 <widget class="QToolButton">
2070 <property name="name">
2071 <cstring>tbAddUSBFilterFrom</cstring>
2072 </property>
2073 <property name="focusPolicy">
2074 <enum>TabFocus</enum>
2075 </property>
2076 <property name="text">
2077 <string></string>
2078 </property>
2079 <property name="accel">
2080 <string>Alt+Ins</string>
2081 </property>
2082 <property name="iconSet">
2083 <iconset></iconset>
2084 </property>
2085 <property name="textLabel">
2086 <string>Add From (Alt+Ins)</string>
2087 </property>
2088 <property name="autoRaise">
2089 <bool>true</bool>
2090 </property>
2091 <property name="whatsThis" stdset="0">
2092 <string>Adds a new USB filter with all fields set to the values of the selected USB device attached to the host PC.</string>
2093 </property>
2094 </widget>
2095 <widget class="QToolButton">
2096 <property name="name">
2097 <cstring>tbRemoveUSBFilter</cstring>
2098 </property>
2099 <property name="focusPolicy">
2100 <enum>TabFocus</enum>
2101 </property>
2102 <property name="text">
2103 <string></string>
2104 </property>
2105 <property name="accel">
2106 <string>Del</string>
2107 </property>
2108 <property name="iconSet">
2109 <iconset></iconset>
2110 </property>
2111 <property name="textLabel">
2112 <string>Remove (Del)</string>
2113 </property>
2114 <property name="autoRaise">
2115 <bool>true</bool>
2116 </property>
2117 <property name="whatsThis" stdset="0">
2118 <string>Removes the selected USB filter.</string>
2119 </property>
2120 </widget>
2121 <widget class="QToolButton">
2122 <property name="name">
2123 <cstring>tbUSBFilterUp</cstring>
2124 </property>
2125 <property name="focusPolicy">
2126 <enum>TabFocus</enum>
2127 </property>
2128 <property name="text">
2129 <string></string>
2130 </property>
2131 <property name="accel">
2132 <string>Ctrl+Up</string>
2133 </property>
2134 <property name="iconSet">
2135 <iconset></iconset>
2136 </property>
2137 <property name="textLabel">
2138 <string>Move Up (Ctrl+Up)</string>
2139 </property>
2140 <property name="autoRaise">
2141 <bool>true</bool>
2142 </property>
2143 <property name="whatsThis" stdset="0">
2144 <string>Moves the selected USB filter up.</string>
2145 </property>
2146 </widget>
2147 <widget class="QToolButton">
2148 <property name="name">
2149 <cstring>tbUSBFilterDown</cstring>
2150 </property>
2151 <property name="focusPolicy">
2152 <enum>TabFocus</enum>
2153 </property>
2154 <property name="text">
2155 <string></string>
2156 </property>
2157 <property name="accel">
2158 <string>Ctrl+Down</string>
2159 </property>
2160 <property name="iconSet">
2161 <iconset></iconset>
2162 </property>
2163 <property name="textLabel">
2164 <string>Move Down (Ctrl+Down)</string>
2165 </property>
2166 <property name="autoRaise">
2167 <bool>true</bool>
2168 </property>
2169 <property name="whatsThis" stdset="0">
2170 <string>Moves the selected USB filter down.</string>
2171 </property>
2172 </widget>
2173 <spacer>
2174 <property name="name">
2175 <cstring>spacer106</cstring>
2176 </property>
2177 <property name="orientation">
2178 <enum>Vertical</enum>
2179 </property>
2180 <property name="sizeType">
2181 <enum>Expanding</enum>
2182 </property>
2183 <property name="sizeHint">
2184 <size>
2185 <width>20</width>
2186 <height>0</height>
2187 </size>
2188 </property>
2189 </spacer>
2190 </vbox>
2191 </widget>
2192 </hbox>
2193 </widget>
2194 </vbox>
2195 </widget>
2196 </vbox>
2197 </widget>
2198 <widget class="QWidget">
2199 <property name="name">
2200 <cstring>pageVRDP</cstring>
2201 </property>
2202 <attribute name="id">
2203 <number>7</number>
2204 </attribute>
2205 <vbox>
2206 <property name="name">
2207 <cstring>unnamed</cstring>
2208 </property>
2209 <property name="margin">
2210 <number>0</number>
2211 </property>
2212 <widget class="QGroupBox">
2213 <property name="name">
2214 <cstring>grbVRDP</cstring>
2215 </property>
2216 <property name="title">
2217 <string>&amp;Enable VRDP Server</string>
2218 </property>
2219 <property name="checkable">
2220 <bool>true</bool>
2221 </property>
2222 <property name="checked">
2223 <bool>true</bool>
2224 </property>
2225 <hbox>
2226 <property name="name">
2227 <cstring>unnamed</cstring>
2228 </property>
2229 <widget class="QLayoutWidget">
2230 <property name="name">
2231 <cstring>layout31</cstring>
2232 </property>
2233 <vbox>
2234 <property name="name">
2235 <cstring>unnamed</cstring>
2236 </property>
2237 <widget class="QLabel">
2238 <property name="name">
2239 <cstring>txVRDPPort</cstring>
2240 </property>
2241 <property name="text">
2242 <string>Server port </string>
2243 </property>
2244 <property name="buddy" stdset="0">
2245 <cstring>cbAudioDriver</cstring>
2246 </property>
2247 </widget>
2248 <widget class="QLabel">
2249 <property name="name">
2250 <cstring>txVRDPAuthMethod</cstring>
2251 </property>
2252 <property name="text">
2253 <string>Authentication Method </string>
2254 </property>
2255 <property name="buddy" stdset="0">
2256 <cstring>cbAudioDriver</cstring>
2257 </property>
2258 </widget>
2259 <widget class="QLabel">
2260 <property name="name">
2261 <cstring>txVRDPAuthTimeout</cstring>
2262 </property>
2263 <property name="text">
2264 <string>Authentication Timeout </string>
2265 </property>
2266 <property name="buddy" stdset="0">
2267 <cstring>cbAudioDriver</cstring>
2268 </property>
2269 </widget>
2270 </vbox>
2271 </widget>
2272 <widget class="QLayoutWidget">
2273 <property name="name">
2274 <cstring>layout32</cstring>
2275 </property>
2276 <vbox>
2277 <property name="name">
2278 <cstring>unnamed</cstring>
2279 </property>
2280 <widget class="QLineEdit">
2281 <property name="name">
2282 <cstring>leVRDPPort</cstring>
2283 </property>
2284 <property name="sizePolicy">
2285 <sizepolicy>
2286 <hsizetype>1</hsizetype>
2287 <vsizetype>0</vsizetype>
2288 <horstretch>0</horstretch>
2289 <verstretch>0</verstretch>
2290 </sizepolicy>
2291 </property>
2292 <property name="whatsThis" stdset="0">
2293 <string>Displays the VRDP Server port.</string>
2294 </property>
2295 </widget>
2296 <widget class="QComboBox">
2297 <property name="name">
2298 <cstring>cbVRDPAuthType</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>Defines the VRDP authentication method.</string>
2310 </property>
2311 </widget>
2312 <widget class="QLineEdit">
2313 <property name="name">
2314 <cstring>leVRDPTimeout</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>Specifies the timeout for guest authentication, in milliseconds.</string>
2326 </property>
2327 </widget>
2328 </vbox>
2329 </widget>
2330 <widget class="QLayoutWidget">
2331 <property name="name">
2332 <cstring>layout33</cstring>
2333 </property>
2334 <vbox>
2335 <property name="name">
2336 <cstring>unnamed</cstring>
2337 </property>
2338 <spacer>
2339 <property name="name">
2340 <cstring>spacer36_2</cstring>
2341 </property>
2342 <property name="orientation">
2343 <enum>Horizontal</enum>
2344 </property>
2345 <property name="sizeType">
2346 <enum>Expanding</enum>
2347 </property>
2348 <property name="sizeHint">
2349 <size>
2350 <width>16</width>
2351 <height>20</height>
2352 </size>
2353 </property>
2354 </spacer>
2355 <spacer>
2356 <property name="name">
2357 <cstring>spacer36_2_3</cstring>
2358 </property>
2359 <property name="orientation">
2360 <enum>Horizontal</enum>
2361 </property>
2362 <property name="sizeType">
2363 <enum>Expanding</enum>
2364 </property>
2365 <property name="sizeHint">
2366 <size>
2367 <width>16</width>
2368 <height>20</height>
2369 </size>
2370 </property>
2371 </spacer>
2372 <spacer>
2373 <property name="name">
2374 <cstring>spacer36_2_2</cstring>
2375 </property>
2376 <property name="orientation">
2377 <enum>Horizontal</enum>
2378 </property>
2379 <property name="sizeType">
2380 <enum>Expanding</enum>
2381 </property>
2382 <property name="sizeHint">
2383 <size>
2384 <width>16</width>
2385 <height>20</height>
2386 </size>
2387 </property>
2388 </spacer>
2389 </vbox>
2390 </widget>
2391 </hbox>
2392 </widget>
2393 <spacer>
2394 <property name="name">
2395 <cstring>spacer11_2</cstring>
2396 </property>
2397 <property name="orientation">
2398 <enum>Vertical</enum>
2399 </property>
2400 <property name="sizeType">
2401 <enum>Expanding</enum>
2402 </property>
2403 <property name="sizeHint">
2404 <size>
2405 <width>20</width>
2406 <height>110</height>
2407 </size>
2408 </property>
2409 </spacer>
2410 </vbox>
2411 </widget>
2412 <widget class="QWidget">
2413 <property name="name">
2414 <cstring>pageFolders</cstring>
2415 </property>
2416 <attribute name="id">
2417 <number>8</number>
2418 </attribute>
2419 </widget>
2420 </widget>
2421 <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
2422 <property name="name">
2423 <cstring>layout25</cstring>
2424 </property>
2425 <hbox>
2426 <property name="name">
2427 <cstring>unnamed</cstring>
2428 </property>
2429 <widget class="QPushButton">
2430 <property name="name">
2431 <cstring>buttonHelp</cstring>
2432 </property>
2433 <property name="text">
2434 <string>Help</string>
2435 </property>
2436 <property name="accel">
2437 <string>F1</string>
2438 </property>
2439 <property name="autoDefault">
2440 <bool>true</bool>
2441 </property>
2442 <property name="whatsThis" stdset="0">
2443 <string>Displays the dialog help.</string>
2444 </property>
2445 </widget>
2446 <spacer>
2447 <property name="name">
2448 <cstring>warningSpacer</cstring>
2449 </property>
2450 <property name="orientation">
2451 <enum>Horizontal</enum>
2452 </property>
2453 <property name="sizeType">
2454 <enum>Expanding</enum>
2455 </property>
2456 <property name="sizeHint">
2457 <size>
2458 <width>16</width>
2459 <height>20</height>
2460 </size>
2461 </property>
2462 </spacer>
2463 <widget class="QLabel">
2464 <property name="name">
2465 <cstring>warningPixmap</cstring>
2466 </property>
2467 <property name="sizePolicy">
2468 <sizepolicy>
2469 <hsizetype>0</hsizetype>
2470 <vsizetype>0</vsizetype>
2471 <horstretch>0</horstretch>
2472 <verstretch>0</verstretch>
2473 </sizepolicy>
2474 </property>
2475 <property name="scaledContents">
2476 <bool>true</bool>
2477 </property>
2478 </widget>
2479 <widget class="QLabel">
2480 <property name="name">
2481 <cstring>warningLabel</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="minimumSize">
2492 <size>
2493 <width>0</width>
2494 <height>0</height>
2495 </size>
2496 </property>
2497 <property name="backgroundOrigin">
2498 <enum>WidgetOrigin</enum>
2499 </property>
2500 <property name="lineWidth">
2501 <number>1</number>
2502 </property>
2503 <property name="midLineWidth">
2504 <number>0</number>
2505 </property>
2506 <property name="text">
2507 <string>Invalid settings detected</string>
2508 </property>
2509 <property name="textFormat">
2510 <enum>AutoText</enum>
2511 </property>
2512 <property name="scaledContents">
2513 <bool>false</bool>
2514 </property>
2515 <property name="alignment">
2516 <set>AlignVCenter</set>
2517 </property>
2518 </widget>
2519 <spacer>
2520 <property name="name">
2521 <cstring>spacer20</cstring>
2522 </property>
2523 <property name="orientation">
2524 <enum>Horizontal</enum>
2525 </property>
2526 <property name="sizeType">
2527 <enum>Expanding</enum>
2528 </property>
2529 <property name="sizeHint">
2530 <size>
2531 <width>21</width>
2532 <height>20</height>
2533 </size>
2534 </property>
2535 </spacer>
2536 <widget class="QPushButton">
2537 <property name="name">
2538 <cstring>buttonOk</cstring>
2539 </property>
2540 <property name="text">
2541 <string>&amp;OK</string>
2542 </property>
2543 <property name="accel">
2544 <string>Alt+O</string>
2545 </property>
2546 <property name="autoDefault">
2547 <bool>true</bool>
2548 </property>
2549 <property name="default">
2550 <bool>true</bool>
2551 </property>
2552 <property name="whatsThis" stdset="0">
2553 <string>Accepts (saves) changes and closes the dialog.</string>
2554 </property>
2555 </widget>
2556 <widget class="QPushButton">
2557 <property name="name">
2558 <cstring>buttonCancel</cstring>
2559 </property>
2560 <property name="text">
2561 <string>Cancel</string>
2562 </property>
2563 <property name="accel">
2564 <string></string>
2565 </property>
2566 <property name="autoDefault">
2567 <bool>true</bool>
2568 </property>
2569 <property name="whatsThis" stdset="0">
2570 <string>Cancels changes and closes the dialog.</string>
2571 </property>
2572 </widget>
2573 </hbox>
2574 </widget>
2575 </grid>
2576</widget>
2577<connections>
2578 <connection>
2579 <sender>buttonOk</sender>
2580 <signal>clicked()</signal>
2581 <receiver>VBoxVMSettingsDlg</receiver>
2582 <slot>accept()</slot>
2583 </connection>
2584 <connection>
2585 <sender>buttonCancel</sender>
2586 <signal>clicked()</signal>
2587 <receiver>VBoxVMSettingsDlg</receiver>
2588 <slot>reject()</slot>
2589 </connection>
2590 <connection>
2591 <sender>slRAM</sender>
2592 <signal>valueChanged(int)</signal>
2593 <receiver>VBoxVMSettingsDlg</receiver>
2594 <slot>slRAM_valueChanged(int)</slot>
2595 </connection>
2596 <connection>
2597 <sender>leRAM</sender>
2598 <signal>textChanged(const QString&amp;)</signal>
2599 <receiver>VBoxVMSettingsDlg</receiver>
2600 <slot>leRAM_textChanged(const QString&amp;)</slot>
2601 </connection>
2602 <connection>
2603 <sender>slVRAM</sender>
2604 <signal>valueChanged(int)</signal>
2605 <receiver>VBoxVMSettingsDlg</receiver>
2606 <slot>slVRAM_valueChanged(int)</slot>
2607 </connection>
2608 <connection>
2609 <sender>leVRAM</sender>
2610 <signal>textChanged(const QString&amp;)</signal>
2611 <receiver>VBoxVMSettingsDlg</receiver>
2612 <slot>leVRAM_textChanged(const QString&amp;)</slot>
2613 </connection>
2614 <connection>
2615 <sender>tbResetSavedStateFolder</sender>
2616 <signal>clicked()</signal>
2617 <receiver>VBoxVMSettingsDlg</receiver>
2618 <slot>tbResetSavedStateFolder_clicked()</slot>
2619 </connection>
2620 <connection>
2621 <sender>tbSelectSavedStateFolder</sender>
2622 <signal>clicked()</signal>
2623 <receiver>VBoxVMSettingsDlg</receiver>
2624 <slot>tbSelectSavedStateFolder_clicked()</slot>
2625 </connection>
2626 <connection>
2627 <sender>listView</sender>
2628 <signal>currentChanged(QListViewItem*)</signal>
2629 <receiver>VBoxVMSettingsDlg</receiver>
2630 <slot>listView_currentChanged(QListViewItem*)</slot>
2631 </connection>
2632 <connection>
2633 <sender>cbOS</sender>
2634 <signal>activated(int)</signal>
2635 <receiver>VBoxVMSettingsDlg</receiver>
2636 <slot>cbOS_activated(int)</slot>
2637 </connection>
2638 <connection>
2639 <sender>lvUSBFilters</sender>
2640 <signal>currentChanged(QListViewItem*)</signal>
2641 <receiver>VBoxVMSettingsDlg</receiver>
2642 <slot>lvUSBFilters_currentChanged(QListViewItem*)</slot>
2643 </connection>
2644 <connection>
2645 <sender>tbAddUSBFilter</sender>
2646 <signal>clicked()</signal>
2647 <receiver>VBoxVMSettingsDlg</receiver>
2648 <slot>tbAddUSBFilter_clicked()</slot>
2649 </connection>
2650 <connection>
2651 <sender>tbAddUSBFilterFrom</sender>
2652 <signal>clicked()</signal>
2653 <receiver>VBoxVMSettingsDlg</receiver>
2654 <slot>tbAddUSBFilterFrom_clicked()</slot>
2655 </connection>
2656 <connection>
2657 <sender>tbRemoveUSBFilter</sender>
2658 <signal>clicked()</signal>
2659 <receiver>VBoxVMSettingsDlg</receiver>
2660 <slot>tbRemoveUSBFilter_clicked()</slot>
2661 </connection>
2662 <connection>
2663 <sender>tbUSBFilterUp</sender>
2664 <signal>clicked()</signal>
2665 <receiver>VBoxVMSettingsDlg</receiver>
2666 <slot>tbUSBFilterUp_clicked()</slot>
2667 </connection>
2668 <connection>
2669 <sender>tbUSBFilterDown</sender>
2670 <signal>clicked()</signal>
2671 <receiver>VBoxVMSettingsDlg</receiver>
2672 <slot>tbUSBFilterDown_clicked()</slot>
2673 </connection>
2674</connections>
2675<tabstops>
2676 <tabstop>listView</tabstop>
2677 <tabstop>tbwGeneral</tabstop>
2678 <tabstop>leName</tabstop>
2679 <tabstop>cbOS</tabstop>
2680 <tabstop>slRAM</tabstop>
2681 <tabstop>leRAM</tabstop>
2682 <tabstop>slVRAM</tabstop>
2683 <tabstop>leVRAM</tabstop>
2684 <tabstop>chbEnableACPI</tabstop>
2685 <tabstop>chbEnableIOAPIC</tabstop>
2686 <tabstop>cbSharedClipboard</tabstop>
2687 <tabstop>leSnapshotFolder</tabstop>
2688 <tabstop>tbSelectSavedStateFolder</tabstop>
2689 <tabstop>tbResetSavedStateFolder</tabstop>
2690 <tabstop>grbHDA</tabstop>
2691 <tabstop>tbHDA</tabstop>
2692 <tabstop>grbHDB</tabstop>
2693 <tabstop>tbHDB</tabstop>
2694 <tabstop>grbHDD</tabstop>
2695 <tabstop>tbHDD</tabstop>
2696 <tabstop>bgFloppy</tabstop>
2697 <tabstop>rbHostFloppy</tabstop>
2698 <tabstop>cbHostFloppy</tabstop>
2699 <tabstop>rbISOFloppy</tabstop>
2700 <tabstop>tbISOFloppy</tabstop>
2701 <tabstop>rbHostDVD</tabstop>
2702 <tabstop>cbHostDVD</tabstop>
2703 <tabstop>rbISODVD</tabstop>
2704 <tabstop>tbISODVD</tabstop>
2705 <tabstop>cbAudioDriver</tabstop>
2706 <tabstop>cbEnableUSBController</tabstop>
2707 <tabstop>lvUSBFilters</tabstop>
2708 <tabstop>tbAddUSBFilter</tabstop>
2709 <tabstop>tbAddUSBFilterFrom</tabstop>
2710 <tabstop>tbRemoveUSBFilter</tabstop>
2711 <tabstop>tbUSBFilterUp</tabstop>
2712 <tabstop>tbUSBFilterDown</tabstop>
2713 <tabstop>grbVRDP</tabstop>
2714 <tabstop>leVRDPPort</tabstop>
2715 <tabstop>cbVRDPAuthType</tabstop>
2716 <tabstop>leVRDPTimeout</tabstop>
2717 <tabstop>buttonHelp</tabstop>
2718 <tabstop>buttonOk</tabstop>
2719 <tabstop>buttonCancel</tabstop>
2720</tabstops>
2721<includes>
2722 <include location="global" impldecl="in declaration">qvaluevector.h</include>
2723 <include location="global" impldecl="in implementation">qvalidator.h</include>
2724 <include location="global" impldecl="in implementation">qmessagebox.h</include>
2725 <include location="global" impldecl="in implementation">qfont.h</include>
2726 <include location="global" impldecl="in implementation">qfileinfo.h</include>
2727 <include location="global" impldecl="in implementation">qdir.h</include>
2728 <include location="global" impldecl="in implementation">qfiledialog.h</include>
2729 <include location="global" impldecl="in implementation">qobjectlist.h</include>
2730 <include location="global" impldecl="in implementation">qlistbox.h</include>
2731 <include location="global" impldecl="in implementation">qfocusdata.h</include>
2732 <include location="global" impldecl="in implementation">qtimer.h</include>
2733 <include location="global" impldecl="in implementation">qpopupmenu.h</include>
2734 <include location="global" impldecl="in implementation">qlistview.h</include>
2735 <include location="local" impldecl="in declaration">COMDefs.h</include>
2736 <include location="local" impldecl="in declaration">QIWidgetValidator.h</include>
2737 <include location="local" impldecl="in implementation">VBoxUtils.h</include>
2738 <include location="local" impldecl="in declaration">VBoxGlobal.h</include>
2739 <include location="local" impldecl="in implementation">VBoxVMNetworkSettings.h</include>
2740 <include location="local" impldecl="in implementation">VBoxUSBFilterSettings.h</include>
2741 <include location="local" impldecl="in implementation">VBoxSharedFoldersSettings.h</include>
2742 <include location="local" impldecl="in implementation">VBoxDiskImageManagerDlg.h</include>
2743 <include location="local" impldecl="in implementation">VBoxMediaComboBox.h</include>
2744 <include location="local" impldecl="in implementation">QIRichLabel.h</include>
2745</includes>
2746<forwards>
2747 <forward>class VBoxMediaComboBox</forward>
2748 <forward>class VBoxDiskImageManagerDlg</forward>
2749 <forward>class VBoxUSBMenu</forward>
2750 <forward>class VBoxSharedFoldersSettings</forward>
2751 <forward>class QIRichLabel</forward>
2752 <forward>class BootItemsList</forward>
2753</forwards>
2754<variables>
2755 <variable access="private">bool polished;</variable>
2756 <variable access="private">bool valid;</variable>
2757 <variable access="private">QTimer *whatsThisTimer;</variable>
2758 <variable access="private">QWidget *whatsThisCandidate;</variable>
2759 <variable access="private">QIWidgetValidator *wvalGeneral;</variable>
2760 <variable access="private">QIWidgetValidator *wvalHDD;</variable>
2761 <variable access="private">QIWidgetValidator *wvalDVD;</variable>
2762 <variable access="private">QIWidgetValidator *wvalFloppy;</variable>
2763 <variable access="private">QIWidgetValidator *wvalVRDP;</variable>
2764 <variable access="private">QUuid uuidHDA;</variable>
2765 <variable access="private">QUuid uuidHDB;</variable>
2766 <variable access="private">QUuid uuidHDD;</variable>
2767 <variable access="private">QUuid uuidISODVD;</variable>
2768 <variable access="private">QUuid uuidISOFloppy;</variable>
2769 <variable access="private">QValueVector &lt; CHostDVDDrive &gt; hostDVDs;</variable>
2770 <variable access="private">QValueVector &lt; CHostFloppyDrive &gt; hostFloppies;</variable>
2771 <variable access="private">CMachine cmachine;</variable>
2772 <variable access="private">QStringList mInterfaceList;</variable>
2773 <variable access="private">int mInterfaceNumber;</variable>
2774 <variable access="private">QWidgetStack *wstUSBFilters;</variable>
2775 <variable access="private">ulong mLastUSBFilterNum;</variable>
2776 <variable access="private">bool mUSBFilterListModified;</variable>
2777 <variable access="private">QString mUSBFilterNamePrefix;</variable>
2778 <variable access="private">QTabWidget* tbwNetwork;</variable>
2779 <variable access="private">VBoxSharedFoldersSettings* mSharedFolders;</variable>
2780 <variable access="private">QString warningString;</variable>
2781 <variable access="private">VBoxMediaComboBox *cbHDA;</variable>
2782 <variable access="private">VBoxMediaComboBox *cbHDB;</variable>
2783 <variable access="private">VBoxMediaComboBox *cbHDD;</variable>
2784 <variable access="private">VBoxMediaComboBox *cbISODVD;</variable>
2785 <variable access="private">VBoxMediaComboBox *cbISOFloppy;</variable>
2786 <variable access="private">VBoxUSBMenu *usbDevicesMenu;</variable>
2787 <variable access="private">QIRichLabel *whatsThisLabel;</variable>
2788 <variable access="private">BootItemsList *tblBootOrder;</variable>
2789</variables>
2790<slots>
2791 <slot>listView_currentChanged( QListViewItem * item )</slot>
2792 <slot>enableOk( const QIWidgetValidator * wval )</slot>
2793 <slot>revalidate( QIWidgetValidator * wval )</slot>
2794 <slot>updateWhatsThis( bool gotFocus = false )</slot>
2795 <slot>showImageManagerHDA()</slot>
2796 <slot>showImageManagerHDB()</slot>
2797 <slot>showImageManagerHDD()</slot>
2798 <slot>showImageManagerISODVD()</slot>
2799 <slot>showImageManagerISOFloppy()</slot>
2800 <slot>showVDImageManager( QUuid *id, VBoxMediaComboBox *le, QLabel *tx = NULL )</slot>
2801 <slot>addNetworkAdapter( const CNetworkAdapter &amp; adapter )</slot>
2802 <slot>slRAM_valueChanged( int val )</slot>
2803 <slot>leRAM_textChanged( const QString &amp; text )</slot>
2804 <slot>slVRAM_valueChanged( int val )</slot>
2805 <slot>leVRAM_textChanged( const QString &amp; text )</slot>
2806 <slot>cbOS_activated( int item )</slot>
2807 <slot>tbResetSavedStateFolder_clicked()</slot>
2808 <slot>tbSelectSavedStateFolder_clicked()</slot>
2809 <slot>addUSBFilter( const CUSBDeviceFilter &amp; aFilter, bool isNew )</slot>
2810 <slot>lvUSBFilters_currentChanged( QListViewItem * item )</slot>
2811 <slot>lvUSBFilters_setCurrentText( const QString &amp; aText )</slot>
2812 <slot>tbAddUSBFilter_clicked()</slot>
2813 <slot>tbAddUSBFilterFrom_clicked()</slot>
2814 <slot>menuAddUSBFilterFrom_activated( int )</slot>
2815 <slot>tbRemoveUSBFilter_clicked()</slot>
2816 <slot>tbUSBFilterUp_clicked()</slot>
2817 <slot>tbUSBFilterDown_clicked()</slot>
2818 <slot>hdaMediaChanged()</slot>
2819 <slot>hdbMediaChanged()</slot>
2820 <slot>hddMediaChanged()</slot>
2821 <slot>cdMediaChanged()</slot>
2822 <slot>fdMediaChanged()</slot>
2823 <slot>updateInterfaces( QWidget* )</slot>
2824 <slot>networkPageUpdate( QWidget* )</slot>
2825</slots>
2826<functions>
2827 <function access="private">init()</function>
2828 <function>setup( const QString &amp;, const QString &amp; )</function>
2829 <function>getFromMachine( const CMachine &amp; machine )</function>
2830 <function returnType="bool">eventFilter( QObject * watched, QEvent * e )</function>
2831 <function returnType="COMResult">putBackToMachine()</function>
2832 <function access="private">setWarning( const QString &amp; )</function>
2833 <function access="private">showEvent( QShowEvent * )</function>
2834 <function access="private">updateShortcuts()</function>
2835 <function access="private" returnType="QString">getHdInfo( QGroupBox*, QUuid )</function>
2836</functions>
2837<pixmapinproject/>
2838<layoutdefaults spacing="6" margin="11"/>
2839</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