No, I meant on the web engine view.

I am asking because QWebEngineView overwrites the event() method (according to the documentation), so it might not call the QWidget event handlers at all.

You can try overwriting event() yourself, checking for the mouse press there and just pass on the even after that.

Cheers,
_