PDA

View Full Version : how to monitor request/response in QtWebKit



umen
13th March 2010, 21:00
Hello all
im beginner with QtWebKit i build simple web view that loaded page/url and when from this page i submit data (using simple html form with action=get i like to catch the response string from the server in the c++ side how can i monitor?
and get the response as soon its submitted from the server back to the QtWebKit?
Thanks