mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-12 21:35:51 +00:00
end of refactoring of plasmoid
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user