36 #ifndef _pqHighlightRowItemDelegate_h 37 #define _pqHighlightRowItemDelegate_h 39 #include "pqComponentsModule.h" 40 #include <QStyledItemDelegate> 56 QObject *parentObject = 0) :
57 QStyledItemDelegate(parentObject),
62 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
63 const QModelIndex &index)
const;
66 QColor HighlightColor;
pqHighlightItemDelegate is a delegate used to highlight item views It is currently used to highlight ...
pqHighlightItemDelegate(QColor color=QColor(Qt::white), QObject *parentObject=0)
Constructor the pqHighlightItemDelegate The variable color is used to specify the highlight color QC...