Qt 5.10 Book Examples
|
#include <Downloader.h>
Signals | |
void | downloadProgress (qint64, qint64) |
void | done (const QUrl &, const QByteArray &) |
void | error () |
Public Member Functions | |
Downloader (QObject *pobj=0) | |
void | download (const QUrl &) |
Definition at line 20 of file Downloader.h.
Downloader::Downloader | ( | QObject * | pobj = 0 | ) |
Definition at line 15 of file Downloader.cpp.
|
signal |
void Downloader::download | ( | const QUrl & | url | ) |
Definition at line 24 of file Downloader.cpp.
|
signal |
|
signal |