I have a QWebView
and inside of it, say there's some comboboxes, radiobuttons or some form.
Showing that website in the QWebView
, is there any way to get those information that are checkeds/filled or whatever (The html webpage is mine)?
I'm using Qt for this.