20#ifndef ORES_QT_DETAIL_DIALOG_BASE_HPP
21#define ORES_QT_DETAIL_DIALOG_BASE_HPP
58 using QWidget::QWidget;
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:35
Base class for all detail dialogs.
Definition DetailDialogBase.hpp:54
void statusMessage(const QString &message)
Emitted to show a status message in the status bar.
void notifySaveSuccess(const QString &message)
Notify that a save operation completed successfully.
Definition DetailDialogBase.hpp:102
void closeRequested()
Emitted when the dialog wants to close its container window.
void requestClose()
Request closure of the container window.
Definition DetailDialogBase.hpp:89
void errorMessage(const QString &message)
Emitted when an error occurs that should be shown to the user.