Code:
{ // how can i find out witch item was pressed on the QGraphicsScene ? }
Thanks.
Printable View
Code:
{ // how can i find out witch item was pressed on the QGraphicsScene ? }
Thanks.
The event has a point. You can use that point to get the item from the scene via itemAt(...)