Hi,

I have a QGraphicsProxyWidget with a button. Even thought I override the mousepress and mouserelease events of the proxy with event->ignore(); The button still receives the event and emits a pressed()

Any idea why or what do I need to do so so the button ignore the events? This without overriding the events of the button?

Thanks,
Carlos.