33 #include "pqCoreModule.h" 34 #include <QStyledItemDelegate> 56 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
57 const QModelIndex &index)
const;
58 bool editorEvent(QEvent *event,
59 QAbstractItemModel *model,
60 const QStyleOptionViewItem &option,
61 const QModelIndex &index);
65 pqInternals* Internals;
Delegate for QTableView to draw a checkbox as an left-right (unchecked) and top-bottom (checked) arro...