Changeset 5657 in vbox
- Timestamp:
- Nov 9, 2007 6:14:41 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r5656 r5657 2288 2288 <number>10</number> 2289 2289 </property> 2290 <widget class="Q CheckBox">2290 <widget class="QGroupBox"> 2291 2291 <property name="name"> 2292 2292 <cstring>cbEnableUSBController</cstring> 2293 2293 </property> 2294 <property name="t ext">2294 <property name="title"> 2295 2295 <string>Enable &USB Controller</string> 2296 </property> 2297 <property name="checkable"> 2298 <bool>true</bool> 2299 </property> 2300 <property name="checked"> 2301 <bool>true</bool> 2296 2302 </property> 2297 2303 <property name="whatsThis" stdset="0"> 2298 2304 <string>When checked, enables the virtual USB controller of this machine.</string> 2299 2305 </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&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&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> 2311 2322 </widget> 2312 2323 <widget class="QGroupBox"> … … 3074 3085 <tabstop>cbAudioDriver</tabstop> 3075 3086 <tabstop>cbEnableUSBController</tabstop> 3087 <tabstop>cbEnableUSBEhci</tabstop> 3076 3088 <tabstop>lvUSBFilters</tabstop> 3077 3089 <tabstop>tbAddUSBFilter</tabstop> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r5654 r5657 2362 2362 if (!aOn) 2363 2363 cbEnableUSBEhci->setChecked (aOn); 2364 cbEnableUSBEhci->setEnabled (aOn);2364 grbUSBFilters->setEnabled (aOn); 2365 2365 } 2366 2366
Note:
See TracChangeset
for help on using the changeset viewer.