#5043 Input Property: Show file path in result selection panel

This commit is contained in:
Kristian Bendiksen
2020-01-16 21:53:38 +01:00
committed by Magne Sjaastad
parent 23bf2c50d9
commit 492ec395c0
2 changed files with 40 additions and 6 deletions

View File

@@ -173,6 +173,7 @@ protected:
caf::PdmField<caf::AppEnum<RiaDefines::PorosityModelType>> m_porosityModel;
caf::PdmField<QString> m_resultVariable;
caf::PdmField<int> m_timeLapseBaseTimestep;
caf::PdmField<QString> m_inputPropertyFileName;
caf::PdmPtrField<RimEclipseCase*> m_differenceCase;
@@ -252,6 +253,8 @@ private:
void ensureProcessingOfObsoleteFields();
bool isTernaryEnabled() const;
QString getInputPropertyFileName( const QString& resultName ) const;
private:
bool m_diffResultOptionsEnabled;
caf::PdmUiItemInfo::LabelPosType m_labelPosition;