[Qt-interest] Re : QNetworkAccessManager and simple get request.
Markus Goetz
Markus.Goetz at nokia.com
Thu Dec 10 13:38:47 CET 2009
ext BOUCARD Olivier wrote:
> All the QtNetwork module is asynchroneous except some functions like
> waitFor* functions from QAbstractSocket.
Unfortunately, the waitFor functions are not well implemented in
QNetworkReply. You'd need a QEventLoop and some signal connecting to it
to emulate them.
> But QNetworkAccessManager is fully non-blocking working only with
> signals/slots.
> *
> *
Correct!
Markus
More information about the Qt-interest-old
mailing list