Common: Add title, modal information to ProgressCallback
This commit is contained in:
@ -13,6 +13,7 @@ public:
|
||||
bool IsCancelled() const override;
|
||||
|
||||
void SetCancellable(bool cancellable) override;
|
||||
void SetTitle(const char* title) override;
|
||||
void SetStatusText(const char* text) override;
|
||||
void SetProgressRange(u32 range) override;
|
||||
void SetProgressValue(u32 value) override;
|
||||
@ -24,7 +25,7 @@ public:
|
||||
|
||||
void ModalError(const char* message) override;
|
||||
bool ModalConfirmation(const char* message) override;
|
||||
u32 ModalPrompt(const char* message, u32 num_options, ...) override;
|
||||
void ModalInformation(const char* message) override;
|
||||
|
||||
private:
|
||||
QProgressDialog m_dialog;
|
||||
|
||||
Reference in New Issue
Block a user