Changeset 10176
- Timestamp:
- 07/03/08 21:55:38 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsNetwork.cpp
r10167 r10176 384 384 QHBoxLayout *layout = new QHBoxLayout (this); 385 385 mList = new QTreeWidget (this); 386 setFocusProxy (mList); 386 387 mList->setColumnCount (1); 387 388 mList->header()->hide(); … … 674 675 675 676 #ifdef Q_WS_WIN 676 setTabOrder (lastFocusWidget, mNIList );677 setTabOrder (lastFocusWidget, mNIList->focusProxy()); 677 678 connect (mTwAdapters, SIGNAL (currentChanged (int)), 678 679 this, SLOT (onCurrentPageChanged (int)));

