[Interest] Rich text in item views

André Somers andre at familiesomers.nl
Fri Dec 20 12:00:18 CET 2013


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é



More information about the Interest mailing list