Cleanups in ui.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user