Hi guys,

I have my items(derived from QGraphicsTextItem. These items are children of other items. I enter some text in QtextEdit and use the text document from the textEdit to set text to my text items. Still, when setting the textDocument for the textItem I only get plain text. I also tried settings HTML for my items, but still I only see plain text.
Any idea, why I can't display a rich text in QGraphicsTextItem?


Thanks,

Kacper