Hi

I have a pixmap displayed on a label. I would like to dynamically show the pixel position (x,y) as I move the mouse over the image (without mouse clicks). I think I need to use enable mouse tracking with mouseMoveEvent to get the current mouse position. But how do I display this on the pixmap at the cursor position

Regards