[Qt-interest] Downloading in a QSplashScreen

Luper Rouch luper.rouch at gmail.com
Thu Apr 30 06:21:37 CEST 2009


I'm trying to download a file from a QSplashScreen.

I use the QNetworkAccessManager API to do that, created my request, 
connected the reply's signals (downloadProgress(), readyRead(), etc...), 
but the signals are not emitted.

I tried to add a QApplication::processEvents() call after connecting the 
signals, and even set up a timer to call it periodically, but the 
download does not start.

How to use QNetworkAccessManager outside of the main loop ?


Thanks,
Luper



More information about the Qt-interest-old mailing list