Added smiles.

This commit is contained in:
2026-01-10 16:38:52 +01:00
parent cb553cf928
commit aa4b2a1b84
27 changed files with 302 additions and 21 deletions

View File

@@ -64,9 +64,12 @@ public:
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;
void updateValue(int row, BCValue::Flags newState, uint32_t rawValue );
signals:
void makeSimonHappy();
protected:
// Die eigentlichen Werte wohnen im tatsächlich hier, im Model.