mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Rename tab name to Plotting
This commit is contained in:
@@ -298,7 +298,7 @@ void RiaPreferences::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering&
|
|||||||
group->add(&summaryEnsembleImportMode);
|
group->add(&summaryEnsembleImportMode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (uiConfigName == RiaPreferences::tabNameEclipseSummary())
|
else if (uiConfigName == RiaPreferences::tabNamePlotting())
|
||||||
{
|
{
|
||||||
uiOrdering.add(&defaultSummaryCurvesTextFilter);
|
uiOrdering.add(&defaultSummaryCurvesTextFilter);
|
||||||
uiOrdering.add(&defaultSummaryHistoryCurveStyle);
|
uiOrdering.add(&defaultSummaryHistoryCurveStyle);
|
||||||
@@ -426,9 +426,9 @@ QString RiaPreferences::tabNameEclipse()
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
QString RiaPreferences::tabNameEclipseSummary()
|
QString RiaPreferences::tabNamePlotting()
|
||||||
{
|
{
|
||||||
return "Summary";
|
return "Plotting";
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
@@ -464,7 +464,7 @@ QStringList RiaPreferences::tabNames()
|
|||||||
|
|
||||||
names << tabNameGeneral();
|
names << tabNameGeneral();
|
||||||
names << tabNameEclipse();
|
names << tabNameEclipse();
|
||||||
names << tabNameEclipseSummary();
|
names << tabNamePlotting();
|
||||||
names << tabNameScripting();
|
names << tabNameScripting();
|
||||||
names << tabNameExport();
|
names << tabNameExport();
|
||||||
|
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ protected:
|
|||||||
private:
|
private:
|
||||||
static QString tabNameGeneral();
|
static QString tabNameGeneral();
|
||||||
static QString tabNameEclipse();
|
static QString tabNameEclipse();
|
||||||
static QString tabNameEclipseSummary();
|
static QString tabNamePlotting();
|
||||||
static QString tabNameScripting();
|
static QString tabNameScripting();
|
||||||
static QString tabNameExport();
|
static QString tabNameExport();
|
||||||
static QString tabNameSystem();
|
static QString tabNameSystem();
|
||||||
|
|||||||
Reference in New Issue
Block a user