Hi, I'm developing an image viewer, based on a QScrollArea and a QLabel that contains the image to show.
Now, I need to show text over the label, like the current mouse (x,y) position, image size, etc., in a specific point, but it can't be affected by the scrolling.
How can I do this?