views:

36

answers:

1

I have a QWebView in my Qt app. If the QWebView has a form, how can I intercept its submission and get the values of the form?

A: 

This page helped me alot.

Basically it's a Qt sample that does exactly what I described.

George Edison