mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5417 Add Well Bore Stability icon
This commit is contained in:
parent
5b4cd4468d
commit
cf72ce5989
@ -192,7 +192,7 @@ void RicNewWellBoreStabilityPlotFeature::onActionTriggered( bool isChecked )
|
|||||||
void RicNewWellBoreStabilityPlotFeature::setupActionLook( QAction* actionToSetup )
|
void RicNewWellBoreStabilityPlotFeature::setupActionLook( QAction* actionToSetup )
|
||||||
{
|
{
|
||||||
actionToSetup->setText( "New Well Bore Stability Plot" );
|
actionToSetup->setText( "New Well Bore Stability Plot" );
|
||||||
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
|
actionToSetup->setIcon( QIcon( ":/WellBoreStability16x16.png" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -40,7 +40,7 @@ CAF_PDM_SOURCE_INIT( RimWellBoreStabilityPlot, "WellBoreStabilityPlot" );
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimWellBoreStabilityPlot::RimWellBoreStabilityPlot()
|
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", "", "", "" );
|
CAF_PDM_InitFieldNoDefault( &m_wbsParameters, "WbsParameters", "Well Bore Stability Parameters", "", "", "" );
|
||||||
m_wbsParameters = new RimWbsParameters;
|
m_wbsParameters = new RimWbsParameters;
|
||||||
|
@ -145,6 +145,7 @@
|
|||||||
<file>WellAllocPie16x16.png</file>
|
<file>WellAllocPie16x16.png</file>
|
||||||
<file>WellAllocPlot16x16.png</file>
|
<file>WellAllocPlot16x16.png</file>
|
||||||
<file>WellAllocPlots16x16.png</file>
|
<file>WellAllocPlots16x16.png</file>
|
||||||
|
<file>WellBoreStability16x16.png</file>
|
||||||
<file>WellCF16x16.png</file>
|
<file>WellCF16x16.png</file>
|
||||||
<file>WellCollection.png</file>
|
<file>WellCollection.png</file>
|
||||||
<file>WellFlowPlot16x16.png</file>
|
<file>WellFlowPlot16x16.png</file>
|
||||||
|
BIN
ApplicationCode/Resources/WellBoreStability16x16.png
Normal file
BIN
ApplicationCode/Resources/WellBoreStability16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 754 B |
BIN
ApplicationCode/Resources/WellBoreStability16x16.xcf
Normal file
BIN
ApplicationCode/Resources/WellBoreStability16x16.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user