PDA

View Full Version : QWebView and hooking events



invictus
15th November 2009, 15:40
Hi

Is it possible to hook events in the DOM-tree of a QWebView?

For instance, hooking click on a submitbutton or mouseover an image events in a shown webpage so that my code is run whenever the user triggers the event?

invictus
30th November 2009, 12:26
Is it really not possible to hook the submit event of a form when using QWebView?