VirtualBox

Changeset 9127 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 26, 2008 2:44:05 PM (17 years ago)
Author:
vboxsync
Message:

First half of VBoxVMSettings* dialog and it's sub-widgets.

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk

    r9105 r9127  
    291291VirtualBox_QT_UISRCS4 += ui/VBoxVMLogViewer.ui
    292292
     293VirtualBox_QT_UISRCS3 := $(filter-out ui/VBoxVMSettingsCD.ui,$(VirtualBox_QT_UISRCS3))
     294VirtualBox_QT_UISRCS4 += ui/VBoxVMSettingsCD.ui
     295
     296VirtualBox_QT_UISRCS3 := $(filter-out ui/VBoxVMSettingsFD.ui,$(VirtualBox_QT_UISRCS3))
     297VirtualBox_QT_UISRCS4 += ui/VBoxVMSettingsFD.ui
     298
     299VirtualBox_QT_UISRCS3 := $(filter-out ui/VBoxVMSettingsAudio.ui,$(VirtualBox_QT_UISRCS3))
     300VirtualBox_QT_UISRCS4 += ui/VBoxVMSettingsAudio.ui
     301
     302VirtualBox_QT_UISRCS3 := $(filter-out ui/VBoxVMSettingsGeneral.ui,$(VirtualBox_QT_UISRCS3))
     303VirtualBox_QT_UISRCS4 += ui/VBoxVMSettingsGeneral.ui
     304
     305VirtualBox_QT_UISRCS3 := $(filter-out ui/VBoxVMSettingsDlg.ui,$(VirtualBox_QT_UISRCS3))
     306VirtualBox_QT_UISRCS4 += ui/VBoxVMSettingsDlg.ui
    293307
    294308#
     
    436450        include/VBoxTakeSnapshotDlg.h \
    437451        include/VBoxSnapshotsWgt.h \
    438         include/VBoxVMLogViewer.h
     452        include/VBoxVMLogViewer.h \
     453        include/VBoxVMSettingsUtils.h \
     454        include/VBoxVMSettingsGeneral.h \
     455        include/VBoxVMSettingsCD.h \
     456        include/VBoxVMSettingsFD.h \
     457        include/VBoxVMSettingsAudio.h \
     458        include/VBoxVMSettingsDlg.h
    439459
    440460# Sources containing local definitions of classes that use the Q_OBJECT macro
     
    446466VirtualBox_QT_MOCSRCS += src/COMDefs.cpp
    447467endif
    448 
    449 # UI headers (ui.h) containing local definitions of classes that use the Q_OBJECT macro
    450 VirtualBox_QT_MOCUIHDRS = \
    451         ui/VBoxVMSettingsDlg.ui.h \
    452         ui/VBoxVMLogViewer.ui.h
    453 
    454468
    455469# All generated sources. Note: this list MUST be in sync with Qt source
     
    462476# generation rules defined somewhere below!
    463477VirtualBox_GENHDRS = \
    464         $(foreach mocui,$(notdir $(basename $(VirtualBox_QT_MOCUIHDRS))), $(PATH_VirtualBox)/moc/$(mocui).moc) \
    465478        $(foreach moc,$(notdir $(basename $(VirtualBox_QT_MOCSRCS))), $(PATH_VirtualBox)/moc/$(moc).moc) \
    466479        $(foreach ui,$(notdir $(basename $(VirtualBox_QT_UISRCS3))), $(PATH_VirtualBox)/ui/$(ui).h) \
     
    518531        src/VBoxTakeSnapshotDlg.cpp \
    519532        src/VBoxSnapshotsWgt.cpp \
    520         src/VBoxVMLogViewer.cpp
     533        src/VBoxVMLogViewer.cpp \
     534        src/VBoxVMSettingsGeneral.cpp \
     535        src/VBoxVMSettingsCD.cpp \
     536        src/VBoxVMSettingsFD.cpp \
     537        src/VBoxVMSettingsAudio.cpp \
     538        src/VBoxVMSettingsDlg.cpp
    521539
    522540ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),) # X11
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp

    r9056 r9127  
    812812    AssertMsgReturn (!m.isNull(), ("Machine must not be null"), (void) 0);
    813813
    814     VBoxVMSettingsDlg dlg (this, "VBoxVMSettingsDlg");
     814    VBoxVMSettingsDlg dlg (this, aCategory, aControl);
    815815    dlg.getFromMachine (m);
    816     dlg.setup (aCategory, aControl);
    817816
    818817    if (dlg.exec() == QDialog::Accepted)
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMNetworkSettings.ui

    r8155 r9127  
    672672<functions>
    673673    <function access="private" specifier="non virtual">init()</function>
    674     <function returnType="CheckPageResult">checkPage( const QStringList &amp; )</function>
     674    <function returnType="CheckPageResult">checkPage( QStringList aList = QStringList() )</function>
    675675    <function>loadInterfaceList( const QStringList &amp;, const QString &amp; )</function>
    676676    <function>loadNetworksList( const QStringList &amp; )</function>
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMNetworkSettings.ui.h

    r8611 r9127  
    8585
    8686VBoxVMNetworkSettings::CheckPageResult
    87 VBoxVMNetworkSettings::checkPage (const QStringList &aList)
     87VBoxVMNetworkSettings::checkPage (QStringList aList)
    8888{
    8989    KNetworkAttachmentType type =
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui

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

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