11 void ShowErrorDialog(
const std::string& title,
const std::string& message);
39 void ShowInfoDialog(
const std::string& title,
const std::string& message);
void ShowErrorDialog(const std::string &title, const std::string &message)
显示错误对话框
bool ShowConfirmDialog(const std::string &title, const std::string &message)
显示确认对话框
void ShowInfoDialog(const std::string &title, const std::string &message)
显示信息对话框
void ShowWarningDialog(const std::string &title, const std::string &message)
显示警告对话框