Changeset 9827 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Jun 19, 2008 4:25:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsUSB.ui
r9654 r9827 259 259 </item> 260 260 <item row="3" column="2" > 261 <widget class="QLabel" name="mLbRemote" > 262 <property name="text" > 263 <string>R&emote</string> 264 </property> 265 <property name="buddy" > 266 <cstring>mCbRemote</cstring> 267 </property> 268 </widget> 261 <layout class="QVBoxLayout" > 262 <item> 263 <widget class="QLabel" name="mLbRemote" > 264 <property name="text" > 265 <string>R&emote</string> 266 </property> 267 <property name="buddy" > 268 <cstring>mCbRemote</cstring> 269 </property> 270 </widget> 271 </item> 272 <item> 273 <widget class="QLabel" name="mLbAction" > 274 <property name="text" > 275 <string>&Action</string> 276 </property> 277 <property name="buddy" > 278 <cstring>mCbAction</cstring> 279 </property> 280 </widget> 281 </item> 282 </layout> 269 283 </item> 270 284 <item row="3" column="3" > 271 <widget class="QComboBox" name="mCbRemote" > 272 <property name="sizePolicy" > 273 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 274 <horstretch>0</horstretch> 275 <verstretch>0</verstretch> 276 </sizepolicy> 277 </property> 278 <property name="whatsThis" > 279 <string>Defines whether this filter applies to USB devices attached locally to the host computer (<i>No</i>), to a VRDP client's computer (<i>Yes</i>), or both (<i>Any</i>).</string> 280 </property> 281 </widget> 282 </item> 283 <item row="4" column="2" > 284 <widget class="QLabel" name="mLbAction" > 285 <property name="text" > 286 <string>&Action</string> 287 </property> 288 <property name="buddy" > 289 <cstring>mCbAction</cstring> 290 </property> 291 </widget> 292 </item> 293 <item row="4" column="3" > 294 <widget class="QComboBox" name="mCbAction" > 295 <property name="sizePolicy" > 296 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 297 <horstretch>0</horstretch> 298 <verstretch>0</verstretch> 299 </sizepolicy> 300 </property> 301 <property name="whatsThis" > 302 <string>Defines an action performed by the host computer when a matching device is attached: give it up to the host OS (<i>Ignore</i>) or grab it for later usage by virtual machines (<i>Hold</i>).</string> 303 </property> 304 </widget> 285 <layout class="QVBoxLayout" > 286 <item> 287 <widget class="QComboBox" name="mCbRemote" > 288 <property name="sizePolicy" > 289 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 290 <horstretch>0</horstretch> 291 <verstretch>0</verstretch> 292 </sizepolicy> 293 </property> 294 <property name="whatsThis" > 295 <string>Defines whether this filter applies to USB devices attached locally to the host computer (<i>No</i>), to a VRDP client's computer (<i>Yes</i>), or both (<i>Any</i>).</string> 296 </property> 297 </widget> 298 </item> 299 <item> 300 <widget class="QComboBox" name="mCbAction" > 301 <property name="sizePolicy" > 302 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 303 <horstretch>0</horstretch> 304 <verstretch>0</verstretch> 305 </sizepolicy> 306 </property> 307 <property name="whatsThis" > 308 <string>Defines an action performed by the host computer when a matching device is attached: give it up to the host OS (<i>Ignore</i>) or grab it for later usage by virtual machines (<i>Hold</i>).</string> 309 </property> 310 </widget> 311 </item> 312 </layout> 305 313 </item> 306 314 </layout>
Note:
See TracChangeset
for help on using the changeset viewer.