[Qt-interest] how to catch response in the fancybrowser example?
Meir Yanovich
meiry242 at gmail.com
Mon Mar 22 09:07:21 CET 2010
Hello all
i like to take the fancybrowser example and catch the response and print it
or dump it to file
no matter what i do using :
connect(view, SIGNAL(loadFinished(bool)), SLOT(finishLoading(bool)));
or
connect(manager, SIGNAL(finished(QNetworkReply*)),this,
SLOT(replyFinished(QNetworkReply*)));
as in the examples and the internet
i unable to catch the http response
what im missing here ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100322/131adda6/attachment.html
More information about the Qt-interest-old
mailing list