1 #ifndef MYTABLEWIDGETDELEGATE_H
2 #define MYTABLEWIDGETDELEGATE_H
4 #include <QStyledItemDelegate>
10 void paint(QPainter *painter,
const QStyleOptionViewItem &option, QModelIndex
const &index)
const override;
11 void paint_bg(QPainter *painter,
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;