16#ifndef QGSFILEDOWNLOADERDIALOG_H
17#define QGSFILEDOWNLOADERDIALOG_H
21#include <QProgressDialog>
63 void onError(
const QStringList &errors );
64 void onDownloadProgress( qint64 bytesReceived, qint64 bytesTotal );
67 QString mOutputFileName;
void downloadCompleted()
Emitted when the download has completed successfully.
QgsFileDownloaderDialog(const QUrl &url, const QString &outputFileName, const QString &authcfg=QString())
QgsFileDownloader.
void downloadExited()
Emitted always when the downloader exits.
void downloadError(QStringList errorMessages)
Emitted when an error makes the download fail.
void downloadCanceled()
Emitted when the download was canceled by the user.
void downloadProgress(qint64 bytesReceived, qint64 bytesTotal)
Emitted when data are ready to be processed.
A utility class for downloading files.