21 #ifndef VPROPERTYFORMVIEW_H
22 #define VPROPERTYFORMVIEW_H
24 #include <qcompilerdetection.h>
25 #include <QMetaObject>
58 virtual void build() Q_DECL_OVERRIDE;
70 void rowsRemoved(
const QModelIndex &parent,
int start,
int end);
73 void rowsInserted(
const QModelIndex &parent,
int start,
int end);
84 void dataChanged(
const QModelIndex &top_left,
const QModelIndex &bottom_right);
90 virtual void showEvent(QShowEvent *event) Q_DECL_OVERRIDE;
This is the base model for managing all the properties and passing them to the view.
VPropertySet is a simple class for managing a set of properties. If you don't need all the Model-func...