API Documentation
|
A popup that is shown when a remote project is being downlaoded. More...
#include <DownloadDatasetWidget.h>
Signals | |
void | downloadActiveSignal (bool is_downloading) |
void | onFailureSignal () |
void | onFinishedSignal (File file) |
Public Member Functions | |
DownloadDatasetWidget (QWidget *parent=nullptr) | |
void | loadFile (const File &f) |
void | setUpdateTarget (DesignObjectLookup *lookup) |
void | startDownload (const String &url, const File &file) |
Protected Slots | |
void | downloadFailedSlot () |
void | downloadFinishedSlot () |
void | updatePercentSlot () |
Protected Attributes | |
ItemDownloader * | m_downloader = nullptr |
File | m_file |
DesignObjectLookup * | m_lookup = nullptr |
ProgressWidget * | m_progress = nullptr |
A popup that is shown when a remote project is being downlaoded.
DownloadDatasetWidget | ( | QWidget * | parent = nullptr | ) |
|
signal |
|
protectedslot |
|
protectedslot |
void loadFile | ( | const File & | f | ) |
|
signal |
|
signal |
void setUpdateTarget | ( | DesignObjectLookup * | lookup | ) |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |