- Timestamp:
- Mar 25, 2009 1:04:17 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44995
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetworkDetails.cpp
r18235 r18253 66 66 mLeIPv6->setFixedWidthByText (QString().fill ('X', 32) + QString().fill (':', 7)); 67 67 68 #if defined (Q_WS_WIN32) 68 69 QStyleOption options1; 69 70 options1.initFrom (mCbManual); … … 74 75 QSpacerItem *spacer1 = new QSpacerItem (wid1, 0, QSizePolicy::Fixed, QSizePolicy::Fixed); 75 76 layout1->addItem (spacer1, 1, 0, 4); 77 #else 78 mCbManual->setVisible (false); 79 #endif 76 80 77 81 QStyleOption options2;
Note:
See TracChangeset
for help on using the changeset viewer.