Cleanups in ui.

This commit is contained in:
2025-12-29 23:29:56 +01:00
parent 60be19a6ae
commit 679bff5e26
12 changed files with 119 additions and 220 deletions

View File

@@ -52,8 +52,9 @@ public:
explicit BCValueModel(QObject *parent = nullptr);
void addValue(const BCValue& val);
void setHeaderLabel( const QString& headerLabel );
void addValue(const BCValue& val);
void takeValueList(BCValueList& valueList);
const BCValueList& getValueList() const;
@@ -74,6 +75,7 @@ public slots:
protected:
QString _headerLabel;
// Die eigentlichen Werte wohnen im tatsächlich hier, im Model.
BCValueList _valueList;