Philippe schreef op 20-12-2013 10:07:
> I would like to paint rich text in item view cells. I am aware of all
> the delegate stuff to paint custom item cells, etc. but I am not aware
> of any public Qt class that could paint rich text.
>
> Any hint?
That delegate stuff is really your only way. There is no rich text 
painting in any of the standard classes provided by Qt for item view. 
Alternatively, considder if you could use a Quick view for your item 
view. In QML, making fancy delegates is easy, including displaying rich 
text.

André
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to