How to get the starting position of text in the QLabel.
Ex:
How can i get the Left Top position of the text displayed in the QLabel(only) without overriding the paintEvent. I dont have permission to override paintEvent or use other widgets like QLineEdit I can get the Width/Height using fontmetrics but to get X,Y for the text?