29 #ifndef PROPERTY_TREE_DELEGATE_H 30 #define PROPERTY_TREE_DELEGATE_H 32 #include <QStyledItemDelegate> 43 virtual void paint( QPainter * painter,
44 const QStyleOptionViewItem & option,
45 const QModelIndex & index )
const;
48 const QStyleOptionViewItem & option,
49 const QModelIndex &index )
const;
54 #endif // PROPERTY_TREE_DELEGATE_H PropertyTreeDelegate(QObject *parent_object=0)
virtual void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
virtual QWidget * createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const