Pause the downloading process
-
wrote on 27 Aug 2010, 13:49 last edited by
Is there a way to pause the started download? There are methods for stopping the download QNetworkReply::close() or QNetworkReply::abort() but I would like to pause it and then continue somehow.
-
wrote on 6 Sept 2010, 19:04 last edited by
You can provide your own network manager to do this with a custom written feature to pause.