PDA

View Full Version : view position of mouse position in GraphicsScene



Raghaw
22nd August 2012, 13:34
Hi,

Is there any way i can get view position of mouse position in GraphicsScene?

Naahmi
22nd August 2012, 18:21
Have you try http://qt-project.org/doc/qt-4.8/qgraphicsscene.html#mouseMoveEvent ?

Perhaps you can write the pos in a membervariable and is it in your programmcode.

Raghaw
23rd August 2012, 04:46
this mousemove event is will be for the widget of which i am craeting another view not for for the view for which i need the mousemove position.