[Qt-interest] Suppressing QWebView default key bindings

Diez B. Roggisch diez.roggisch at ableton.com
Thu Jan 27 17:21:20 CET 2011


Hi,

I try to suppress the default-key-binding happening in QWebView for e.g. the 
space-key.

Installing a eventFilter doesn't seem to work - apparently, it is invoked 
bottom-up instead of bottom-down, so I can't attach a filter to the QWebView or 
page or frame to make it work.

Any suggestions?

Diez



More information about the Qt-interest-old mailing list