add org.netctlgui.netctlgui /netctlgui

This commit is contained in:
arcan1s
2014-08-06 21:47:54 +04:00
parent ff78d390ae
commit 86753070e8
5 changed files with 115 additions and 20 deletions

View File

@ -68,12 +68,13 @@ public:
const int tabNum = 1);
~MainWindow();
QString getInformation();
bool isNetctlAutoWindowHidden();
QStringList getSettings();
protected:
void closeEvent(QCloseEvent *event);
public slots:
void setTab(const int tab);
void updateTabs(const int tab);
void updateMenu();
// wifi tab slots
@ -81,8 +82,10 @@ public slots:
void setHiddenName(const QString name);
// actions from trayicon
void closeMainWindow();
void showNetctlAutoWindow();
void showAboutWindow();
void showMainWindow();
void showNetctlAutoWindow();
void showSettingsWindow();
private slots:
void reportABug();