Thank you for your reply. Do you mean try to remove the mouse event handlers in QGraphicsScene? If so, I tried that. The mouse focus still did not get passed to my proxy widget.

I'm not sure. But I think the default handlers of the scene dispatch scene events to the items. And then when a proxy item recieves a sceneEvent it dispatches a normal event to the embedded widget?

So try and remove your scene handlers.