VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui@ 3254

Last change on this file since 3254 was 3183, checked in by vboxsync, 17 years ago

2028: Add VT-x/AMD-V setting:

"Enable VT-x/AMD-V" setting check-box was added into VM & Global settings allowing user to choose if the VM should try to support host processor specific virtualization features.

"VRDP Auth Library" setting was added into Global settings allowing user to select the required Remote Desktop Auth library.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 67.7 KB
Line 
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>VBoxGlobalSettingsDlg</class>
3<comment>
4:mode=html:tabSize=4:indentSize=4:noTabs=true:
5:folding=explicit:collapseFolds=1:
6
7# Copyright (C) 2006-2007 innotek GmbH
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License as published by the Free Software Foundation,
13# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14# distribution. VirtualBox OSE is distributed in the hope that it will
15# be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# If you received this file as part of a commercial VirtualBox
18# distribution, then only the terms of your commercial VirtualBox
19# license agreement apply instead of the previous paragraph.
20</comment>
21<widget class="QDialog">
22 <property name="name">
23 <cstring>VBoxGlobalSettingsDlg</cstring>
24 </property>
25 <property name="geometry">
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>580</width>
30 <height>370</height>
31 </rect>
32 </property>
33 <property name="caption">
34 <string>VirtualBox Preferences</string>
35 </property>
36 <property name="sizeGripEnabled">
37 <bool>true</bool>
38 </property>
39 <property name="whatsThis" stdset="0">
40 <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>
41 </property>
42 <grid>
43 <property name="name">
44 <cstring>unnamed</cstring>
45 </property>
46 <property name="margin">
47 <number>11</number>
48 </property>
49 <property name="spacing">
50 <number>10</number>
51 </property>
52 <property name="resizeMode">
53 <enum>Minimum</enum>
54 </property>
55 <widget class="QListView" row="0" column="0" rowspan="3" colspan="1">
56 <column>
57 <property name="text">
58 <string>Category</string>
59 </property>
60 <property name="clickable">
61 <bool>false</bool>
62 </property>
63 <property name="resizable">
64 <bool>true</bool>
65 </property>
66 </column>
67 <column>
68 <property name="text">
69 <string>[id]</string>
70 </property>
71 <property name="clickable">
72 <bool>false</bool>
73 </property>
74 <property name="resizable">
75 <bool>false</bool>
76 </property>
77 </column>
78 <column>
79 <property name="text">
80 <string>[link]</string>
81 </property>
82 <property name="clickable">
83 <bool>false</bool>
84 </property>
85 <property name="resizable">
86 <bool>false</bool>
87 </property>
88 </column>
89 <item>
90 <property name="text">
91 <string> General </string>
92 </property>
93 <property name="text">
94 <string>0</string>
95 </property>
96 <property name="text">
97 <string>#general</string>
98 </property>
99 <property name="pixmap">
100 <pixmap>machine_16px.png</pixmap>
101 </property>
102 <property name="pixmap">
103 <pixmap></pixmap>
104 </property>
105 <property name="pixmap">
106 <pixmap></pixmap>
107 </property>
108 </item>
109 <item>
110 <property name="text">
111 <string> Input </string>
112 </property>
113 <property name="text">
114 <string>1</string>
115 </property>
116 <property name="text">
117 <string>#input</string>
118 </property>
119 <property name="pixmap">
120 <pixmap>hostkey_16px.png</pixmap>
121 </property>
122 <property name="pixmap">
123 <pixmap></pixmap>
124 </property>
125 <property name="pixmap">
126 <pixmap></pixmap>
127 </property>
128 </item>
129 <item>
130 <property name="text">
131 <string> USB </string>
132 </property>
133 <property name="text">
134 <string>2</string>
135 </property>
136 <property name="text">
137 <string>#usb</string>
138 </property>
139 <property name="pixmap">
140 <pixmap>usb_16px.png</pixmap>
141 </property>
142 <property name="pixmap">
143 <pixmap></pixmap>
144 </property>
145 <property name="pixmap">
146 <pixmap></pixmap>
147 </property>
148 </item>
149 <item>
150 <property name="text">
151 <string> Language </string>
152 </property>
153 <property name="text">
154 <string>3</string>
155 </property>
156 <property name="text">
157 <string>#language</string>
158 </property>
159 <property name="pixmap">
160 <pixmap>site_16px.png</pixmap>
161 </property>
162 <property name="pixmap">
163 <pixmap></pixmap>
164 </property>
165 <property name="pixmap">
166 <pixmap></pixmap>
167 </property>
168 </item>
169 <property name="name">
170 <cstring>listView</cstring>
171 </property>
172 <property name="sizePolicy">
173 <sizepolicy>
174 <hsizetype>0</hsizetype>
175 <vsizetype>7</vsizetype>
176 <horstretch>0</horstretch>
177 <verstretch>0</verstretch>
178 </sizepolicy>
179 </property>
180 <property name="allColumnsShowFocus">
181 <bool>true</bool>
182 </property>
183 <property name="itemMargin">
184 <number>3</number>
185 </property>
186 </widget>
187 <widget class="QLabel" row="0" column="1">
188 <property name="name">
189 <cstring>titleLabel</cstring>
190 </property>
191 <property name="sizePolicy">
192 <sizepolicy>
193 <hsizetype>5</hsizetype>
194 <vsizetype>0</vsizetype>
195 <horstretch>0</horstretch>
196 <verstretch>0</verstretch>
197 </sizepolicy>
198 </property>
199 <property name="backgroundMode">
200 <enum>PaletteBase</enum>
201 </property>
202 <property name="font">
203 <font>
204 <pointsize>11</pointsize>
205 <bold>1</bold>
206 </font>
207 </property>
208 <property name="frameShape">
209 <enum>Box</enum>
210 </property>
211 <property name="frameShadow">
212 <enum>Sunken</enum>
213 </property>
214 <property name="lineWidth">
215 <number>1</number>
216 </property>
217 <property name="margin">
218 <number>7</number>
219 </property>
220 <property name="text">
221 <string></string>
222 </property>
223 <property name="buddy" stdset="0">
224 <cstring></cstring>
225 </property>
226 </widget>
227 <widget class="QWidgetStack" row="1" column="1">
228 <property name="name">
229 <cstring>widgetStack</cstring>
230 </property>
231 <property name="sizePolicy">
232 <sizepolicy>
233 <hsizetype>7</hsizetype>
234 <vsizetype>7</vsizetype>
235 <horstretch>0</horstretch>
236 <verstretch>0</verstretch>
237 </sizepolicy>
238 </property>
239 <widget class="QWidget">
240 <property name="name">
241 <cstring>pageGeneral</cstring>
242 </property>
243 <attribute name="id">
244 <number>0</number>
245 </attribute>
246 <vbox>
247 <property name="name">
248 <cstring>unnamed</cstring>
249 </property>
250 <property name="margin">
251 <number>0</number>
252 </property>
253 <widget class="QGroupBox">
254 <property name="name">
255 <cstring>groupBox1</cstring>
256 </property>
257 <property name="sizePolicy">
258 <sizepolicy>
259 <hsizetype>7</hsizetype>
260 <vsizetype>5</vsizetype>
261 <horstretch>0</horstretch>
262 <verstretch>0</verstretch>
263 </sizepolicy>
264 </property>
265 <property name="title">
266 <string>Default &amp;Folders</string>
267 </property>
268 <grid>
269 <property name="name">
270 <cstring>unnamed</cstring>
271 </property>
272 <property name="spacing">
273 <number>5</number>
274 </property>
275 <widget class="QLineEdit" row="0" column="1">
276 <property name="name">
277 <cstring>leVDIFolder</cstring>
278 </property>
279 <property name="frameShape">
280 <enum>LineEditPanel</enum>
281 </property>
282 <property name="frameShadow">
283 <enum>Sunken</enum>
284 </property>
285 <property name="whatsThis" stdset="0">
286 <string>Displays the path to the default VDI folder. This folder is used, if not explicitly specified otherwise, when adding existing or creating new virtual hard disks.</string>
287 </property>
288 </widget>
289 <widget class="QLabel" row="1" column="0">
290 <property name="name">
291 <cstring>textLabel2_2</cstring>
292 </property>
293 <property name="text">
294 <string>Machines</string>
295 </property>
296 </widget>
297 <widget class="QLabel" row="0" column="0">
298 <property name="name">
299 <cstring>textLabel1_2</cstring>
300 </property>
301 <property name="text">
302 <string>VDI files</string>
303 </property>
304 </widget>
305 <widget class="QToolButton" row="1" column="3">
306 <property name="name">
307 <cstring>tbResetMachineFolder</cstring>
308 </property>
309 <property name="focusPolicy">
310 <enum>TabFocus</enum>
311 </property>
312 <property name="text">
313 <string></string>
314 </property>
315 <property name="iconSet">
316 <iconset>eraser_16px.png</iconset>
317 </property>
318 <property name="autoRaise">
319 <bool>true</bool>
320 </property>
321 <property name="whatsThis" stdset="0">
322 <string>Resets the virtual machine folder path to the default value. The actual default path will be displayed after accepting the changes and opening this dialog again.</string>
323 </property>
324 </widget>
325 <widget class="QToolButton" row="0" column="3">
326 <property name="name">
327 <cstring>tbResetVDIFolder</cstring>
328 </property>
329 <property name="focusPolicy">
330 <enum>TabFocus</enum>
331 </property>
332 <property name="text">
333 <string></string>
334 </property>
335 <property name="iconSet">
336 <iconset>eraser_16px.png</iconset>
337 </property>
338 <property name="autoRaise">
339 <bool>true</bool>
340 </property>
341 <property name="whatsThis" stdset="0">
342 <string>Resets the VDI folder path to the default value. The actual default path will be displayed after accepting the changes and opening this dialog again.</string>
343 </property>
344 </widget>
345 <widget class="QLineEdit" row="1" column="1">
346 <property name="name">
347 <cstring>leMachineFolder</cstring>
348 </property>
349 <property name="whatsThis" stdset="0">
350 <string>Displays the path to the default virtual machine folder. This folder is used, if not explicitly specified otherwise, when creating new virtual machines.</string>
351 </property>
352 </widget>
353 <widget class="QToolButton" row="0" column="2">
354 <property name="name">
355 <cstring>tbSelectVDIFolder</cstring>
356 </property>
357 <property name="focusPolicy">
358 <enum>TabFocus</enum>
359 </property>
360 <property name="text">
361 <string></string>
362 </property>
363 <property name="iconSet">
364 <iconset>select_file_16px.png</iconset>
365 </property>
366 <property name="textLabel">
367 <string>Select</string>
368 </property>
369 <property name="autoRaise">
370 <bool>true</bool>
371 </property>
372 <property name="whatsThis" stdset="0">
373 <string>Opens a dialog to select the default VDI folder.</string>
374 </property>
375 </widget>
376 <widget class="QToolButton" row="1" column="2">
377 <property name="name">
378 <cstring>tbSelectMachineFolder</cstring>
379 </property>
380 <property name="focusPolicy">
381 <enum>TabFocus</enum>
382 </property>
383 <property name="text">
384 <string></string>
385 </property>
386 <property name="iconSet">
387 <iconset>select_file_16px.png</iconset>
388 </property>
389 <property name="textLabel">
390 <string>Select</string>
391 </property>
392 <property name="autoRaise">
393 <bool>true</bool>
394 </property>
395 <property name="whatsThis" stdset="0">
396 <string>Opens a dialog to select the default virtual machine folder.</string>
397 </property>
398 </widget>
399 </grid>
400 </widget>
401 <widget class="QGroupBox">
402 <property name="name">
403 <cstring>groupBox2</cstring>
404 </property>
405 <property name="title">
406 <string>V&amp;RDP Authentication Library</string>
407 </property>
408 <hbox>
409 <property name="name">
410 <cstring>unnamed</cstring>
411 </property>
412 <property name="spacing">
413 <number>5</number>
414 </property>
415 <widget class="QLineEdit">
416 <property name="name">
417 <cstring>leVRDPLib</cstring>
418 </property>
419 <property name="whatsThis" stdset="0">
420 <string>Displays the path to the library that provides authentication for Remote Display (VRDP) clients.</string>
421 </property>
422 </widget>
423 <widget class="QToolButton">
424 <property name="name">
425 <cstring>tbSelectVRDPLib</cstring>
426 </property>
427 <property name="focusPolicy">
428 <enum>TabFocus</enum>
429 </property>
430 <property name="text">
431 <string></string>
432 </property>
433 <property name="iconSet">
434 <iconset>select_file_16px.png</iconset>
435 </property>
436 <property name="autoRaise">
437 <bool>true</bool>
438 </property>
439 <property name="whatsThis" stdset="0">
440 <string>Opens a dialog to select the VRDP authentication library file.</string>
441 </property>
442 </widget>
443 <widget class="QToolButton">
444 <property name="name">
445 <cstring>tbResetVRDPLib</cstring>
446 </property>
447 <property name="focusPolicy">
448 <enum>TabFocus</enum>
449 </property>
450 <property name="text">
451 <string></string>
452 </property>
453 <property name="iconSet">
454 <iconset>eraser_16px.png</iconset>
455 </property>
456 <property name="autoRaise">
457 <bool>true</bool>
458 </property>
459 <property name="whatsThis" stdset="0">
460 <string>Resets the authentication library file to the default value. The actual default library file will be displayed after accepting the changes and opening this dialog again.</string>
461 </property>
462 </widget>
463 </hbox>
464 </widget>
465 <widget class="QGroupBox">
466 <property name="name">
467 <cstring>groupBox3</cstring>
468 </property>
469 <property name="title">
470 <string>&amp;Extended Features</string>
471 </property>
472 <hbox>
473 <property name="name">
474 <cstring>unnamed</cstring>
475 </property>
476 <widget class="QCheckBox">
477 <property name="name">
478 <cstring>chbVTX</cstring>
479 </property>
480 <property name="text">
481 <string>Enable &amp;VT-x/AMD-V</string>
482 </property>
483 <property name="accel">
484 <string>Alt+V</string>
485 </property>
486 <property name="whatsThis" stdset="0">
487 <string>Defines whether virtual machines should try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V by default or not.</string>
488 </property>
489 </widget>
490 </hbox>leVRDPLib
491 </widget>
492 <spacer>
493 <property name="name">
494 <cstring>spacer4</cstring>
495 </property>
496 <property name="orientation">
497 <enum>Vertical</enum>
498 </property>
499 <property name="sizeType">
500 <enum>Expanding</enum>
501 </property>
502 <property name="sizeHint">
503 <size>
504 <width>20</width>
505 <height>31</height>
506 </size>
507 </property>
508 </spacer>
509 </vbox>
510 </widget>
511 <widget class="QWidget">
512 <property name="name">
513 <cstring>pageKeyboard</cstring>
514 </property>
515 <attribute name="id">
516 <number>1</number>
517 </attribute>
518 <vbox>
519 <property name="name">
520 <cstring>unnamed</cstring>
521 </property>
522 <property name="margin">
523 <number>0</number>
524 </property>
525 <widget class="QGroupBox">
526 <property name="name">
527 <cstring>grbKeyboard</cstring>
528 </property>
529 <property name="title">
530 <string>&amp;Keyboard</string>
531 </property>
532 <vbox>
533 <property name="name">
534 <cstring>unnamed</cstring>
535 </property>
536 <widget class="QLayoutWidget">
537 <property name="name">
538 <cstring>layout47</cstring>
539 </property>
540 <hbox>
541 <property name="name">
542 <cstring>unnamed</cstring>
543 </property>
544 <widget class="QLayoutWidget">
545 <property name="name">
546 <cstring>layoutHostKey</cstring>
547 </property>
548 <hbox>
549 <property name="name">
550 <cstring>unnamed</cstring>
551 </property>
552 <widget class="QLabel">
553 <property name="name">
554 <cstring>txHostKey</cstring>
555 </property>
556 <property name="text">
557 <string>&amp;Host Key</string>
558 </property>
559 </widget>
560 </hbox>
561 </widget>
562 <spacer>
563 <property name="name">
564 <cstring>spacer22</cstring>
565 </property>
566 <property name="orientation">
567 <enum>Horizontal</enum>
568 </property>
569 <property name="sizeType">
570 <enum>Expanding</enum>
571 </property>
572 <property name="sizeHint">
573 <size>
574 <width>40</width>
575 <height>20</height>
576 </size>
577 </property>
578 </spacer>
579 </hbox>
580 </widget>
581 <widget class="QCheckBox">
582 <property name="name">
583 <cstring>chbAutoCapture</cstring>
584 </property>
585 <property name="text">
586 <string>&amp;Auto capture keyboard</string>
587 </property>
588 <property name="accel">
589 <string>Alt+A</string>
590 </property>
591 <property name="whatsThis" stdset="0">
592 <string>When checked, the keyboard is automatically captured every time the VM window is activated. When the keyboard is captured, all keystrokes (including system ones like Alt-Tab) are directed to the VM.</string>
593 </property>
594 </widget>
595 </vbox>
596 </widget>
597 <spacer>
598 <property name="name">
599 <cstring>spacer23</cstring>
600 </property>
601 <property name="orientation">
602 <enum>Vertical</enum>
603 </property>
604 <property name="sizeType">
605 <enum>Expanding</enum>
606 </property>
607 <property name="sizeHint">
608 <size>
609 <width>20</width>
610 <height>40</height>
611 </size>
612 </property>
613 </spacer>
614 </vbox>
615 </widget>
616 <widget class="QWidget">
617 <property name="name">
618 <cstring>pageUSB</cstring>
619 </property>
620 <attribute name="id">
621 <number>2</number>
622 </attribute>
623 <vbox>
624 <property name="name">
625 <cstring>unnamed</cstring>
626 </property>
627 <property name="margin">
628 <number>0</number>
629 </property>
630 <widget class="QGroupBox">
631 <property name="name">
632 <cstring>grbUSBFilters</cstring>
633 </property>
634 <property name="title">
635 <string>&amp;USB Device Filters</string>
636 </property>
637 <vbox>
638 <property name="name">
639 <cstring>unnamed</cstring>
640 </property>
641 <widget class="QLayoutWidget">
642 <property name="name">
643 <cstring>layout148</cstring>
644 </property>
645 <hbox>
646 <property name="name">
647 <cstring>unnamed</cstring>
648 </property>
649 <widget class="QListView">
650 <column>
651 <property name="text">
652 <string>[name]</string>
653 </property>
654 <property name="clickable">
655 <bool>false</bool>
656 </property>
657 <property name="resizable">
658 <bool>true</bool>
659 </property>
660 </column>
661 <property name="name">
662 <cstring>lvUSBFilters</cstring>
663 </property>
664 <property name="whatsThis" stdset="0">
665 <string>Lists all global USB filters. The checkbox to the left defines whether the particular filter is enabled or not.</string>
666 </property>
667 </widget>
668 <widget class="QLayoutWidget">
669 <property name="name">
670 <cstring>layout147</cstring>
671 </property>
672 <vbox>
673 <property name="name">
674 <cstring>unnamed</cstring>
675 </property>
676 <property name="spacing">
677 <number>0</number>
678 </property>
679 <widget class="QToolButton">
680 <property name="name">
681 <cstring>tbAddUSBFilter</cstring>
682 </property>
683 <property name="focusPolicy">
684 <enum>TabFocus</enum>
685 </property>
686 <property name="text">
687 <string></string>
688 </property>
689 <property name="accel">
690 <string>Ins</string>
691 </property>
692 <property name="iconSet">
693 <iconset></iconset>
694 </property>
695 <property name="textLabel">
696 <string>Add Empty (Ins)</string>
697 </property>
698 <property name="autoRaise">
699 <bool>true</bool>
700 </property>
701 <property name="whatsThis" stdset="0">
702 <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>
703 </property>
704 </widget>
705 <widget class="QToolButton">
706 <property name="name">
707 <cstring>tbAddUSBFilterFrom</cstring>
708 </property>
709 <property name="focusPolicy">
710 <enum>TabFocus</enum>
711 </property>
712 <property name="text">
713 <string></string>
714 </property>
715 <property name="accel">
716 <string>Alt+Ins</string>
717 </property>
718 <property name="iconSet">
719 <iconset></iconset>
720 </property>
721 <property name="textLabel">
722 <string>Add From (Alt+Ins)</string>
723 </property>
724 <property name="autoRaise">
725 <bool>true</bool>
726 </property>
727 <property name="whatsThis" stdset="0">
728 <string>Adds a new USB filter with all fields set to the values of the selected USB device attached to the host PC.</string>
729 </property>
730 </widget>
731 <widget class="QToolButton">
732 <property name="name">
733 <cstring>tbRemoveUSBFilter</cstring>
734 </property>
735 <property name="focusPolicy">
736 <enum>TabFocus</enum>
737 </property>
738 <property name="text">
739 <string></string>
740 </property>
741 <property name="accel">
742 <string>Del</string>
743 </property>
744 <property name="iconSet">
745 <iconset></iconset>
746 </property>
747 <property name="textLabel">
748 <string>Remove (Del)</string>
749 </property>
750 <property name="autoRaise">
751 <bool>true</bool>
752 </property>
753 <property name="whatsThis" stdset="0">
754 <string>Removes the selected USB filter.</string>
755 </property>
756 </widget>
757 <widget class="QToolButton">
758 <property name="name">
759 <cstring>tbUSBFilterUp</cstring>
760 </property>
761 <property name="focusPolicy">
762 <enum>TabFocus</enum>
763 </property>
764 <property name="text">
765 <string></string>
766 </property>
767 <property name="accel">
768 <string>Ctrl+Up</string>
769 </property>
770 <property name="iconSet">
771 <iconset></iconset>
772 </property>
773 <property name="textLabel">
774 <string>Move Up (Ctrl+Up)</string>
775 </property>
776 <property name="autoRaise">
777 <bool>true</bool>
778 </property>
779 <property name="whatsThis" stdset="0">
780 <string>Moves the selected USB filter up.</string>
781 </property>
782 </widget>
783 <widget class="QToolButton">
784 <property name="name">
785 <cstring>tbUSBFilterDown</cstring>
786 </property>
787 <property name="focusPolicy">
788 <enum>TabFocus</enum>
789 </property>
790 <property name="text">
791 <string></string>
792 </property>
793 <property name="accel">
794 <string>Ctrl+Down</string>
795 </property>
796 <property name="iconSet">
797 <iconset></iconset>
798 </property>
799 <property name="textLabel">
800 <string>Move Down (Ctrl+Down)</string>
801 </property>
802 <property name="autoRaise">
803 <bool>true</bool>
804 </property>
805 <property name="whatsThis" stdset="0">
806 <string>Moves the selected USB filter down.</string>
807 </property>
808 </widget>
809 <spacer>
810 <property name="name">
811 <cstring>spacer106</cstring>
812 </property>
813 <property name="orientation">
814 <enum>Vertical</enum>
815 </property>
816 <property name="sizeType">
817 <enum>Expanding</enum>
818 </property>
819 <property name="sizeHint">
820 <size>
821 <width>20</width>
822 <height>0</height>
823 </size>
824 </property>
825 </spacer>
826 </vbox>
827 </widget>
828 </hbox>
829 </widget>
830 </vbox>
831 </widget>
832 </vbox>
833 </widget>
834 <widget class="QWidget">
835 <property name="name">
836 <cstring>pageLanguage</cstring>
837 </property>
838 <attribute name="id">
839 <number>3</number>
840 </attribute>
841 <vbox>
842 <property name="name">
843 <cstring>unnamed</cstring>
844 </property>
845 <property name="margin">
846 <number>0</number>
847 </property>
848 <property name="spacing">
849 <number>0</number>
850 </property>
851 <widget class="QGroupBox">
852 <property name="name">
853 <cstring>gbInterface</cstring>
854 </property>
855 <property name="title">
856 <string>&amp;Interface Language</string>
857 </property>
858 <hbox>
859 <property name="name">
860 <cstring>unnamed</cstring>
861 </property>
862 <property name="spacing">
863 <number>10</number>
864 </property>
865 <widget class="QListView">
866 <column>
867 <property name="text">
868 <string>Language</string>
869 </property>
870 <property name="clickable">
871 <bool>false</bool>
872 </property>
873 <property name="resizable">
874 <bool>true</bool>
875 </property>
876 </column>
877 <property name="name">
878 <cstring>lvLanguages</cstring>
879 </property>
880 <property name="sizePolicy">
881 <sizepolicy>
882 <hsizetype>4</hsizetype>
883 <vsizetype>7</vsizetype>
884 <horstretch>0</horstretch>
885 <verstretch>0</verstretch>
886 </sizepolicy>
887 </property>
888 <property name="resizeMode">
889 <enum>NoColumn</enum>
890 </property>
891 <property name="whatsThis" stdset="0">
892 <string>
893&lt;qt&gt;Lists all available user interface languages. The effective language is
894written in &lt;b&gt;bold&lt;/b&gt;. Select &lt;i&gt;Default&lt;/i&gt; to reset
895to the system default language.&lt;/qt&gt;
896 </string>
897 </property>
898 </widget>
899 <widget class="QLayoutWidget">
900 <property name="name">
901 <cstring>layout7</cstring>
902 </property>
903 <vbox>
904 <property name="name">
905 <cstring>unnamed</cstring>
906 </property>
907 <widget class="QLayoutWidget">
908 <property name="name">
909 <cstring>layout6</cstring>
910 </property>
911 <grid>
912 <property name="name">
913 <cstring>unnamed</cstring>
914 </property>
915 <widget class="QLabel" row="1" column="1">
916 <property name="name">
917 <cstring>tlAuthorData</cstring>
918 </property>
919 <property name="sizePolicy">
920 <sizepolicy>
921 <hsizetype>3</hsizetype>
922 <vsizetype>1</vsizetype>
923 <horstretch>0</horstretch>
924 <verstretch>0</verstretch>
925 </sizepolicy>
926 </property>
927 <property name="text">
928 <string></string>
929 </property>
930 <property name="alignment">
931 <set>WordBreak|AlignTop</set>
932 </property>
933 </widget>
934 <widget class="QLabel" row="1" column="0">
935 <property name="name">
936 <cstring>tlAuthorName</cstring>
937 </property>
938 <property name="sizePolicy">
939 <sizepolicy>
940 <hsizetype>1</hsizetype>
941 <vsizetype>1</vsizetype>
942 <horstretch>0</horstretch>
943 <verstretch>0</verstretch>
944 </sizepolicy>
945 </property>
946 <property name="text">
947 <string>Author(s):</string>
948 </property>
949 <property name="alignment">
950 <set>AlignTop</set>
951 </property>
952 </widget>
953 <widget class="QLabel" row="0" column="0">
954 <property name="name">
955 <cstring>tlLangName</cstring>
956 </property>
957 <property name="sizePolicy">
958 <sizepolicy>
959 <hsizetype>1</hsizetype>
960 <vsizetype>1</vsizetype>
961 <horstretch>0</horstretch>
962 <verstretch>0</verstretch>
963 </sizepolicy>
964 </property>
965 <property name="text">
966 <string>Language:</string>
967 </property>
968 <property name="alignment">
969 <set>AlignTop</set>
970 </property>
971 </widget>
972 <widget class="QLabel" row="0" column="1">
973 <property name="name">
974 <cstring>tlLangData</cstring>
975 </property>
976 <property name="sizePolicy">
977 <sizepolicy>
978 <hsizetype>3</hsizetype>
979 <vsizetype>1</vsizetype>
980 <horstretch>0</horstretch>
981 <verstretch>0</verstretch>
982 </sizepolicy>
983 </property>
984 <property name="text">
985 <string></string>
986 </property>
987 <property name="alignment">
988 <set>WordBreak|AlignTop</set>
989 </property>
990 </widget>
991 </grid>
992 </widget>
993 <spacer>
994 <property name="name">
995 <cstring>spacer7</cstring>
996 </property>
997 <property name="orientation">
998 <enum>Vertical</enum>
999 </property>
1000 <property name="sizeType">
1001 <enum>Expanding</enum>
1002 </property>
1003 <property name="sizeHint">
1004 <size>
1005 <width>20</width>
1006 <height>0</height>
1007 </size>
1008 </property>
1009 </spacer>
1010 </vbox>
1011 </widget>
1012 <!--spacer>
1013 <property name="name">
1014 <cstring>spacer8</cstring>
1015 </property>
1016 <property name="orientation">
1017 <enum>Horizontal</enum>
1018 </property>
1019 <property name="sizeType">
1020 <enum>Expanding</enum>
1021 </property>
1022 <property name="sizeHint">
1023 <size>
1024 <width>0</width>
1025 <height>20</height>
1026 </size>
1027 </property>
1028 </spacer-->
1029 </hbox>
1030 </widget>
1031 </vbox>
1032 </widget>
1033 </widget>
1034 <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
1035 <property name="name">
1036 <cstring>layout57</cstring>
1037 </property>
1038 <hbox>
1039 <property name="name">
1040 <cstring>unnamed</cstring>
1041 </property>
1042 <widget class="QPushButton">
1043 <property name="name">
1044 <cstring>buttonHelp</cstring>
1045 </property>
1046 <property name="sizePolicy">
1047 <sizepolicy>
1048 <hsizetype>1</hsizetype>
1049 <vsizetype>0</vsizetype>
1050 <horstretch>0</horstretch>
1051 <verstretch>0</verstretch>
1052 </sizepolicy>
1053 </property>
1054 <property name="text">
1055 <string>Help</string>
1056 </property>
1057 <property name="accel">
1058 <string>F1</string>
1059 </property>
1060 <property name="autoDefault">
1061 <bool>true</bool>
1062 </property>
1063 <property name="whatsThis" stdset="0">
1064 <string>Displays the dialog help.</string>
1065 </property>
1066 </widget>
1067 <spacer>
1068 <property name="name">
1069 <cstring>warningSpacer</cstring>
1070 </property>
1071 <property name="orientation">
1072 <enum>Horizontal</enum>
1073 </property>
1074 <property name="sizeType">
1075 <enum>Expanding</enum>
1076 </property>
1077 <property name="sizeHint">
1078 <size>
1079 <width>16</width>
1080 <height>20</height>
1081 </size>
1082 </property>
1083 </spacer>
1084 <widget class="QLabel">
1085 <property name="name">
1086 <cstring>warningPixmap</cstring>
1087 </property>
1088 <property name="sizePolicy">
1089 <sizepolicy>
1090 <hsizetype>0</hsizetype>
1091 <vsizetype>0</vsizetype>
1092 <horstretch>0</horstretch>
1093 <verstretch>0</verstretch>
1094 </sizepolicy>
1095 </property>
1096 <property name="scaledContents">
1097 <bool>true</bool>
1098 </property>
1099 </widget>
1100 <widget class="QLabel">
1101 <property name="name">
1102 <cstring>warningLabel</cstring>
1103 </property>
1104 <property name="sizePolicy">
1105 <sizepolicy>
1106 <hsizetype>7</hsizetype>
1107 <vsizetype>5</vsizetype>
1108 <horstretch>0</horstretch>
1109 <verstretch>0</verstretch>
1110 </sizepolicy>
1111 </property>
1112 <property name="text">
1113 <string>Invalid settings detected</string>
1114 </property>
1115 <property name="alignment">
1116 <set>AlignVCenter</set>
1117 </property>
1118 </widget>
1119 <spacer>
1120 <property name="name">
1121 <cstring>spacer49</cstring>
1122 </property>
1123 <property name="orientation">
1124 <enum>Horizontal</enum>
1125 </property>
1126 <property name="sizeType">
1127 <enum>Expanding</enum>
1128 </property>
1129 <property name="sizeHint">
1130 <size>
1131 <width>16</width>
1132 <height>20</height>
1133 </size>
1134 </property>
1135 </spacer>
1136 <widget class="QPushButton">
1137 <property name="name">
1138 <cstring>buttonOk</cstring>
1139 </property>
1140 <property name="text">
1141 <string>&amp;OK</string>
1142 </property>
1143 <property name="accel">
1144 <string>Alt+O</string>
1145 </property>
1146 <property name="autoDefault">
1147 <bool>true</bool>
1148 </property>
1149 <property name="default">
1150 <bool>true</bool>
1151 </property>
1152 <property name="whatsThis" stdset="0">
1153 <string>Accepts (saves) changes and closes the dialog.</string>
1154 </property>
1155 </widget>
1156 <widget class="QPushButton">
1157 <property name="name">
1158 <cstring>buttonCancel</cstring>
1159 </property>
1160 <property name="text">
1161 <string>Cancel</string>
1162 </property>
1163 <property name="accel">
1164 <string></string>
1165 </property>
1166 <property name="autoDefault">
1167 <bool>true</bool>
1168 </property>
1169 <property name="whatsThis" stdset="0">
1170 <string>Cancels changes and closes the dialog.</string>
1171 </property>
1172 </widget>
1173 </hbox>
1174 </widget>
1175 </grid>
1176</widget>
1177<connections>
1178 <connection>
1179 <sender>buttonOk</sender>
1180 <signal>clicked()</signal>
1181 <receiver>VBoxGlobalSettingsDlg</receiver>
1182 <slot>accept()</slot>
1183 </connection>
1184 <connection>
1185 <sender>buttonCancel</sender>
1186 <signal>clicked()</signal>
1187 <receiver>VBoxGlobalSettingsDlg</receiver>
1188 <slot>reject()</slot>
1189 </connection>
1190 <connection>
1191 <sender>listView</sender>
1192 <signal>currentChanged(QListViewItem*)</signal>
1193 <receiver>VBoxGlobalSettingsDlg</receiver>
1194 <slot>listView_currentChanged(QListViewItem*)</slot>
1195 </connection>
1196 <connection>
1197 <sender>tbResetVDIFolder</sender>
1198 <signal>clicked()</signal>
1199 <receiver>VBoxGlobalSettingsDlg</receiver>
1200 <slot>tbResetFolder_clicked()</slot>
1201 </connection>
1202 <connection>
1203 <sender>tbSelectVDIFolder</sender>
1204 <signal>clicked()</signal>
1205 <receiver>VBoxGlobalSettingsDlg</receiver>
1206 <slot>tbSelectFolder_clicked()</slot>
1207 </connection>
1208 <connection>
1209 <sender>tbResetMachineFolder</sender>
1210 <signal>clicked()</signal>
1211 <receiver>VBoxGlobalSettingsDlg</receiver>
1212 <slot>tbResetFolder_clicked()</slot>
1213 </connection>
1214 <connection>
1215 <sender>tbSelectMachineFolder</sender>
1216 <signal>clicked()</signal>
1217 <receiver>VBoxGlobalSettingsDlg</receiver>
1218 <slot>tbSelectFolder_clicked()</slot>
1219 </connection>
1220 <connection>
1221 <sender>tbResetVRDPLib</sender>
1222 <signal>clicked()</signal>
1223 <receiver>VBoxGlobalSettingsDlg</receiver>
1224 <slot>tbResetFolder_clicked()</slot>
1225 </connection>
1226 <connection>
1227 <sender>tbSelectVRDPLib</sender>
1228 <signal>clicked()</signal>
1229 <receiver>VBoxGlobalSettingsDlg</receiver>
1230 <slot>tbSelectFolder_clicked()</slot>
1231 </connection>
1232 <connection>
1233 <sender>lvUSBFilters</sender>
1234 <signal>currentChanged(QListViewItem*)</signal>
1235 <receiver>VBoxGlobalSettingsDlg</receiver>
1236 <slot>lvUSBFilters_currentChanged(QListViewItem*)</slot>
1237 </connection>
1238 <connection>
1239 <sender>tbAddUSBFilter</sender>
1240 <signal>clicked()</signal>
1241 <receiver>VBoxGlobalSettingsDlg</receiver>
1242 <slot>tbAddUSBFilter_clicked()</slot>
1243 </connection>
1244 <connection>
1245 <sender>tbAddUSBFilterFrom</sender>
1246 <signal>clicked()</signal>
1247 <receiver>VBoxGlobalSettingsDlg</receiver>
1248 <slot>tbAddUSBFilterFrom_clicked()</slot>
1249 </connection>
1250 <connection>
1251 <sender>tbRemoveUSBFilter</sender>
1252 <signal>clicked()</signal>
1253 <receiver>VBoxGlobalSettingsDlg</receiver>
1254 <slot>tbRemoveUSBFilter_clicked()</slot>
1255 </connection>
1256 <connection>
1257 <sender>tbUSBFilterUp</sender>
1258 <signal>clicked()</signal>
1259 <receiver>VBoxGlobalSettingsDlg</receiver>
1260 <slot>tbUSBFilterUp_clicked()</slot>
1261 </connection>
1262 <connection>
1263 <sender>tbUSBFilterDown</sender>
1264 <signal>clicked()</signal>
1265 <receiver>VBoxGlobalSettingsDlg</receiver>
1266 <slot>tbUSBFilterDown_clicked()</slot>
1267 </connection>
1268 <connection>
1269 <sender>lvLanguages</sender>
1270 <signal>currentChanged(QListViewItem*)</signal>
1271 <receiver>VBoxGlobalSettingsDlg</receiver>
1272 <slot>lvLanguages_currentChanged(QListViewItem*)</slot>
1273 </connection>
1274</connections>
1275<tabstops>
1276 <tabstop>listView</tabstop>
1277 <tabstop>chbAutoCapture</tabstop>
1278 <tabstop>leVDIFolder</tabstop>
1279 <tabstop>tbSelectVDIFolder</tabstop>
1280 <tabstop>tbResetVDIFolder</tabstop>
1281 <tabstop>leMachineFolder</tabstop>
1282 <tabstop>tbSelectMachineFolder</tabstop>
1283 <tabstop>tbResetMachineFolder</tabstop>
1284 <tabstop>leVRDPLib</tabstop>
1285 <tabstop>tbSelectVRDPLib</tabstop>
1286 <tabstop>tbResetVRDPLib</tabstop>
1287 <tabstop>chbVTX</tabstop>
1288 <tabstop>lvUSBFilters</tabstop>
1289 <tabstop>tbAddUSBFilter</tabstop>
1290 <tabstop>tbAddUSBFilterFrom</tabstop>
1291 <tabstop>tbRemoveUSBFilter</tabstop>
1292 <tabstop>tbUSBFilterUp</tabstop>
1293 <tabstop>tbUSBFilterDown</tabstop>
1294 <tabstop>lvLanguages</tabstop>
1295 <tabstop>buttonHelp</tabstop>
1296 <tabstop>buttonOk</tabstop>
1297 <tabstop>buttonCancel</tabstop>
1298</tabstops>
1299<includes>
1300 <include location="global" impldecl="in implementation">qvalidator.h</include>
1301 <include location="global" impldecl="in implementation">qmessagebox.h</include>
1302 <include location="global" impldecl="in implementation">qfont.h</include>
1303 <include location="global" impldecl="in implementation">qpainter.h</include>
1304 <include location="global" impldecl="in implementation">qobjectlist.h</include>
1305 <include location="global" impldecl="in implementation">qfiledialog.h</include>
1306 <include location="global" impldecl="in implementation">qfocusdata.h</include>
1307 <include location="global" impldecl="in implementation">qtimer.h</include>
1308 <include location="global" impldecl="in implementation">qeventloop.h</include>
1309 <include location="local" impldecl="in declaration">COMDefs.h</include>
1310 <include location="local" impldecl="in declaration">QIWidgetValidator.h</include>
1311 <include location="local" impldecl="in declaration">QIHotKeyEdit.h</include>
1312 <include location="local" impldecl="in declaration">VBoxGlobalSettings.h</include>
1313 <include location="local" impldecl="in implementation">VBoxUtils.h</include>
1314 <include location="local" impldecl="in implementation">VBoxGlobal.h</include>
1315 <include location="local" impldecl="in implementation">VBoxProblemReporter.h</include>
1316 <include location="local" impldecl="in implementation">VBoxUSBFilterSettings.h</include>
1317 <include location="local" impldecl="in implementation">QIRichLabel.h</include>
1318</includes>
1319<forwards>
1320 <forward>class VBoxUSBMenu</forward>
1321 <forward>class QIRichLabel</forward>
1322</forwards>
1323<variables>
1324 <variable access="private">bool polished;</variable>
1325 <variable access="private">bool valid;</variable>
1326 <variable access="private">QTimer *whatsThisTimer;</variable>
1327 <variable access="private">QWidget *whatsThisCandidate;</variable>
1328 <variable access="private">QIHotKeyEdit *hkeHostKey;</variable>
1329 <variable access="private">QIWidgetValidator *wvalGeneral;</variable>
1330 <variable access="private">QIWidgetValidator *wvalKeyboard;</variable>
1331 <variable access="private">QString warningString;</variable>
1332 <variable access="private">QWidgetStack *wstUSBFilters;</variable>
1333 <variable access="private">bool mUSBFilterListModified;</variable>
1334 <variable access="private">VBoxUSBMenu *usbDevicesMenu;</variable>
1335 <variable access="private">bool mLanguageChanged;</variable>
1336 <variable access="private">QIRichLabel *whatsThisLabel;</variable>
1337</variables>
1338<slots>
1339 <slot>listView_currentChanged( QListViewItem * item )</slot>
1340 <slot>enableOk( const QIWidgetValidator * wval )</slot>
1341 <slot>revalidate( QIWidgetValidator * )</slot>
1342 <slot>updateWhatsThis( bool gotFocus = false )</slot>
1343 <slot>tbResetFolder_clicked()</slot>
1344 <slot>tbSelectFolder_clicked()</slot>
1345 <slot>addUSBFilter( const CUSBDeviceFilter &amp;, bool )</slot>
1346 <slot>lvUSBFilters_currentChanged( QListViewItem * )</slot>
1347 <slot>lvUSBFilters_setCurrentText( const QString &amp; )</slot>
1348 <slot>tbAddUSBFilter_clicked()</slot>
1349 <slot>tbAddUSBFilterFrom_clicked()</slot>
1350 <slot>menuAddUSBFilterFrom_activated( int )</slot>
1351 <slot>tbRemoveUSBFilter_clicked()</slot>
1352 <slot>tbUSBFilterUp_clicked()</slot>
1353 <slot>tbUSBFilterDown_clicked()</slot>
1354 <slot>lvLanguages_currentChanged( QListViewItem* )</slot>
1355</slots>
1356<functions>
1357 <function access="private">init()</function>
1358 <function access="private" returnType="bool">event( QEvent * )</function>
1359 <function access="protected">showEvent( QShowEvent * )</function>
1360 <function>getFrom( const CSystemProperties &amp; props, const VBoxGlobalSettings &amp; gs )</function>
1361 <function>putBackTo( CSystemProperties &amp; props, VBoxGlobalSettings &amp; gs )</function>
1362 <function access="protected">setWarning( const QString &amp; )</function>
1363 <function returnType="bool">eventFilter( QObject * watched, QEvent * e )</function>
1364 <function access="private">fixLanguageChange()</function>
1365</functions>
1366<pixmapinproject/>
1367<layoutdefaults spacing="6" margin="11"/>
1368</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