Hi,

I have used the subscript text while create a QGraphicsTextItem(using setHTML("<sub>...</sub>"), but now I need to draw the subscript text using a painter.
Possibly I will use the painter->drawText(...), but how to construct a QString with a subscript text?

Thanks for any ideas.

Maverick