can anybody add example how to insert image into ListDelegate.cpp ?
Printable View
can anybody add example how to insert image into ListDelegate.cpp ?
Can u send this sorce code for me.
thank you very much, very useful thread...
Excellent solution.
My only problem is when I have variable text length for each Description, I cannot set dynamic sizeHint, particularly the height will be different for each item Description. Please help.
QSize ListDelegate::sizeHint ( const QStyleOptionViewItem & option, const QModelIndex & index ) const
{
QSize(200, 60); // very dumb value ***************=> How to make this vary with each ITEM?
}
You get the index to the cell's data.
Cheers,
_