Quote Originally Posted by pherthyl View Post
Hmm, I tried this, but the event still does not get propagated to the parent.
It's almost not possible. You might have done something wrong. The only possibility is that there is an event filter applied on the item and it handles the event instead of the regular handler.

Very strange. I get the event in the QGraphicsTextItem subclass, and properly ignore() it, but it still never reaches the QGraphicsItem behind it.
In that case there is no filter Is the graphics item behind it the parent of the text item?