Qt Code:
{ // how can i find out witch item was pressed on the QGraphicsScene ? }To copy to clipboard, switch view to plain text mode
Thanks.
Qt Code:
{ // how can i find out witch item was pressed on the QGraphicsScene ? }To copy to clipboard, switch view to plain text mode
Thanks.
The event has a point. You can use that point to get the item from the scene via itemAt(...)
Bookmarks