#1889 Curve Creator : Close dialog when close button is pressed

This commit is contained in:
Magne Sjaastad
2017-09-15 14:40:25 +02:00
parent 66d08aeb8d
commit f8ad2f7581
5 changed files with 39 additions and 4 deletions

View File

@@ -39,6 +39,8 @@ RicSummaryCurveCreatorDialog::RicSummaryCurveCreatorDialog(QWidget* parent, RicS
m_curveCreatorSplitterUi->setPdmObject(summaryCurveCreator);
m_curveCreatorSplitterUi->updateUi();
connect(m_curveCreatorSplitterUi, SIGNAL(signalCloseButtonPressed()), this, SLOT(accept()));
}
//--------------------------------------------------------------------------------------------------