23class QDialogButtonBox;
38 const std::list<std::string>& msh_names,
39 QDialog* parent =
nullptr);
46 void setupDialog(
const std::list<std::string> &msh_names);
Small dialog for setting a name for an object.
void setupDialog(const std::list< std::string > &msh_names)
The buttons used in this dialog.
SelectMeshDialog(const GeoLib::GeoObject *geo_object, const std::list< std::string > &msh_names, QDialog *parent=nullptr)
Constructor.
QDialogButtonBox * _buttonBox
~SelectMeshDialog() override
void accept() override
Instructions if the OK-Button has been pressed.
void reject() override
Instructions if the Cancel-Button has been pressed.
const GeoLib::GeoObject * _geo_object