mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2026-01-29 20:39:47 +00:00
wayland support
This commit is contained in:
@@ -33,8 +33,7 @@ public:
|
||||
explicit GraphicalItemHelper(QObject *_parent = nullptr, QGraphicsScene *_scene = nullptr);
|
||||
~GraphicalItemHelper() override;
|
||||
// parameters
|
||||
void setParameters(const QString &_active, const QString &_inactive, int _width, int _height,
|
||||
int _count);
|
||||
void setParameters(const QString &_active, const QString &_inactive, int _width, int _height, int _count);
|
||||
// paint methods
|
||||
void paintBars(float _value);
|
||||
void paintCircle(float _percent);
|
||||
|
||||
Reference in New Issue
Block a user