I have a QStandardItemModel and some QStandardItems.
I use item.setText(QString("......")) to set the text of the item that I wont.
The problem I have is that I can't set text with html tags. I mean, something like item.setText(QString("<b>" + string + "</b>")).

Is that possible? Thanks