okay, buttons now work

This commit is contained in:
arcan1s
2014-01-31 21:46:21 +04:00
parent 71a8922ff0
commit 8a1cd25d6e
5 changed files with 135 additions and 9 deletions

View File

@ -47,8 +47,15 @@ public slots:
void configChanged();
int setBigInterface();
private slots:
void selectGuiExe();
void selectNetctlExe();
void selectActiveIcon();
void selectInactiveIcon();
protected:
void createConfigurationInterface(KConfigDialog *parent);
QList<QAction*> contextualActions();
private:
// ui
@ -65,6 +72,11 @@ private:
QString extIp;
QString interfaces;
QStringList formatLine;
// context menu
void createActions();
QAction *startProfile;
QAction *restartProfile;
QAction *enableProfileAutoload;
// data engine
void connectToEngine();
void disconnectFromEngine();
@ -73,6 +85,7 @@ private:
// configuration
int autoUpdateInterval;
QString guiPath;
QString netctlPath;
bool showBigInterface;
bool showNetDev;
bool showExtIp;