VirtualBox

Ignore:
Timestamp:
Jun 20, 2007 1:23:46 PM (18 years ago)
Author:
vboxsync
Message:

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

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui

    r2997 r3183  
    399399                        </grid>
    400400                    </widget>
     401                    <widget class="QGroupBox">
     402                        <property name="name">
     403                            <cstring>groupBox2</cstring>
     404                        </property>
     405                        <property name="title">
     406                            <string>V&amp;RDP Authentication Library</string>
     407                        </property>
     408                        <hbox>
     409                            <property name="name">
     410                                <cstring>unnamed</cstring>
     411                            </property>
     412                            <property name="spacing">
     413                                <number>5</number>
     414                            </property>
     415                            <widget class="QLineEdit">
     416                                <property name="name">
     417                                    <cstring>leVRDPLib</cstring>
     418                                </property>
     419                                <property name="whatsThis" stdset="0">
     420                                    <string>Displays the path to the library that provides authentication for Remote Display (VRDP) clients.</string>
     421                                </property>
     422                            </widget>
     423                            <widget class="QToolButton">
     424                                <property name="name">
     425                                    <cstring>tbSelectVRDPLib</cstring>
     426                                </property>
     427                                <property name="focusPolicy">
     428                                    <enum>TabFocus</enum>
     429                                </property>
     430                                <property name="text">
     431                                    <string></string>
     432                                </property>
     433                                <property name="iconSet">
     434                                    <iconset>select_file_16px.png</iconset>
     435                                </property>
     436                                <property name="autoRaise">
     437                                    <bool>true</bool>
     438                                </property>
     439                                <property name="whatsThis" stdset="0">
     440                                    <string>Opens a dialog to select the VRDP authentication library file.</string>
     441                                </property>
     442                            </widget>
     443                            <widget class="QToolButton">
     444                                <property name="name">
     445                                    <cstring>tbResetVRDPLib</cstring>
     446                                </property>
     447                                <property name="focusPolicy">
     448                                    <enum>TabFocus</enum>
     449                                </property>
     450                                <property name="text">
     451                                    <string></string>
     452                                </property>
     453                                <property name="iconSet">
     454                                    <iconset>eraser_16px.png</iconset>
     455                                </property>
     456                                <property name="autoRaise">
     457                                    <bool>true</bool>
     458                                </property>
     459                                <property name="whatsThis" stdset="0">
     460                                    <string>Resets the authentication library file to the default value. The actual default library file will be displayed after accepting the changes and opening this dialog again.</string>
     461                                </property>
     462                            </widget>
     463                        </hbox>
     464                    </widget>
     465                    <widget class="QGroupBox">
     466                        <property name="name">
     467                            <cstring>groupBox3</cstring>
     468                        </property>
     469                        <property name="title">
     470                            <string>&amp;Extended Features</string>
     471                        </property>
     472                        <hbox>
     473                            <property name="name">
     474                                <cstring>unnamed</cstring>
     475                            </property>
     476                            <widget class="QCheckBox">
     477                                <property name="name">
     478                                    <cstring>chbVTX</cstring>
     479                                </property>
     480                                <property name="text">
     481                                    <string>Enable &amp;VT-x/AMD-V</string>
     482                                </property>
     483                                <property name="accel">
     484                                    <string>Alt+V</string>
     485                                </property>
     486                                <property name="whatsThis" stdset="0">
     487                                    <string>Defines whether virtual machines should try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V by default or not.</string>
     488                                </property>
     489                            </widget>
     490                        </hbox>leVRDPLib
     491                    </widget>
    401492                    <spacer>
    402493                        <property name="name">
     
    11281219    </connection>
    11291220    <connection>
     1221        <sender>tbResetVRDPLib</sender>
     1222        <signal>clicked()</signal>
     1223        <receiver>VBoxGlobalSettingsDlg</receiver>
     1224        <slot>tbResetFolder_clicked()</slot>
     1225    </connection>
     1226    <connection>
     1227        <sender>tbSelectVRDPLib</sender>
     1228        <signal>clicked()</signal>
     1229        <receiver>VBoxGlobalSettingsDlg</receiver>
     1230        <slot>tbSelectFolder_clicked()</slot>
     1231    </connection>
     1232    <connection>
    11301233        <sender>lvUSBFilters</sender>
    11311234        <signal>currentChanged(QListViewItem*)</signal>
     
    11791282    <tabstop>tbSelectMachineFolder</tabstop>
    11801283    <tabstop>tbResetMachineFolder</tabstop>
     1284    <tabstop>leVRDPLib</tabstop>
     1285    <tabstop>tbSelectVRDPLib</tabstop>
     1286    <tabstop>tbResetVRDPLib</tabstop>
     1287    <tabstop>chbVTX</tabstop>
    11811288    <tabstop>lvUSBFilters</tabstop>
    11821289    <tabstop>tbAddUSBFilter</tabstop>
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