Qt: How can I receive events fired by QWebElement objects?
Posted
by Jen
on Stack Overflow
See other posts from Stack Overflow
or by Jen
Published on 2010-05-27T20:47:29Z
Indexed on
2010/05/28
7:52 UTC
Read the original article
Hit count: 279
I want to receive notifications whenever links are clicked or text fields are changed in a Webkit instance in Qt. How can I hook up event listeners to a QWebElement
?
I know I can put some Javascript on each element’s onchange
/ onclick
handler, but I’m looking for a cleaner solution.
© Stack Overflow or respective owner