15 #ifndef BORNAGAIN_GUI_VIEW_INFO_DETAILEDMESSAGEBOX_H
16 #define BORNAGAIN_GUI_VIEW_INFO_DETAILEDMESSAGEBOX_H
32 const QString& details);
34 void setText(
const QString& text);
A dialog similar to standard QMessageBox intended for detailed warning messages. On the contrary to Q...
void setText(const QString &text)
void setDetailedText(const QString &text)
DetailedMessageBox(QWidget *parent, const QString &title, const QString &text, const QString &details)
QBoxLayout * createButtonLayout()
Creates button layout with buttons.
QBoxLayout * createInfoLayout()
Creates right layout with text and QComboBox selection.
QBoxLayout * createLogoLayout()
Returns layout with icon for left part of the widget.