VirtualBox

Changeset 5657 in vbox


Ignore:
Timestamp:
Nov 9, 2007 6:14:41 PM (17 years ago)
Author:
vboxsync
Message:

2480: Add USB 2.0 UI: comment2 implemented.

Location:
trunk/src/VBox/Frontends/VirtualBox/ui
Files:
2 edited

Legend:

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

    r5656 r5657  
    22882288                        <number>10</number>
    22892289                    </property>
    2290                     <widget class="QCheckBox">
     2290                    <widget class="QGroupBox">
    22912291                        <property name="name">
    22922292                            <cstring>cbEnableUSBController</cstring>
    22932293                        </property>
    2294                         <property name="text">
     2294                        <property name="title">
    22952295                            <string>Enable &amp;USB Controller</string>
     2296                        </property>
     2297                        <property name="checkable">
     2298                            <bool>true</bool>
     2299                        </property>
     2300                        <property name="checked">
     2301                            <bool>true</bool>
    22962302                        </property>
    22972303                        <property name="whatsThis" stdset="0">
    22982304                            <string>When checked, enables the virtual USB controller of this machine.</string>
    22992305                        </property>
    2300                     </widget>
    2301                     <widget class="QCheckBox">
    2302                         <property name="name">
    2303                             <cstring>cbEnableUSBEhci</cstring>
    2304                         </property>
    2305                         <property name="text">
    2306                             <string>Enable USB E&amp;HCI Controller</string>
    2307                         </property>
    2308                         <property name="whatsThis" stdset="0">
    2309                             <string>When checked, enables the virtual USB EHCI controller of this machine. The USB ECHI controller provides USB 2.0 support.</string>
    2310                         </property>
     2306                        <vbox>
     2307                            <property name="name">
     2308                                <cstring>unnamed</cstring>
     2309                            </property>
     2310                                    <widget class="QCheckBox">
     2311                                        <property name="name">
     2312                                        <cstring>cbEnableUSBEhci</cstring>
     2313                                </property>
     2314                                <property name="text">
     2315                                    <string>Enable USB E&amp;HCI Controller</string>
     2316                                </property>
     2317                                <property name="whatsThis" stdset="0">
     2318                                    <string>When checked, enables the virtual USB EHCI controller of this machine. The USB ECHI controller provides USB 2.0 support.</string>
     2319                                </property>
     2320                            </widget>
     2321                        </vbox>
    23112322                    </widget>
    23122323                    <widget class="QGroupBox">
     
    30743085    <tabstop>cbAudioDriver</tabstop>
    30753086    <tabstop>cbEnableUSBController</tabstop>
     3087    <tabstop>cbEnableUSBEhci</tabstop>
    30763088    <tabstop>lvUSBFilters</tabstop>
    30773089    <tabstop>tbAddUSBFilter</tabstop>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h

    r5654 r5657  
    23622362    if (!aOn)
    23632363        cbEnableUSBEhci->setChecked (aOn);
    2364     cbEnableUSBEhci->setEnabled (aOn);
     2364    grbUSBFilters->setEnabled (aOn);
    23652365}
    23662366
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