i have a little problem
I am programming Petri Net simulator...
I have two different classes
class PNItem : public QObject, public QGraphicsItem
...
and
class PNEdge : public QGraphicsLineItem
when i call...
QGraphicsItem *QGraphicsScene::ItemAt(//cursor position)
, is it possible somehow to get to know, what item i have clicked on? resp. what item is given item by ItemAt?