mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
Ref T489, overlay message support for download progress
This commit is contained in:
committed by
Mat Sutcliffe
parent
d71e5f289a
commit
fefeeac33b
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user