29 template<
typename... T>
32 auto instance = std::make_unique<file_progress>(std::forward<T>(args)...);
41 virtual const std::string&
window_id()
const override;
46 using clock = std::chrono::steady_clock;
void update_progress(unsigned value)
file_progress(const std::string &title, const std::string &message)
std::chrono::steady_clock clock
std::chrono::time_point< clock > update_time_
virtual const std::string & window_id() const override
Inherited from modeless_dialog.
static auto display(T &&... args)
Main class to show messages to the user.
The popup class shows windows that are shown non-modal.