Are your images available via http?
Typically you would use QNetworkAccessManager, QNetworkRequest, and QNetworkReply to perform a QNetworkAccessManager::get request to retrieve an image over the network.
Unless you have a specialized server listening for network requests that receive an image filename and send the binary contents to the client, I suspect what you want is to issue the get request as described above.
Bookmarks