mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
fix text edit dp configuration interface
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#include <ui_widget.h>
|
||||
|
||||
|
||||
class QGraphicsLinearLayout;
|
||||
class QGraphicsGridLayout;
|
||||
class DesktopPanel;
|
||||
|
||||
|
||||
@ -86,9 +86,9 @@ private:
|
||||
// functions
|
||||
QList<Plasma::Containment *> getPanels();
|
||||
QString panelLocationToStr(Plasma::Location loc);
|
||||
void updateText();
|
||||
void updateText(const bool first = false);
|
||||
// ui
|
||||
QGraphicsLinearLayout *layout;
|
||||
QGraphicsGridLayout *layout;
|
||||
QList<CustomPlasmaLabel *> labels;
|
||||
// debug
|
||||
bool debug;
|
||||
|
Reference in New Issue
Block a user