Sending BCValueList to ViewPanels.

This commit is contained in:
2025-12-27 18:43:15 +01:00
parent a12fde26ef
commit 139397f045
9 changed files with 129 additions and 71 deletions

View File

@@ -48,15 +48,18 @@ public:
void setHeaderText( const QString& headerText);
QString getHeaderText();
void setValueList(const BCValueList& valueList);
const BCValueList& getValueList();
BCValueList& exposeValueList();
QTableView* getValueView();
public slots:
void onValueListReady( BCDevice::ID deviceID, BCValueList valueList );
protected:
BCValueModel _valueModel;
BCValueList _myTmpList;
};