Merge pull request #5451 from OPM/feature-#5329-#4991-add-multiplot-cumphasefrac-icons
Feature #5329 #4991 add multiplot cumphasefrac icons
@ -63,6 +63,6 @@ void RicShowCumulativePhasePlotFeature::onActionTriggered( bool isChecked )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicShowCumulativePhasePlotFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
// actionToSetup->setIcon(QIcon(":/new_icon16x16.png"));
|
||||
actionToSetup->setIcon( QIcon( ":/CumulativePhaseDist16x16.png" ) );
|
||||
actionToSetup->setText( "Show Cumulative Phase Distribution Plot" );
|
||||
}
|
||||
|
@ -110,7 +110,7 @@ void RicNewMultiPlotFeature::onActionTriggered( bool isChecked )
|
||||
void RicNewMultiPlotFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Create Multi Plot from Selected Plots" );
|
||||
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
|
||||
actionToSetup->setIcon( QIcon( ":/MultiPlot16x16.png" ) );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -58,7 +58,7 @@ RimWellDistributionPlotCollection::RimWellDistributionPlotCollection()
|
||||
{
|
||||
// cvf::Trace::show("RimWellDistributionPlotCollection::RimWellDistributionPlotCollection()");
|
||||
|
||||
CAF_PDM_InitObject( "Cumulative Phase Distribution Plot", "", "", "" );
|
||||
CAF_PDM_InitObject( "Cumulative Phase Distribution Plot", ":/CumulativePhaseDist16x16.png", "", "" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_case, "Case", "Case", "", "", "" );
|
||||
CAF_PDM_InitField( &m_timeStepIndex, "TimeStepIndex", -1, "Time Step", "", "", "" );
|
||||
|
@ -61,7 +61,7 @@ CAF_PDM_SOURCE_INIT( RimMultiPlot, "MultiPlot" );
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimMultiPlot::RimMultiPlot()
|
||||
{
|
||||
CAF_PDM_InitObject( "Multi Plot", ":/WellLogPlot16x16.png", "", "" );
|
||||
CAF_PDM_InitObject( "Multi Plot", ":/MultiPlot16x16.png", "", "" );
|
||||
|
||||
CAF_PDM_InitField( &m_showPlotWindowTitle, "ShowTitleInPlot", true, "Show Title", "", "", "" );
|
||||
CAF_PDM_InitField( &m_plotWindowTitle, "PlotDescription", QString( "" ), "Name", "", "", "" );
|
||||
|
@ -28,7 +28,7 @@ CAF_PDM_SOURCE_INIT( RimMultiPlotCollection, "RimMultiPlotCollection" );
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimMultiPlotCollection::RimMultiPlotCollection()
|
||||
{
|
||||
CAF_PDM_InitObject( "Multi Plots", ":/WellLogPlot16x16.png", "", "" );
|
||||
CAF_PDM_InitObject( "Multi Plots", ":/MultiPlot16x16.png", "", "" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_multiPlots, "MultiPlots", "Plots Reports", "", "", "" );
|
||||
m_multiPlots.uiCapability()->setUiHidden( true );
|
||||
|
BIN
ApplicationCode/Resources/2DMap16x16.xcf
Normal file
BIN
ApplicationCode/Resources/2DMapProjection16x16.xcf
Normal file
BIN
ApplicationCode/Resources/2DMaps16x16.xcf
Normal file
BIN
ApplicationCode/Resources/3DView16x16.xcf
Normal file
BIN
ApplicationCode/Resources/3DWindow24x24.xcf
Normal file
BIN
ApplicationCode/Resources/AICDValve16x16.xcf
Normal file
BIN
ApplicationCode/Resources/BottomAxis16x16.xcf
Normal file
BIN
ApplicationCode/Resources/Case48x48.xcf
Normal file
BIN
ApplicationCode/Resources/Cases16x16.xcf
Normal file
BIN
ApplicationCode/Resources/CasingDesign16x16.xcf
Normal file
BIN
ApplicationCode/Resources/CompletionsSymbol16x16.xcf
Normal file
BIN
ApplicationCode/Resources/Copy.xcf
Normal file
BIN
ApplicationCode/Resources/CumulativePhaseDist16x16.png
Normal file
After Width: | Height: | Size: 501 B |
BIN
ApplicationCode/Resources/CumulativePhaseDist16x16.xcf
Normal file
Before Width: | Height: | Size: 254 B |
BIN
ApplicationCode/Resources/DownViewArrow.xcf
Normal file
BIN
ApplicationCode/Resources/EastViewArrow.xcf
Normal file
Before Width: | Height: | Size: 180 B |
BIN
ApplicationCode/Resources/EnsembleCurveSet16x16.xcf
Normal file
BIN
ApplicationCode/Resources/EnsembleCurveSets16x16.xcf
Normal file
BIN
ApplicationCode/Resources/Erase.xcf
Normal file
BIN
ApplicationCode/Resources/ExportCompletionsSymbol16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FishBoneGroupFromFile16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FishBoneLateralFromFile16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FishBones16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FlowCharPlot16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FormationCollection16x16.xcf
Normal file
BIN
ApplicationCode/Resources/Formations16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FractureLayout16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FractureSymbol16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FractureTemplate16x16.xcf
Normal file
BIN
ApplicationCode/Resources/FractureTemplates16x16.xcf
Normal file
BIN
ApplicationCode/Resources/GridCaseGroup16x16.xcf
Normal file
BIN
ApplicationCode/Resources/Histogram16x16.xcf
Normal file
BIN
ApplicationCode/Resources/Histograms16x16.xcf
Normal file
BIN
ApplicationCode/Resources/ICDValve16x16.xcf
Normal file
BIN
ApplicationCode/Resources/ICVValve16x16.xcf
Normal file
Before Width: | Height: | Size: 3.8 KiB |
BIN
ApplicationCode/Resources/InterectionBox16x16.xcf
Normal file
BIN
ApplicationCode/Resources/InterectionXPlane16x16.xcf
Normal file
Before Width: | Height: | Size: 848 B |
BIN
ApplicationCode/Resources/LGR16x16.xcf
Normal file
BIN
ApplicationCode/Resources/LasFile16x16.xcf
Normal file
BIN
ApplicationCode/Resources/LinkView16x16.xcf
Normal file
BIN
ApplicationCode/Resources/LinkView24x24.xcf
Normal file
Before Width: | Height: | Size: 2.3 KiB |
BIN
ApplicationCode/Resources/MainGrid16x16.xcf
Normal file
BIN
ApplicationCode/Resources/MultiPlot16x16.png
Normal file
After Width: | Height: | Size: 580 B |
BIN
ApplicationCode/Resources/MultiPlot16x16.xcf
Normal file
BIN
ApplicationCode/Resources/NorthViewArrow.xcf
Normal file
BIN
ApplicationCode/Resources/ObservedDataFile16x16.xcf
Normal file
BIN
ApplicationCode/Resources/Octave16x6.xcf
Normal file
Before Width: | Height: | Size: 190 B |
BIN
ApplicationCode/Resources/Parallel24x24.xcf
Normal file
BIN
ApplicationCode/Resources/PerforationIntervals16x16.xcf
Normal file
Before Width: | Height: | Size: 367 B |
BIN
ApplicationCode/Resources/Perspective24x24.xcf
Normal file
BIN
ApplicationCode/Resources/PlotWindow24x24.xcf
Normal file
BIN
ApplicationCode/Resources/Plus.xcf
Normal file
BIN
ApplicationCode/Resources/RFTPlot16x16.xcf
Normal file
BIN
ApplicationCode/Resources/RFTPlots16x16.xcf
Normal file
BIN
ApplicationCode/Resources/ReplaceCase16x16.xcf
Normal file
@ -29,12 +29,11 @@
|
||||
<file>CreateGridCaseGroup16x16.png</file>
|
||||
<file>CrossSection16x16.png</file>
|
||||
<file>CrossSections16x16.png</file>
|
||||
<file>Default.png</file>
|
||||
<file>CumulativePhaseDist16x16.png</file>
|
||||
<file>DownViewArrow.png</file>
|
||||
<file>EastViewArrow.png</file>
|
||||
<file>EclipseInput48x48.png</file>
|
||||
<file>EdgeResult_1.png</file>
|
||||
<file>EdgeResult_2.png</file>
|
||||
<file>EditableWell.png</file>
|
||||
<file>EnsembleCurveSet16x16.png</file>
|
||||
<file>EnsembleCurveSets16x16.png</file>
|
||||
@ -82,6 +81,7 @@
|
||||
<file>MasterView16x16.png</file>
|
||||
<file>Minus.png</file>
|
||||
<file>NorthViewArrow.png</file>
|
||||
<file>MultiPlot16x16.png</file>
|
||||
<file>ObservedCSVDataFile16x16.png</file>
|
||||
<file>ObservedDataFile16x16.png</file>
|
||||
<file>ObservedRFTDataFile16x16.png</file>
|
||||
@ -167,8 +167,6 @@
|
||||
<file>draw_style_faults_label_24x24.png</file>
|
||||
<file>draw_style_lines_24x24.png</file>
|
||||
<file>draw_style_meshlines_24x24.png</file>
|
||||
<file>draw_style_meshoutlines_24x24.png</file>
|
||||
<file>draw_style_outlines_24x24.png</file>
|
||||
<file>draw_style_surface_24x24.png</file>
|
||||
<file>draw_style_surface_w_fault_mesh_24x24.png</file>
|
||||
<file>octave.png</file>
|
||||
|
BIN
ApplicationCode/Resources/ReservoirSurface16x16.xcf
Normal file
BIN
ApplicationCode/Resources/ReservoirSurfaces16x16.xcf
Normal file
Before Width: | Height: | Size: 265 B |