[webkit-help] how to get response in QtWebKit
Ariya Hidayat
ariya.hidayat at gmail.com
Thu Mar 11 13:59:22 PST 2010
> Hello all im beginner with QtWebKit i build simple web frame that loaded
> page ( server side ) and when from this page i submit data i like to catch
> the response string from the server in the c++ side how can i do that ?
Use custom network manager and "sniff" the data:
http://doc.qt.nokia.com/4.6/qwebpage.html#setNetworkAccessManager
http://doc.qt.nokia.com/4.6/qnetworkaccessmanager.html
--
Ariya Hidayat
http://www.linkedin.com/in/ariyahidayat
More information about the webkit-help
mailing list