mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
started work on wifi-menu
This commit is contained in:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user