3 #include <QStyledItemDelegate> 15 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
16 const QModelIndex &index)
const override;
18 QSize
sizeHint(
const QStyleOptionViewItem &option,
19 const QModelIndex &index)
const override;
~SwitcherItemDelegate()
Definition: GenericItemDelegate.cpp:12
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const override
Definition: GenericItemDelegate.cpp:35
Definition: Application.cpp:48
SwitcherItemDelegate(QObject *parent=nullptr)
Definition: GenericItemDelegate.cpp:7
Definition: GenericItemDelegate.hpp:7
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override
Definition: GenericItemDelegate.cpp:16