Added boolean value update

This commit is contained in:
Christoph Holzheuer
2026-04-01 16:11:28 +02:00
parent 075aadc665
commit b9f515950a
10 changed files with 1213 additions and 101 deletions

View File

@@ -21,6 +21,7 @@ public:
void setPosition(float pos);
QSize sizeHint() const override;
QSize minimumSizeHint() const override;
// Statische Methode zum Zeichnen des passiven/deaktivierten Zustands
static void paintToggleIndicator(QPainter* p, const QRect& rect, bool isChecked, float position, const QPalette& palette);