LoadImageFromUrl Class Reference

Load QImage from url. This is trivial for a file, but requires an asynchronous download step for http urls. More...

#include <LoadImageFromUrl.h>

List of all members.

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.
void startLoadImage (const QUrl &url)
 Start the asynchronous loading of an image from the specified url.

Detailed Description

Load QImage from url. This is trivial for a file, but requires an asynchronous download step for http urls.

Definition at line 20 of file LoadImageFromUrl.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Friends

Generated on 21 Oct 2017 for Engauge Digitizer by  doxygen 1.6.1