Changeset 1294 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 7, 2007 9:46:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r1289 r1294 122 122 { 123 123 case Qt::Key_Backtab: 124 /* Going to parent QTable */ 125 focusData()->home(); 126 focusData()->next()->setFocus(); 127 /* Jumps other the parent QTable */ 124 128 focusData()->home(); 125 129 focusData()->prev()->setFocus(); … … 127 131 break; 128 132 case Qt::Key_Tab: 133 /* Going to parent QTable */ 134 focusData()->home(); 135 focusData()->next()->setFocus(); 136 /* Jumps other the parent QTable */ 129 137 focusData()->home(); 130 138 focusData()->next()->setFocus(); … … 648 656 tr ("Defines the boot device order. Click on the entry and " 649 657 "select a desired boot device from the drop-down list.")); 650 setTabOrder ( leVRAM, tblBootOrder);658 setTabOrder (tbwGeneral, tblBootOrder); 651 659 setTabOrder (tblBootOrder, chbEnableACPI); 652 660 tblBootOrder->setSizePolicy (QSizePolicy ((QSizePolicy::SizeType)7,
Note:
See TracChangeset
for help on using the changeset viewer.