mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
small commit
This commit is contained in:
@ -38,6 +38,13 @@ class MainWindow : public QMainWindow
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = 0);
|
||||
~MainWindow();
|
||||
enum wpaConfigIndex {
|
||||
wpaCliPath = 0,
|
||||
wpaSupplicantPath = 1,
|
||||
wpaPidPath = 2,
|
||||
wpadSupDrivers = 3,
|
||||
wpaConfDir = 4
|
||||
};
|
||||
|
||||
private slots:
|
||||
void updateTabs(const int tab);
|
||||
@ -51,15 +58,16 @@ private slots:
|
||||
|
||||
private:
|
||||
Netctl *netctlCommand;
|
||||
WpaSup *wpaCliCommand;
|
||||
WpaSup *wpaCommand;
|
||||
Ui::MainWindow *ui;
|
||||
void createActions();
|
||||
// configuration
|
||||
QString netctlPath;
|
||||
QString profileDir;
|
||||
QString sudoPath;
|
||||
QString wpaCliPath;
|
||||
QStringList wpaConfig;
|
||||
QString ifaceDir;
|
||||
QString preferedInterface;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user