There is a link, type . That is, it contains one picture and nothing else. It is required to save it. I was able to implement this through WebEngine , but I need to use QNetworkAccessManager .
- See this answer - RusArt
|
1 answer
If development is under Windows, you can use WinApi.
#include <urlmon.h> URLDownloadToFile( 0, "http://www.ya.ru/index.html", "c:\\temp\index.html", 0, 0);
If mobile platforms, use this example. http://doc.qt.io/qt-5/qtnetwork-download-main-cpp.html
- You said so like Qt only on mobile platforms - gil9red
|