I have some QGraphicsPixmapItem in Scene and i want to use 'Contains' function to findout if mouse is on item. But the coordinates are locally on items . How can i translate them to Scene Coordinates?
I have some QGraphicsPixmapItem in Scene and i want to use 'Contains' function to findout if mouse is on item. But the coordinates are locally on items . How can i translate them to Scene Coordinates?
maybe it worth to try isUnderMouse()
alizadeh91 (16th March 2012)
Thanks That Worked![]()
Bookmarks