rewrite tray

This commit is contained in:
arcan1s
2014-08-10 14:22:23 +04:00
parent bf6d7cd53b
commit 10499691b3
11 changed files with 420 additions and 88 deletions

View File

@ -36,7 +36,7 @@ public:
public slots:
void ApiDocs();
bool Close();
QString Information();
QStringList Information();
void LibraryDocs();
bool Restore();
void SecurityDocs();
@ -45,6 +45,7 @@ public slots:
bool ShowMain();
bool ShowNetctlAuto();
bool ShowSettings();
QStringList VerboseInformation();
private:
MainWindow *mainWindow;