Implemented creating of new light types or lights

This commit is contained in:
2023-02-15 01:38:00 +01:00
parent 7c580d53b4
commit 9a5e2d3cd7
6 changed files with 90 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ public:
QHash<int, QByteArray> roleNames() const override;
bool setData(const QModelIndex &index, const QVariant &value, int role) override;
bool insertRows(int row, int count, const QModelIndex &parent) override;
bool removeRows(int row, int count, const QModelIndex &parent) override;
signals: