20#ifndef ORES_QT_MESSAGE_BOX_HELPER_HPP
21#define ORES_QT_MESSAGE_BOX_HELPER_HPP
27#include "ores.qt/export.hpp"
31class ORES_QT_API MessageBoxHelper {
41 static QMessageBox::StandardButton question(
45 QMessageBox::StandardButtons buttons = QMessageBox::Yes | QMessageBox::No);
80 const QString& detailedText);
88 static void information(
Qt-based graphical user interface for ORE Studio.
Definition AccountController.hpp:32