mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4992 Rename combination plots to plot report
This commit is contained in:
@@ -118,12 +118,12 @@ void RicNewGridPlotWindowFeature::setupActionLook( QAction* actionToSetup )
|
|||||||
{
|
{
|
||||||
if ( selectedPlotInterfaces().empty() )
|
if ( selectedPlotInterfaces().empty() )
|
||||||
{
|
{
|
||||||
actionToSetup->setText( "New Empty Combination Plot" );
|
actionToSetup->setText( "New Empty Plot Report" );
|
||||||
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
|
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
actionToSetup->setText( "Create Combination Plot from selected plots" );
|
actionToSetup->setText( "Create Plot Report from Selected Plots" );
|
||||||
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
|
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ CAF_PDM_SOURCE_INIT( RimGridPlotWindow, "GridPlotWindow" );
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimGridPlotWindow::RimGridPlotWindow()
|
RimGridPlotWindow::RimGridPlotWindow()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject( "Combination Plot", ":/WellLogPlot16x16.png", "", "" );
|
CAF_PDM_InitObject( "Plot Report", ":/WellLogPlot16x16.png", "", "" );
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault( &m_plots, "Tracks", "", "", "", "" );
|
CAF_PDM_InitFieldNoDefault( &m_plots, "Tracks", "", "", "", "" );
|
||||||
m_plots.uiCapability()->setUiHidden( true );
|
m_plots.uiCapability()->setUiHidden( true );
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ CAF_PDM_SOURCE_INIT( RimGridPlotWindowCollection, "RimGridPlotWindowCollection"
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimGridPlotWindowCollection::RimGridPlotWindowCollection()
|
RimGridPlotWindowCollection::RimGridPlotWindowCollection()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject( "Combination Plots", ":/WellLogPlot16x16.png", "", "" );
|
CAF_PDM_InitObject( "Plot Reports", ":/WellLogPlot16x16.png", "", "" );
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault( &m_gridPlotWindows, "GridPlotWindows", "Combination Plots", "", "", "" );
|
CAF_PDM_InitFieldNoDefault( &m_gridPlotWindows, "GridPlotWindows", "Plots Reports", "", "", "" );
|
||||||
m_gridPlotWindows.uiCapability()->setUiHidden( true );
|
m_gridPlotWindows.uiCapability()->setUiHidden( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user