Gui::Dialog::DownloadItem Class Reference

#include <DownloadItem.h>

Signals

void statusChanged ()
 

Public Member Functions

bool downloadedSuccessfully () const
 
bool downloading () const
 
 DownloadItem (QNetworkReply *reply=nullptr, bool requestFileName=false, QWidget *parent=nullptr)
 
- Public Member Functions inherited from Ui_DownloadItem
void retranslateUi (QWidget *DownloadItem)
 
void setupUi (QWidget *DownloadItem)
 

Public Attributes

QString m_fileName
 
QFile m_output
 
QNetworkReply * m_reply
 
QUrl m_url
 
- Public Attributes inherited from Ui_DownloadItem
SqueezeLabeldownloadInfoLabel
 
QLabelfileIcon
 
SqueezeLabelfileNameLabel
 
QHBoxLayout * horizontalLayout
 
QPushButtonopenButton
 
QProgressBarprogressBar
 
QPushButtonstopButton
 
QPushButtontryAgainButton
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QSpacerItem * verticalSpacer
 
QSpacerItem * verticalSpacer_2
 

Constructor & Destructor Documentation

◆ DownloadItem()

DownloadItem::DownloadItem ( QNetworkReply *  reply = nullptr,
bool  requestFileName = false,
QWidget parent = nullptr 
)

Member Function Documentation

◆ downloadedSuccessfully()

bool DownloadItem::downloadedSuccessfully ( ) const

◆ downloading()

bool DownloadItem::downloading ( ) const

◆ statusChanged

void Gui::Dialog::DownloadItem::statusChanged ( )
signal

Member Data Documentation

◆ m_fileName

QString Gui::Dialog::DownloadItem::m_fileName

◆ m_output

QFile Gui::Dialog::DownloadItem::m_output

◆ m_reply

QNetworkReply* Gui::Dialog::DownloadItem::m_reply

◆ m_url

QUrl Gui::Dialog::DownloadItem::m_url

The documentation for this class was generated from the following files: