15 #ifndef BORNAGAIN_GUI_VIEW_INFO_COMBOSELECTORDIALOG_H
16 #define BORNAGAIN_GUI_VIEW_INFO_COMBOSELECTORDIALOG_H
32 void addItems(
const QStringList& selection,
const QString& currentItem =
"");
A dialog similar to standard QMessageBox with combo box selector.
void addItems(const QStringList &selection, const QString ¤tItem="")
QBoxLayout * createLogoLayout()
Returns layout with icon for left part of the widget.
QBoxLayout * createButtonLayout()
Creates button layout with buttons.
ComboSelectorDialog(QWidget *parent=nullptr)
void setTextTop(const QString &text)
void setTextBottom(const QString &text)
QComboBox * m_comboSelector
QString currentText() const
QBoxLayout * createInfoLayout()
Creates right layout with text and QComboBox selection.