Ref T489, overlay message support for download progress

This commit is contained in:
Klaus Basan
2018-12-28 00:59:17 +01:00
committed by Mat Sutcliffe
parent d71e5f289a
commit fefeeac33b
3 changed files with 46 additions and 2 deletions

View File

@@ -119,6 +119,12 @@ namespace BlackGui
//! HTML message
void showHTMLMessage(const BlackMisc::CStatusMessage &message, int timeOutMs = -1);
//! HTML message
void showHTMLMessage(const QString &htmlMessage, int timeOutMs = -1);
//! Download progress
void showDownloadProgress(int progress, qint64 current, qint64 max, const QUrl &url, int timeOutMs = -1);
//! Progress bar
void showProgressBar(int percentage, const QString &message, int timeOutMs = -1);