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);
74 static void information(
80 static QIcon createColoredIcon(
const QString& svgPath,
const QColor& color);
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:35