added profile file

This commit is contained in:
arcan1s
2014-02-09 21:09:36 +04:00
parent da7f1488c8
commit 8d3a3d29d2
8 changed files with 250 additions and 624 deletions

View File

@ -26,6 +26,7 @@
class ErrorWindow;
class Netctl;
class NetctlProfile;
class PasswdWidget;
class WpaSup;
@ -41,6 +42,7 @@ public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
Netctl *netctlCommand;
NetctlProfile *netctlProfile;
WpaSup *wpaCommand;
enum wpaConfigIndex {
wpaCliPath = 0,
@ -58,6 +60,7 @@ public slots:
private slots:
void updateMainTab();
void updateProfileTab();
void updateWifiTab();
// main tab slots
void mainTabEnableProfile();