How to find whether the file from http is being downloaded using QNetworkReply in Qt?
Printable View
How to find whether the file from http is being downloaded using QNetworkReply in Qt?
The finished() signal from the QNetworkReply is emitted when the request is complete (succeeded or failed).