VirtualBox

Ignore:
Timestamp:
Apr 7, 2009 3:59:10 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 3808: Network settings not intuitive: default values set for three alternatives (bridged-interface, internal network, host-only interface) - this will allow the user to avoid entering network details at all "by default".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetwork.h

    r17901 r18832  
    8181    VBoxVMSettingsNetworkPage();
    8282
    83     QStringList netList() const;
    84     QStringList intList (KHostNetworkInterfaceType aType) const;
     83    QStringList intList (bool aRefresh = false);
     84    QStringList brgList (bool aRefresh = false);
     85    QStringList hoiList (bool aRefresh = false);
    8586
    8687protected:
     
    9899    QIWidgetValidator *mValidator;
    99100    QTabWidget *mTwAdapters;
     101
     102    QStringList mIntList;
     103    QStringList mBrgList;
     104    QStringList mHoiList;
    100105};
    101106
Note: See TracChangeset for help on using the changeset viewer.

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