Add UI for DIDKIT.
This commit is contained in:
15
DIDKit/App/Model/PropertyTableModel.h
Normal file
15
DIDKit/App/Model/PropertyTableModel.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef PROPERTYTABLEMODEL_H
|
||||
#define PROPERTYTABLEMODEL_H
|
||||
|
||||
#include <QStandardItemModel>
|
||||
|
||||
class PropertyTableModel : public QStandardItemModel
|
||||
{
|
||||
public:
|
||||
explicit PropertyTableModel(QObject *parent = nullptr);
|
||||
~PropertyTableModel() override;
|
||||
void setModelData(int aRow,int aColumn,const QString& aData);
|
||||
|
||||
};
|
||||
|
||||
#endif // PROPERTYTABLEMODEL_H
|
||||
Reference in New Issue
Block a user