13#include <QtWidgets/qstyleditemdelegate.h>
25 virtual void paint(QPainter* _painter,
const QStyleOptionViewItem& _option,
const QModelIndex& _index)
const override;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition PropertyGridItemDelegate.h:19
virtual ~PropertyGridItemDelegate()
Definition PropertyGridItemDelegate.cpp:24
virtual void paint(QPainter *_painter, const QStyleOptionViewItem &_option, const QModelIndex &_index) const override
Definition PropertyGridItemDelegate.cpp:28