ChrisW67, I want to do some download things like this, Qt have specific functions for this GET with range? Or we need to build the request and send ?
ChrisW67, I want to do some download things like this, Qt have specific functions for this GET with range? Or we need to build the request and send ?
You have to set the request headers yourself and then use the QNetworkAccessManager to send the request
Last edited by ChrisW67; 12th May 2011 at 05:55.
rsilva (12th May 2011)
Bookmarks