106 void paint(QPainter * pPainter,
const QStyleOptionViewItem & option,
const QModelIndex & index)
const;
void setDefaultIcon(const QPixmap &oPix)
Definition: KviTalIconAndRichTextItemDelegate.h:114
void setIconSize(const QSize &s)
Set the size of the icons. Should be set in the view constructor.
Definition: KviTalIconAndRichTextItemDelegate.h:86
Toolkit Abstraction Layer: itemdelegate class.
Definition: KviTalIconAndRichTextItemDelegate.h:52
QSize m_oIconSize
Definition: KviTalIconAndRichTextItemDelegate.h:71
QPixmap m_oDefaultPix
Definition: KviTalIconAndRichTextItemDelegate.h:69
QAbstractItemView * m_pParent
Definition: KviTalIconAndRichTextItemDelegate.h:68
void setMinimumSize(const QSize &s)
Set the absolute minimum size of the items. Should be set in the view constructor as QListWidget cach...
Definition: KviTalIconAndRichTextItemDelegate.h:78
QSize m_oMinimumSize
Definition: KviTalIconAndRichTextItemDelegate.h:70
void setDefaultIcon(QPixmap *pPix)
Sets the default icon.
Definition: KviTalIconAndRichTextItemDelegate.h:113