uop, sorry, I just have seen now that a QGraphicsItem is not a QObject, so install the event filter is not allowed.
the only thing I see is QGraphicsItem::installSceneEventFilter, but I need to filter the events of one QGraphicsPixmapItem in one QObject, not one graphics item into another.
Am I wrong? or do I have any other possibility than subclass?
Bookmarks