Fixed toggle switch painting, part I
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user