mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
add raw support to hide panels
This commit is contained in:
@ -68,7 +68,8 @@ public slots:
|
||||
// configuration interface
|
||||
void configAccepted();
|
||||
void configChanged();
|
||||
// event
|
||||
// events
|
||||
void changePanelsState();
|
||||
int setCurrentDesktop(const int number);
|
||||
|
||||
private slots:
|
||||
@ -80,6 +81,7 @@ protected:
|
||||
private:
|
||||
// functions
|
||||
QStringList getDesktopNames();
|
||||
QList<Plasma::Containment *> getPanels();
|
||||
void updateText();
|
||||
// ui
|
||||
QGraphicsLinearLayout *layout;
|
||||
@ -88,6 +90,7 @@ private:
|
||||
bool debug;
|
||||
// data engine
|
||||
int currentDesktop;
|
||||
int oldState;
|
||||
Plasma::DataEngine *extsysmonEngine;
|
||||
// configuration interface
|
||||
Ui::AppearanceWidget uiAppConfig;
|
||||
|
Reference in New Issue
Block a user