Debug updates.

This commit is contained in:
Christoph Holzheuer
2026-01-08 14:55:47 +01:00
parent c40f288aaa
commit f19a33cc5f
14 changed files with 154 additions and 138 deletions

View File

@@ -54,7 +54,7 @@ public:
const BCValueList& getValueListX();
bool hasContent();
bool firstExpose();
void updateValue( int index, BCValue::Flag state, uint32_t rawValue );
@@ -66,10 +66,12 @@ protected:
void resizeEvent(QResizeEvent *event) override;
bool _firstExpose{true};
BCDevice::ID _devideID{BCDevice::ID::Invalid};
BCValueModel _valueModel;
BCAnimatedDelegate* _itemDelegate{};
};
#endif // BCDEVICEVIEW_H