#4260 Support changing IJK bounding box in sector model and remodel UI

This commit is contained in:
Gaute Lindkvist
2019-04-01 16:21:43 +02:00
parent e2278493ad
commit 209146ebae
17 changed files with 308 additions and 93 deletions

View File

@@ -77,7 +77,7 @@ void RicExportToLasFileFeature::onActionTriggered(bool isChecked)
}
caf::PdmUiPropertyViewDialog propertyDialog(nullptr, &featureUi, "Export Curve Data to LAS file(s)", "", QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
RicExportFeatureImpl::configureForExport(&propertyDialog);
RicExportFeatureImpl::configureForExport(propertyDialog.dialogButtonBox());
propertyDialog.resize(QSize(400, 330));
if (propertyDialog.exec() == QDialog::Accepted &&