end of refactoring of plasmoid

This commit is contained in:
arcan1s
2014-08-01 21:22:30 +04:00
parent fc2d338450
commit ccc62ffb67
2 changed files with 61 additions and 147 deletions

View File

@ -79,19 +79,7 @@ private slots:
void updateIcon();
void updateInterface(bool setHidden);
// configuration interface
void selectActiveIcon();
void selectGuiExe();
void selectInactiveIcon();
void selectNetctlExe();
void selectNetctlAutoExe();
void selectSudoExe();
void selectWifiExe();
// dataengine
void selectDataEngineExternalIpExe();
void selectDataEngineInterfacesDirectory();
void selectDataEngineIpExe();
void selectDataEngineNetctlExe();
void selectDataEngineNetctlAutoExe();
void selectAbstractSomething();
// context menu
void enableProfileSlot();
void startProfileSlot(QAction *profile);
@ -105,7 +93,7 @@ protected:
private:
// ui
QWidget *graphicsWidget;
QWidget graphicsWidget;
QHBoxLayout *layout;
IconLabel *iconLabel;
QLabel textLabel;