mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
#3275 Rename Common Data Source -> Data Source
This commit is contained in:
parent
0ccbd4e153
commit
4dcbf6e918
@ -74,6 +74,6 @@ void RicChangeDataSourceFeature::onActionTriggered(bool isChecked)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicChangeDataSourceFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Change Common Data Source");
|
||||
actionToSetup->setText("Change Data Source");
|
||||
}
|
||||
|
||||
|
@ -42,7 +42,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogCurveCommonDataSource, "ChangeDataSourceFeatureUi"
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogCurveCommonDataSource::RimWellLogCurveCommonDataSource()
|
||||
{
|
||||
CAF_PDM_InitObject("Change Common Data Source", "", "", "");
|
||||
CAF_PDM_InitObject("Change Data Source", "", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_case, "CurveCase", "Case", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&m_trajectoryType, "TrajectoryType", "Trajectory Type", "", "", "");
|
||||
@ -453,7 +453,7 @@ void RimWellLogCurveCommonDataSource::defineUiOrdering(QString uiConfigName, caf
|
||||
{
|
||||
updateDefaultOptions();
|
||||
|
||||
caf::PdmUiGroup* group = uiOrdering.addNewGroup("Common Data Source");
|
||||
caf::PdmUiGroup* group = uiOrdering.addNewGroup("Data Source");
|
||||
group->add(&m_case);
|
||||
|
||||
RimEclipseCase* eclipseCase = dynamic_cast<RimEclipseCase*>(m_case());
|
||||
|
@ -84,7 +84,7 @@ RimWellLogPlot::RimWellLogPlot()
|
||||
CAF_PDM_InitField(&m_userName_OBSOLETE, "PlotDescription", QString(""),"Name", "", "", "");
|
||||
m_userName_OBSOLETE.xmlCapability()->setIOWritable(false);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_commonDataSource, "CommonDataSource", "Common Data Source", "", "Change the Data Source of All Curves in the Plot", "");
|
||||
CAF_PDM_InitFieldNoDefault(&m_commonDataSource, "CommonDataSource", "Data Source", "", "Change the Data Source of All Curves in the Plot", "");
|
||||
m_commonDataSource = new RimWellLogCurveCommonDataSource;
|
||||
m_commonDataSource.uiCapability()->setUiTreeHidden(true);
|
||||
m_commonDataSource.uiCapability()->setUiTreeChildrenHidden(true);
|
||||
|
Loading…
Reference in New Issue
Block a user