Fixed toggle switch painting, part I

This commit is contained in:
2026-03-30 21:24:29 +02:00
parent 842129931f
commit b40f3cbd14
6 changed files with 72 additions and 50 deletions

View File

@@ -119,6 +119,7 @@ public:
void dumpValue() const;
bool isWord() const;
bool isReadOnly() const;
bool isBoolean() const;
bool testFlag( Flag flag ) const;
void setFlag( Flag flag, bool state=true ) const;
@@ -137,7 +138,7 @@ public:
QString label() const;
QString unitLabel() const;
bool valuesForSlider( ValueRange& valueRange ) const;
bool hasValuesForSlider( ValueRange& valueRange ) const;
QString toString() const;