Hello,

How can I display the mouse coordinate position (XY) on my derived QGraphicsView class.

I get the coordinates on mouseMoveEvent and even I can make a string with them, but I do not how to display the string and get it changed when the mouse moves.

Thanks
ejar