PDA

View Full Version : Download images from the internet



cpper
1st August 2016, 16:20
Is there a beginner-friendly method to download and image from a known url (and later display it in a QLabel) ?

anda_skoa
1st August 2016, 17:01
QNetworkManager::get(), saving the received data either to a QFile or QBuffer and then letting QPixmap load from that source.

Cheers,
_