20#ifndef ORES_QT_MESSAGE_BOX_HELPER_HPP
21#define ORES_QT_MESSAGE_BOX_HELPER_HPP
30class MessageBoxHelper {
40 static QMessageBox::StandardButton question(
44 QMessageBox::StandardButtons buttons = QMessageBox::Yes | QMessageBox::No);
79 const QString& detailedText);
87 static void information(
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:35