Add icons for correlation plots

This commit is contained in:
Gaute Lindkvist 2020-06-08 10:49:34 +02:00
parent 0f60bed64a
commit b28d35db14
14 changed files with 13 additions and 8 deletions

View File

@ -78,5 +78,5 @@ void RicNewCorrelationMatrixPlotFeature::onActionTriggered( bool isChecked )
void RicNewCorrelationMatrixPlotFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "New Correlation Matrix Plot" );
actionToSetup->setIcon( QIcon( ":/AnalysisPlot16x16.png" ) );
actionToSetup->setIcon( QIcon( ":/CorrelationMatrixPlot16x16.png" ) );
}

View File

@ -77,5 +77,5 @@ void RicNewCorrelationPlotFeature::onActionTriggered( bool isChecked )
void RicNewCorrelationPlotFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "New Correlation Tornado Plot" );
actionToSetup->setIcon( QIcon( ":/AnalysisPlot16x16.png" ) );
actionToSetup->setIcon( QIcon( ":/CorrelationTornadoPlot16x16.png" ) );
}

View File

@ -77,5 +77,5 @@ void RicNewCorrelationReportPlotFeature::onActionTriggered( bool isChecked )
void RicNewCorrelationReportPlotFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "New Correlation Report Plot" );
actionToSetup->setIcon( QIcon( ":/AnalysisPlot16x16.png" ) );
actionToSetup->setIcon( QIcon( ":/CorrelationReportPlot16x16.png" ) );
}

View File

@ -77,5 +77,5 @@ void RicNewParameterResultCrossPlotFeature::onActionTriggered( bool isChecked )
void RicNewParameterResultCrossPlotFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "New Parameter vs Result Cross Plot" );
actionToSetup->setIcon( QIcon( ":/AnalysisPlot16x16.png" ) );
actionToSetup->setIcon( QIcon( ":/CorrelationCrossPlot16x16.png" ) );
}

View File

@ -66,7 +66,7 @@ CAF_PDM_SOURCE_INIT( RimCorrelationPlot, "CorrelationPlot" );
RimCorrelationPlot::RimCorrelationPlot()
: RimAbstractCorrelationPlot()
{
CAF_PDM_InitObject( "Correlation Tornado Plot", ":/CorrelationPlot16x16.png", "", "" );
CAF_PDM_InitObject( "Correlation Tornado Plot", ":/CorrelationTornadoPlot16x16.png", "", "" );
CAF_PDM_InitFieldNoDefault( &m_correlationFactor, "CorrelationFactor", "Correlation Factor", "", "", "" );
m_correlationFactor.uiCapability()->setUiEditorTypeName( caf::PdmUiComboBoxEditor::uiEditorTypeName() );

View File

@ -32,7 +32,7 @@ CAF_PDM_SOURCE_INIT( RimCorrelationPlotCollection, "CorrelationPlotCollection" )
//--------------------------------------------------------------------------------------------------
RimCorrelationPlotCollection::RimCorrelationPlotCollection()
{
CAF_PDM_InitObject( "Correlation Plots", ":/AnalysisPlots16x16.png", "", "" );
CAF_PDM_InitObject( "Correlation Plots", ":/CorrelationPlots16x16.png", "", "" );
CAF_PDM_InitFieldNoDefault( &m_correlationPlots, "CorrelationPlots", "Correlation Plots", "", "", "" );
CAF_PDM_InitFieldNoDefault( &m_correlationReports, "CorrelationReports", "Correlation Reports", "", "", "" );

View File

@ -47,7 +47,7 @@ CAF_PDM_SOURCE_INIT( RimCorrelationReportPlot, "CorrelationReportPlot" );
//--------------------------------------------------------------------------------------------------
RimCorrelationReportPlot::RimCorrelationReportPlot()
{
CAF_PDM_InitObject( "Correlation Report Plot", ":/CorrelationPlot16x16.png", "", "" );
CAF_PDM_InitObject( "Correlation Report Plot", ":/CorrelationReportPlot16x16.png", "", "" );
this->setDeletable( true );
CAF_PDM_InitFieldNoDefault( &m_plotWindowTitle, "PlotWindowTitle", "Title", "", "", "" );

View File

@ -57,7 +57,7 @@ CAF_PDM_SOURCE_INIT( RimParameterResultCrossPlot, "ParameterResultCrossPlot" );
RimParameterResultCrossPlot::RimParameterResultCrossPlot()
: RimAbstractCorrelationPlot()
{
CAF_PDM_InitObject( "ParameterResultCross Plot", ":/ParameterResultCrossPlot16x16.png", "", "" );
CAF_PDM_InitObject( "ParameterResultCross Plot", ":/CorrelationCrossPlot16x16.png", "", "" );
CAF_PDM_InitField( &m_ensembleParameter, "EnsembleParameter", QString( "" ), "Ensemble Parameter", "", "", "" );
m_ensembleParameter.uiCapability()->setUiEditorTypeName( caf::PdmUiComboBoxEditor::uiEditorTypeName() );

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

View File

@ -29,6 +29,11 @@
<file>CompletionsSymbol16x16.png</file>
<file>ControlledView16x16.png</file>
<file>Copy.png</file>
<file>CorrelationCrossPlot16x16.png</file>
<file>CorrelationMatrixPlot16x16.png</file>
<file>CorrelationPlots16x16.png</file>
<file>CorrelationReportPlot16x16.png</file>
<file>CorrelationTornadoPlot16x16.png</file>
<file>CreateGridCaseGroup16x16.png</file>
<file>CrossSection16x16.png</file>
<file>CrossSections16x16.png</file>