summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/network/networkedit.h
blob: 9ed4e84eecb0fe3afa1b61d36fc7ec684f7511c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "networkdata.h"
#include "networkGUI.h"

class NetworkEdit  : public NetworkGUI {

public :

    NetworkEdit( QWidget * parent );
    QString acceptable( void );
    bool commit( NetworkData_t & Data );
    void showData( NetworkData_t & Data );

public slots :

    void SLOT_NetmaskModified( const QString & S );

private :

    bool updateList( QStringList &SL, QListBox * LB );
    void populateList( QStringList &SL, QListBox * LB );
};