release 1.0.0

This commit is contained in:
arcan1s
2014-03-25 11:00:50 +04:00
parent 80e4b3e3d3
commit 6132de0951
15 changed files with 757 additions and 45 deletions

View File

@ -52,8 +52,8 @@ public slots:
void setSudo();
private slots:
// main interface
void updateWidget();
// ui
void updateInterface(bool setHidden);
// configuration interface
void selectGuiExe();
void selectNetctlExe();
@ -73,10 +73,8 @@ private:
// ui
QGraphicsLinearLayout *fullSpaceLayout;
// icon
Plasma::Frame *iconFrame;
Plasma::IconWidget *iconWidget;
// text
Plasma::Frame *textFrame;
Plasma::Label *textLabel;
bool status;
QString profileName;