VirtualBox

Ignore:
Timestamp:
Mar 7, 2007 9:46:57 AM (18 years ago)
Author:
vboxsync
Message:

Fixing forward/back focus passing for boot item's table of VMSettings.

File:
1 edited

Legend:

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

    r1289 r1294  
    122122            {
    123123                case Qt::Key_Backtab:
     124                    /* Going to parent QTable */
     125                    focusData()->home();
     126                    focusData()->next()->setFocus();
     127                    /* Jumps other the parent QTable */
    124128                    focusData()->home();
    125129                    focusData()->prev()->setFocus();
     
    127131                    break;
    128132                case Qt::Key_Tab:
     133                    /* Going to parent QTable */
     134                    focusData()->home();
     135                    focusData()->next()->setFocus();
     136                    /* Jumps other the parent QTable */
    129137                    focusData()->home();
    130138                    focusData()->next()->setFocus();
     
    648656                     tr ("Defines the boot device order. Click on the entry and "
    649657                         "select a desired boot device from the drop-down list."));
    650     setTabOrder (leVRAM, tblBootOrder);
     658    setTabOrder (tbwGeneral, tblBootOrder);
    651659    setTabOrder (tblBootOrder, chbEnableACPI);
    652660    tblBootOrder->setSizePolicy (QSizePolicy ((QSizePolicy::SizeType)7,
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