[SOLVED] QPainter, drawText and HTML
General and Desktop
3
Posts
2
Posters
4.9k
Views
1
Watching
-
Hi,
I was wondering if QPainter::drawText was capable of marking up any HTML that was passed to it. My specific situation is that we have a custom-designed tooltip being drawn with QPainter and the non-breaking space characters we pass to the drawText function are not being marked up. Can anyone shed some light on this please?