VirtualBox

Changeset 10176

Show
Ignore:
Timestamp:
07/03/08 21:55:38 (5 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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))); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy