KviTalIconAndRichTextItemDelegate(QAbstractItemView *pWidget=nullptr)
Constructs the icon and rich text item delegate object.
Definition KviTalIconAndRichTextItemDelegate.cpp:34
QAbstractItemView * m_pParent
Definition KviTalIconAndRichTextItemDelegate.h:69
~KviTalIconAndRichTextItemDelegate()
Destroys the icon and rich text item delegate object.
QSize m_oIconSize
Definition KviTalIconAndRichTextItemDelegate.h:72
void setDefaultIcon(const QPixmap &oPix)
Definition KviTalIconAndRichTextItemDelegate.h:115
QSize m_oMinimumSize
Definition KviTalIconAndRichTextItemDelegate.h:71
void setIconSize(const QSize &s)
Set the size of the icons. Should be set in the view constructor.
Definition KviTalIconAndRichTextItemDelegate.h:87
void setDefaultIcon(QPixmap *pPix)
Sets the default icon.
Definition KviTalIconAndRichTextItemDelegate.h:114
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:79
QPixmap m_oDefaultPix
Definition KviTalIconAndRichTextItemDelegate.h:70