Hi,

In my application, I use QWebView to display an application form ( two text fields) and two buttons "submit" and "Cancel" in html. Question:

1. To get the content of text fields, how to do it? Is there any signal in QWebView or QWebPage?

2. To get the signal of button, how to do?

Thank you!