Module implementing the download dialog.
None |
DownloadDialog | Class implementing the download dialog. |
None |
Class implementing the download dialog.
None |
DownloadDialog | Constructor |
__dataString | Private method to generate a formatted data string. |
__downloadProgress | Private method show the download progress. |
__downloadedSuccessfully | Private method to determine the download status. |
__downloading | Private method to determine, if a download is in progress. |
__finished | Private slot to handle the download finished. |
__getFileName | Private method to get the filename to save to from the user. |
__initialize | Private method to (re)initialize the dialog. |
__metaDataChanged | Private slot to handle a change of the meta data. |
__networkError | Private slot to handle a network error. |
__open | Private slot to open the downloaded file. |
__readyRead | Private slot to read the available data. |
__saveFileName | Private method to calculate a name for the file to download. |
__stop | Private slot to stop the download. |
__tryAgain | Private slot to retry the download. |
__updateInfoLabel | Private method to update the info label. |
closeEvent | Protected method called when the dialog is closed. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
Constructor
Private method to generate a formatted data string.
Private method show the download progress.
Private method to determine the download status.
Private method to determine, if a download is in progress.
Private slot to handle the download finished.
Private method to get the filename to save to from the user.
Private method to (re)initialize the dialog.
Private slot to handle a change of the meta data.
Private slot to handle a network error.
Private slot to open the downloaded file.
Private slot to read the available data.
Private method to calculate a name for the file to download.
Private slot to stop the download.
Private slot to retry the download.
Private method to update the info label.
Protected method called when the dialog is closed.
Private slot called by a button of the button box clicked.