#5417 Add Well Bore Stability icon

This commit is contained in:
Jacob Støren 2020-02-03 11:37:43 +01:00
parent 5b4cd4468d
commit cf72ce5989
5 changed files with 3 additions and 2 deletions

View File

@ -192,7 +192,7 @@ void RicNewWellBoreStabilityPlotFeature::onActionTriggered( bool isChecked )
void RicNewWellBoreStabilityPlotFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "New Well Bore Stability Plot" );
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
actionToSetup->setIcon( QIcon( ":/WellBoreStability16x16.png" ) );
}
//--------------------------------------------------------------------------------------------------

View File

@ -40,7 +40,7 @@ CAF_PDM_SOURCE_INIT( RimWellBoreStabilityPlot, "WellBoreStabilityPlot" );
//--------------------------------------------------------------------------------------------------
RimWellBoreStabilityPlot::RimWellBoreStabilityPlot()
{
CAF_PDM_InitObject( "Well Bore Stability Plot", ":/WellLogPlot16x16.png", "", "" );
CAF_PDM_InitObject( "Well Bore Stability Plot", ":/WellBoreStability16x16.png", "", "" );
CAF_PDM_InitFieldNoDefault( &m_wbsParameters, "WbsParameters", "Well Bore Stability Parameters", "", "", "" );
m_wbsParameters = new RimWbsParameters;

View File

@ -145,6 +145,7 @@
<file>WellAllocPie16x16.png</file>
<file>WellAllocPlot16x16.png</file>
<file>WellAllocPlots16x16.png</file>
<file>WellBoreStability16x16.png</file>
<file>WellCF16x16.png</file>
<file>WellCollection.png</file>
<file>WellFlowPlot16x16.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.