28 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
29 const QModelIndex &index)
const override;
33 QColor calculateForeground(
const QList<QColor> &backgrounds)
const;
36 void drawStripedBackground(QPainter *painter,
const QStyleOptionViewItem &option,
37 const QList<QColor> &colors)
const;
40 void drawShiftRightBackground(QPainter *painter,
const QStyleOptionViewItem &option,
41 const QList<QColor> &colors)
const;