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

@@ -73,7 +73,7 @@ protected:
void paintPlainSliderIndicator(QPainter* painter, const QRect& rect, double ratio ) const;
void paintBooleanValue( QPainter *painter, const QStyleOptionViewItem& option, const BCValue& bcValue ) const;
QRect clipToSliderRect(const QRect& rect, int buttonOffset = 0) const;
QRect adjustEditorRect(const QRect& rect, int x1, int y1, int x2, int y2) const;
const BCValueList& _valueList;
BCDeviceView* _view{};