29 #ifndef PROPERTY_TREE_DELEGATE_H 30 #define PROPERTY_TREE_DELEGATE_H 32 #include <QStyledItemDelegate> 43 paint(QPainter* painter,
const QStyleOptionViewItem& option,
const QModelIndex& index)
const override;
46 const QStyleOptionViewItem& option,
47 const QModelIndex& index)
const override;
52 #endif // PROPERTY_TREE_DELEGATE_H void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override
QWidget * createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override
PropertyTreeDelegate(QObject *parent_object=nullptr)