Pause the downloading process
-
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.
-
You can provide your own network manager to do this with a custom written feature to pause.