Engauge Digitizer 2
|
Load QImage from url. This is trivial for a file, but requires an asynchronous download step for http urls. More...
#include <LoadImageFromUrl.h>
Signals | |
void | signalImportImage (QString, QImage) |
Send the imported image to MainWindow. This completes the asynchronous loading of the image. | |
Public Member Functions | |
LoadImageFromUrl (MainWindow &mainWindow) | |
Single constructor. | |
~LoadImageFromUrl () | |
void | startLoadImage (const QUrl &url) |
Start the asynchronous loading of an image from the specified url. | |
Load QImage from url. This is trivial for a file, but requires an asynchronous download step for http urls.
Definition at line 22 of file LoadImageFromUrl.h.
LoadImageFromUrl::LoadImageFromUrl | ( | MainWindow & | mainWindow | ) |
Single constructor.
Definition at line 19 of file LoadImageFromUrl.cpp.
LoadImageFromUrl::~LoadImageFromUrl | ( | ) |
Definition at line 30 of file LoadImageFromUrl.cpp.
Send the imported image to MainWindow. This completes the asynchronous loading of the image.
Start the asynchronous loading of an image from the specified url.
Definition at line 75 of file LoadImageFromUrl.cpp.