VirtualBox

Ignore:
Timestamp:
Jul 3, 2008 7:55:38 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32724
Message:

Fe/Qt4: Little fix of network tab order for windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsNetwork.cpp

    r10167 r10176  
    384384    QHBoxLayout *layout = new QHBoxLayout (this);
    385385    mList = new QTreeWidget (this);
     386    setFocusProxy (mList);
    386387    mList->setColumnCount (1);
    387388    mList->header()->hide();
     
    674675
    675676#ifdef Q_WS_WIN
    676     setTabOrder (lastFocusWidget, mNIList);
     677    setTabOrder (lastFocusWidget, mNIList->focusProxy());
    677678    connect (mTwAdapters, SIGNAL (currentChanged (int)),
    678679             this, SLOT (onCurrentPageChanged (int)));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette