Hello,

How can I paint a text such that it gets positioned on the left of the target QPoint.

Example:

some text|

(where | represents the QPoint)

I'm currently using drawText but I don't think it allows such positioning.

Thanks in advance!