Changeset 3183 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui
- Timestamp:
- Jun 20, 2007 1:23:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui
r2997 r3183 399 399 </grid> 400 400 </widget> 401 <widget class="QGroupBox"> 402 <property name="name"> 403 <cstring>groupBox2</cstring> 404 </property> 405 <property name="title"> 406 <string>V&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>&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 &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> 401 492 <spacer> 402 493 <property name="name"> … … 1128 1219 </connection> 1129 1220 <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> 1130 1233 <sender>lvUSBFilters</sender> 1131 1234 <signal>currentChanged(QListViewItem*)</signal> … … 1179 1282 <tabstop>tbSelectMachineFolder</tabstop> 1180 1283 <tabstop>tbResetMachineFolder</tabstop> 1284 <tabstop>leVRDPLib</tabstop> 1285 <tabstop>tbSelectVRDPLib</tabstop> 1286 <tabstop>tbResetVRDPLib</tabstop> 1287 <tabstop>chbVTX</tabstop> 1181 1288 <tabstop>lvUSBFilters</tabstop> 1182 1289 <tabstop>tbAddUSBFilter</tabstop>
Note:
See TracChangeset
for help on using the changeset viewer.