PDA

View Full Version : How to disable the shortCuts in QGraphicsWebView



fzhu
15th October 2010, 07:37
Hi
I am using QGraphicsWebView to develop a web application. I want to disable the keyboard shortcuts in webview. for example, disable the backspace keyboard for not back to privious page. The edit control in web page will not work if I use eventfilter to get the keyboard shortcut. I also try to use QAction to disable the shortCuts for webview. But it does not work. Dose anyone know how to disable the shortcuts in webview in a simple way? Any suggestion is appreciated.

thanks