VirtualBox

Changeset 18253 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2009 1:04:17 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44995
Message:

FE/Qt4: 2869: Rework network adapter UI - Hide "Manual" check-box for all platforms except windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetworkDetails.cpp

    r18235 r18253  
    6666    mLeIPv6->setFixedWidthByText (QString().fill ('X', 32) + QString().fill (':', 7));
    6767
     68#if defined (Q_WS_WIN32)
    6869    QStyleOption options1;
    6970    options1.initFrom (mCbManual);
     
    7475    QSpacerItem *spacer1 = new QSpacerItem (wid1, 0, QSizePolicy::Fixed, QSizePolicy::Fixed);
    7576    layout1->addItem (spacer1, 1, 0, 4);
     77#else
     78    mCbManual->setVisible (false);
     79#endif
    7680
    7781    QStyleOption options2;
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