diff options
Diffstat (limited to 'gui/downloaddialog.h')
-rw-r--r-- | gui/downloaddialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/downloaddialog.h b/gui/downloaddialog.h index 4b277c8334..e91318bb86 100644 --- a/gui/downloaddialog.h +++ b/gui/downloaddialog.h @@ -51,6 +51,8 @@ class DownloadDialog : public Dialog { StaticTextWidget *_remoteDirectoryLabel; StaticTextWidget *_localDirectoryLabel; StaticTextWidget *_percentLabel; + StaticTextWidget *_downloadSizeLabel; + StaticTextWidget *_downloadSpeedLabel; SliderWidget *_progressBar; ButtonWidget *_cancelButton; ButtonWidget *_closeButton; @@ -58,6 +60,9 @@ class DownloadDialog : public Dialog { Common::String _localDirectory; bool _close; + Common::String getSizeLabelText(); + Common::String getSpeedLabelText(); + void refreshWidgets(); bool selectDirectories(); |