initial qml stuff

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2022-12-08 14:09:33 +01:00
parent 05d9c2d864
commit ac33b150fa
16 changed files with 161 additions and 38 deletions

View File

@ -25,4 +25,7 @@ class InstanceGridProxyModel : public InstanceTableProxyModel {
public:
InstanceGridProxyModel(QObject* parent = 0);
protected:
QVariant data(const QModelIndex& index, int role) const override;
};