The object that doesnt get the event ....well ,I wont simplify it just in case it s important .
I have an abstract class (lets call it A) that inherits QGraphicsItem , then 2 clases (non abstract) that virtually inherit A (B,C) ,and then a class that inherits B and C (D) . (None is Q_OBJECT) .
In my application , I use only pointers to tha abstract base class.
The other items : one inherits QGraphicsTextItem (inherits QObject) ,and the other is a QGraphicsLineItem (doesnt inherit QObject) .
I realy dont know why it doesnt work
Thanks again.
Bookmarks