21 #ifndef VPROPERTYTREEVIEW_H
22 #define VPROPERTYTREEVIEW_H
24 #include <qcompilerdetection.h>
25 #include <QMetaObject>
34 class VPropertyDelegate;
36 class VPropertyTreeViewPrivate;
53 void setRowHeight(
int height = 0,
bool add_to_standard =
false);
This is the base model for managing all the properties and passing them to the view.
void setRowHeight(int height=0, bool add_to_standard=false)
Sets the height for each row. Set this to 0 in order to let the standard delegate decide.
virtual ~VPropertyTreeView() Q_DECL_OVERRIDE
Destructor.
virtual void init()
This method is called by the constructors to initialize the view.
VPropertyTreeView(QWidget *parent=nullptr)
Default constructor.
VPropertyTreeViewPrivate * d_ptr
The protected data.