mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-15 15:13:40 +00:00
pppoe widget has been completed
This commit is contained in:
@ -32,9 +32,21 @@ class PppoeWidget : public QWidget
|
||||
public:
|
||||
explicit PppoeWidget(QWidget *parent = 0);
|
||||
~PppoeWidget();
|
||||
QHash<QString, QString> getSettings();
|
||||
int isOk();
|
||||
|
||||
public slots:
|
||||
void clear();
|
||||
|
||||
private slots:
|
||||
void changeMode(int index);
|
||||
void selectOptionsFile();
|
||||
void showAdvanced();
|
||||
|
||||
private:
|
||||
Ui::PppoeWidget *ui;
|
||||
void createActions();
|
||||
void createFilter();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user