started work on wifi-menu

This commit is contained in:
arcan1s
2014-02-05 00:28:02 +04:00
parent 121ba0e54f
commit fc43861ba6
7 changed files with 210 additions and 7 deletions

View File

@ -25,6 +25,7 @@
class Netctl;
class WpaSup;
namespace Ui {
class MainWindow;
@ -41,6 +42,7 @@ public:
private slots:
void updateTabs(const int tab);
void updateMainTab();
void updateWifiTab();
// main tab slots
void mainTabEnableProfile();
void mainTabRestartProfile();
@ -49,12 +51,16 @@ private slots:
private:
Netctl *netctlCommand;
WpaSup *wpaCliCommand;
Ui::MainWindow *ui;
void createActions();
// configuration
QString netctlPath;
QString profileDir;
QString sudoPath;
QString wpaCliPath;
QString ifaceDir;
};
#endif /* MAINWINDOW_H */