1#ifndef GUI_WINDOW_PROMPT_MESSAGE_BOX_H
2#define GUI_WINDOW_PROMPT_MESSAGE_BOX_H
20 const std::string& message,
24 const std::string& message,
The delegate for the window.
Utility class for displaying messages to the user.
static bool promptConfirmation(const std::string &title, const std::string &message, business_logic::delegate::IWindowDelegate *windowDelegate)
static void showWarning(const std::string &title, const std::string &message, business_logic::delegate::IWindowDelegate *windowDelegate)
An internal helper class for handling QApplication.
GUI user prompt utilities.