Hi,

i am new at QT and just started to read Qt examples and tutorials.

i want to display richtext formatted by using HTML-tags ,like QLabel does, in the qt item widgets ( i.e QListWidget,QTableWidget etc. ). I don't know what should my starting point. Defining a custom delegate or inheriting Item classes. Or do i have to use item views instead?

what is the easiest way for that?