mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add icons for correlation plots
This commit is contained in:
parent
0f60bed64a
commit
b28d35db14
@ -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" ) );
|
||||
}
|
||||
|
@ -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" ) );
|
||||
}
|
||||
|
@ -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" ) );
|
||||
}
|
||||
|
@ -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" ) );
|
||||
}
|
||||
|
@ -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() );
|
||||
|
@ -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", "", "", "" );
|
||||
|
@ -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", "", "", "" );
|
||||
|
@ -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() );
|
||||
|
BIN
ApplicationCode/Resources/CorrelationCrossPlot16x16.png
Normal file
BIN
ApplicationCode/Resources/CorrelationCrossPlot16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 961 B |
BIN
ApplicationCode/Resources/CorrelationMatrixPlot16x16.png
Normal file
BIN
ApplicationCode/Resources/CorrelationMatrixPlot16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 683 B |
BIN
ApplicationCode/Resources/CorrelationPlots16x16.png
Normal file
BIN
ApplicationCode/Resources/CorrelationPlots16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
ApplicationCode/Resources/CorrelationReportPlot16x16.png
Normal file
BIN
ApplicationCode/Resources/CorrelationReportPlot16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1023 B |
BIN
ApplicationCode/Resources/CorrelationTornadoPlot16x16.png
Normal file
BIN
ApplicationCode/Resources/CorrelationTornadoPlot16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 675 B |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user