mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2809, #2858, #2859 Fix icon inconsistencies. Edd icons for ensemble curves and new icons for cross plot
This commit is contained in:
@@ -70,6 +70,6 @@ void RicDuplicateSummaryCrossPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicDuplicateSummaryCrossPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicDuplicateSummaryCrossPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("Duplicate Summary Cross Plot");
|
actionToSetup->setText("Duplicate Summary Cross Plot");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
actionToSetup->setIcon(QIcon(":/SummaryXPlotLight16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -70,6 +70,6 @@ void RicDuplicateSummaryPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicDuplicateSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicDuplicateSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("Duplicate Summary Plot");
|
actionToSetup->setText("Duplicate Summary Plot");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
actionToSetup->setIcon(QIcon(":/SummaryPlotLight16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -108,7 +108,7 @@ void RicEditSummaryCrossPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicEditSummaryCrossPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicEditSummaryCrossPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("Edit Summary Plot");
|
actionToSetup->setText("Edit Summary Plot");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
actionToSetup->setIcon(QIcon(":/SummaryXPlotLight16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@@ -110,7 +110,7 @@ void RicEditSummaryPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicEditSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicEditSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("Edit Summary Plot");
|
actionToSetup->setText("Edit Summary Plot");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
actionToSetup->setIcon(QIcon(":/SummaryPlotLight16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@@ -77,6 +77,6 @@ void RicNewSummaryCrossPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicNewSummaryCrossPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicNewSummaryCrossPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("New Summary Cross Plot");
|
actionToSetup->setText("New Summary Cross Plot");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
actionToSetup->setIcon(QIcon(":/SummaryXPlotLight16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -86,7 +86,7 @@ void RicNewSummaryEnsembleCurveSetFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicNewSummaryEnsembleCurveSetFeature::setupActionLook(QAction* actionToSetup)
|
void RicNewSummaryEnsembleCurveSetFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("New Summary Ensemble Curve Set");
|
actionToSetup->setText("New Summary Ensemble Curve Set");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryCurve16x16.png"));
|
actionToSetup->setIcon(QIcon(":/EnsembleCurveSet16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@@ -86,6 +86,6 @@ void RicNewSummaryPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicNewSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicNewSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("New Summary Plot");
|
actionToSetup->setText("New Summary Plot");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
actionToSetup->setIcon(QIcon(":/SummaryPlotLight16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -135,7 +135,7 @@ void RicNewPltPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicNewPltPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicNewPltPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("New PLT Plot");
|
actionToSetup->setText("New PLT Plot");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
actionToSetup->setIcon(QIcon(":/WellFlowPlot16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@@ -96,7 +96,7 @@ void RicNewRftPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicNewRftPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicNewRftPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("New RFT Plot");
|
actionToSetup->setText("New RFT Plot");
|
||||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
actionToSetup->setIcon(QIcon(":/FlowCharPlot16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@@ -101,7 +101,7 @@ const char RimWellPltPlot::PLOT_NAME_QFORMAT_STRING[] = "PLT: %1";
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimWellPltPlot::RimWellPltPlot()
|
RimWellPltPlot::RimWellPltPlot()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Well Allocation Plot", ":/WellAllocPlot16x16.png", "", "");
|
CAF_PDM_InitObject("Well Allocation Plot", ":/WellFlowPlot16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitField(&m_userName, "PlotDescription", QString("PLT Plot"), "Name", "", "", "");
|
CAF_PDM_InitField(&m_userName, "PlotDescription", QString("PLT Plot"), "Name", "", "", "");
|
||||||
m_userName.uiCapability()->setUiReadOnly(true);
|
m_userName.uiCapability()->setUiReadOnly(true);
|
||||||
|
@@ -70,7 +70,7 @@ const char RimWellRftPlot::PLOT_NAME_QFORMAT_STRING[] = "RFT: %1";
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimWellRftPlot::RimWellRftPlot()
|
RimWellRftPlot::RimWellRftPlot()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Well Allocation Plot", ":/WellAllocPlot16x16.png", "", "");
|
CAF_PDM_InitObject("Well Allocation Plot", ":/FlowCharPlot16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitField(&m_userName, "PlotDescription", QString("RFT Plot"), "Name", "", "", "");
|
CAF_PDM_InitField(&m_userName, "PlotDescription", QString("RFT Plot"), "Name", "", "", "");
|
||||||
m_userName.uiCapability()->setUiReadOnly(true);
|
m_userName.uiCapability()->setUiReadOnly(true);
|
||||||
|
@@ -262,7 +262,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
|||||||
|
|
||||||
menuBuilder.addSeparator();
|
menuBuilder.addSeparator();
|
||||||
|
|
||||||
menuBuilder.subMenuStart("Well Plots", QIcon(":/SummaryPlot16x16.png"));
|
menuBuilder.subMenuStart("Well Plots", QIcon(":/WellLogTrack16x16.png"));
|
||||||
menuBuilder << "RicNewRftPlotFeature";
|
menuBuilder << "RicNewRftPlotFeature";
|
||||||
menuBuilder << "RicNewPltPlotFeature";
|
menuBuilder << "RicNewPltPlotFeature";
|
||||||
menuBuilder << "RicShowWellAllocationPlotFeature";
|
menuBuilder << "RicShowWellAllocationPlotFeature";
|
||||||
@@ -537,7 +537,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
|||||||
menuBuilder << "RicNewWellLogRftCurveFeature";
|
menuBuilder << "RicNewWellLogRftCurveFeature";
|
||||||
menuBuilder << "RicNewSimWellIntersectionFeature";
|
menuBuilder << "RicNewSimWellIntersectionFeature";
|
||||||
|
|
||||||
menuBuilder.subMenuStart("Well Plots", QIcon(":/SummaryPlot16x16.png"));
|
menuBuilder.subMenuStart("Well Plots", QIcon(":/WellLogTrack16x16.png"));
|
||||||
menuBuilder << "RicNewRftPlotFeature";
|
menuBuilder << "RicNewRftPlotFeature";
|
||||||
menuBuilder << "RicNewPltPlotFeature";
|
menuBuilder << "RicNewPltPlotFeature";
|
||||||
menuBuilder << "Separator";
|
menuBuilder << "Separator";
|
||||||
|
@@ -39,7 +39,7 @@ CAF_PDM_SOURCE_INIT(RimPltPlotCollection, "WellPltPlotCollection");
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimPltPlotCollection::RimPltPlotCollection()
|
RimPltPlotCollection::RimPltPlotCollection()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("PLT Plots", ":/WellLogPlots16x16.png", "", "");
|
CAF_PDM_InitObject("PLT Plots", ":/WellAllocPlots16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&m_pltPlots, "PltPlots", "", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_pltPlots, "PltPlots", "", "", "", "");
|
||||||
m_pltPlots.uiCapability()->setUiHidden(true);
|
m_pltPlots.uiCapability()->setUiHidden(true);
|
||||||
|
@@ -74,7 +74,7 @@ CAF_PDM_SOURCE_INIT(RimEnsembleCurveSet, "RimEnsembleCurveSet");
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimEnsembleCurveSet::RimEnsembleCurveSet()
|
RimEnsembleCurveSet::RimEnsembleCurveSet()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Ensemble Curve Set", ":/SummaryCurveFilter16x16.png", "", "");
|
CAF_PDM_InitObject("Ensemble Curve Set", ":/EnsembleCurveSet16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&m_curves, "EnsembleCurveSet", "Ensemble Curve Set", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_curves, "EnsembleCurveSet", "Ensemble Curve Set", "", "", "");
|
||||||
m_curves.uiCapability()->setUiHidden(true);
|
m_curves.uiCapability()->setUiHidden(true);
|
||||||
|
@@ -42,7 +42,7 @@ CAF_PDM_SOURCE_INIT(RimEnsembleCurveSetCollection, "RimEnsembleCurveSetCollectio
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimEnsembleCurveSetCollection::RimEnsembleCurveSetCollection()
|
RimEnsembleCurveSetCollection::RimEnsembleCurveSetCollection()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Ensemble Curve Sets", ":/SummaryCurveFilter16x16.png", "", "");
|
CAF_PDM_InitObject("Ensemble Curve Sets", ":/EnsembleCurveSets16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&m_curveSets, "EnsembleCurveSets", "Ensemble Curve Sets", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_curveSets, "EnsembleCurveSets", "Ensemble Curve Sets", "", "", "");
|
||||||
m_curveSets.uiCapability()->setUiHidden(true);
|
m_curveSets.uiCapability()->setUiHidden(true);
|
||||||
|
@@ -26,7 +26,7 @@ CAF_PDM_SOURCE_INIT(RimSummaryCrossPlot, "SummaryCrossPlot");
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimSummaryCrossPlot::RimSummaryCrossPlot()
|
RimSummaryCrossPlot::RimSummaryCrossPlot()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Summary Cross Plot", ":/SummaryPlotLight16x16.png", "", "");
|
CAF_PDM_InitObject("Summary Cross Plot", ":/SummaryXPlotLight16x16.png", "", "");
|
||||||
|
|
||||||
setAsCrossPlot();
|
setAsCrossPlot();
|
||||||
}
|
}
|
||||||
|
@@ -29,7 +29,7 @@ CAF_PDM_SOURCE_INIT(RimSummaryCrossPlotCollection, "SummaryCrossPlotCollection")
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimSummaryCrossPlotCollection::RimSummaryCrossPlotCollection()
|
RimSummaryCrossPlotCollection::RimSummaryCrossPlotCollection()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Summary Cross Plots", ":/SummaryPlots16x16.png", "", "");
|
CAF_PDM_InitObject("Summary Cross Plots", ":/SummaryXPlotsLight16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&m_summaryCrossPlots, "SummaryCrossPlots", "Summary Cross Plots", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_summaryCrossPlots, "SummaryCrossPlots", "Summary Cross Plots", "", "", "");
|
||||||
m_summaryCrossPlots.uiCapability()->setUiHidden(true);
|
m_summaryCrossPlots.uiCapability()->setUiHidden(true);
|
||||||
|
@@ -28,7 +28,7 @@ CAF_PDM_SOURCE_INIT(RimSummaryPlotCollection, "SummaryPlotCollection");
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimSummaryPlotCollection::RimSummaryPlotCollection()
|
RimSummaryPlotCollection::RimSummaryPlotCollection()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Summary Plots", ":/SummaryPlots16x16.png", "", "");
|
CAF_PDM_InitObject("Summary Plots", ":/SummaryPlotsLight16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&summaryPlots, "SummaryPlots", "Summary Plots", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&summaryPlots, "SummaryPlots", "Summary Plots", "", "", "");
|
||||||
summaryPlots.uiCapability()->setUiHidden(true);
|
summaryPlots.uiCapability()->setUiHidden(true);
|
||||||
|
BIN
ApplicationCode/Resources/EnsembleCurveSet16x16.png
Normal file
BIN
ApplicationCode/Resources/EnsembleCurveSet16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 662 B |
BIN
ApplicationCode/Resources/EnsembleCurveSets16x16.png
Normal file
BIN
ApplicationCode/Resources/EnsembleCurveSets16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 939 B |
@@ -1,112 +1,116 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>AppLogo48x48.png</file>
|
<file>AppLogo48x48.png</file>
|
||||||
<file>Default.png</file>
|
<file>Default.png</file>
|
||||||
<file>NorthViewArrow.png</file>
|
<file>NorthViewArrow.png</file>
|
||||||
<file>SouthViewArrow.png</file>
|
<file>SouthViewArrow.png</file>
|
||||||
<file>EastViewArrow.png</file>
|
<file>EastViewArrow.png</file>
|
||||||
<file>WestViewArrow.png</file>
|
<file>WestViewArrow.png</file>
|
||||||
<file>UpViewArrow.png</file>
|
<file>UpViewArrow.png</file>
|
||||||
<file>DownViewArrow.png</file>
|
<file>DownViewArrow.png</file>
|
||||||
<file>CellFilter_Values.png</file>
|
<file>CellFilter_Values.png</file>
|
||||||
<file>CellFilter_Range.png</file>
|
<file>CellFilter_Range.png</file>
|
||||||
<file>CellResult.png</file>
|
<file>CellResult.png</file>
|
||||||
<file>EdgeResult_1.png</file>
|
<file>EdgeResult_1.png</file>
|
||||||
<file>EdgeResult_2.png</file>
|
<file>EdgeResult_2.png</file>
|
||||||
<file>Legend.png</file>
|
<file>Legend.png</file>
|
||||||
<file>Plus.png</file>
|
<file>Plus.png</file>
|
||||||
<file>Minus.png</file>
|
<file>Minus.png</file>
|
||||||
<file>Save.png</file>
|
<file>Save.png</file>
|
||||||
<file>Well.png</file>
|
<file>Well.png</file>
|
||||||
<file>WellCollection.png</file>
|
<file>WellCollection.png</file>
|
||||||
<file>octave.png</file>
|
<file>octave.png</file>
|
||||||
<file>Folder.png</file>
|
<file>Folder.png</file>
|
||||||
<file>EclipseInput48x48.png</file>
|
<file>EclipseInput48x48.png</file>
|
||||||
<file>Cases16x16.png</file>
|
<file>Cases16x16.png</file>
|
||||||
<file>CreateGridCaseGroup16x16.png</file>
|
<file>CreateGridCaseGroup16x16.png</file>
|
||||||
<file>GridCaseGroup16x16.png</file>
|
<file>GridCaseGroup16x16.png</file>
|
||||||
<file>Histogram16x16.png</file>
|
<file>Histogram16x16.png</file>
|
||||||
<file>Histograms16x16.png</file>
|
<file>Histograms16x16.png</file>
|
||||||
<file>ZoomAll16x16.png</file>
|
<file>ZoomAll16x16.png</file>
|
||||||
<file>draw_style_lines_24x24.png</file>
|
<file>draw_style_lines_24x24.png</file>
|
||||||
<file>draw_style_meshlines_24x24.png</file>
|
<file>draw_style_meshlines_24x24.png</file>
|
||||||
<file>draw_style_meshoutlines_24x24.png</file>
|
<file>draw_style_meshoutlines_24x24.png</file>
|
||||||
<file>draw_style_outlines_24x24.png</file>
|
<file>draw_style_outlines_24x24.png</file>
|
||||||
<file>draw_style_surface_24x24.png</file>
|
<file>draw_style_surface_24x24.png</file>
|
||||||
<file>disable_lighting_24x24.png</file>
|
<file>disable_lighting_24x24.png</file>
|
||||||
<file>SnapShot.png</file>
|
<file>SnapShot.png</file>
|
||||||
<file>SnapShotSave.png</file>
|
<file>SnapShotSave.png</file>
|
||||||
<file>SnapShotSaveViews.png</file>
|
<file>SnapShotSaveViews.png</file>
|
||||||
<file>draw_style_faults_24x24.png</file>
|
<file>draw_style_faults_24x24.png</file>
|
||||||
<file>draw_style_faults_label_24x24.png</file>
|
<file>draw_style_faults_label_24x24.png</file>
|
||||||
<file>Case48x48.png</file>
|
<file>Case48x48.png</file>
|
||||||
<file>GridModels.png</file>
|
<file>GridModels.png</file>
|
||||||
<file>draw_style_WellCellsToRangeFilter_24x24.png</file>
|
<file>draw_style_WellCellsToRangeFilter_24x24.png</file>
|
||||||
<file>draw_style_surface_w_fault_mesh_24x24.png</file>
|
<file>draw_style_surface_w_fault_mesh_24x24.png</file>
|
||||||
<file>InfoBox16x16.png</file>
|
<file>InfoBox16x16.png</file>
|
||||||
<file>GeoMechCase48x48.png</file>
|
<file>GeoMechCase48x48.png</file>
|
||||||
<file>GeoMechCases48x48.png</file>
|
<file>GeoMechCases48x48.png</file>
|
||||||
<file>chain.png</file>
|
<file>chain.png</file>
|
||||||
<file>TileWindows24x24.png</file>
|
<file>TileWindows24x24.png</file>
|
||||||
<file>LasFile16x16.png</file>
|
<file>LasFile16x16.png</file>
|
||||||
<file>WellLogTrack16x16.png</file>
|
<file>WellLogTrack16x16.png</file>
|
||||||
<file>WellLogPlot16x16.png</file>
|
<file>WellLogPlot16x16.png</file>
|
||||||
<file>WellLogPlots16x16.png</file>
|
<file>WellLogPlots16x16.png</file>
|
||||||
<file>WellLogCurve16x16.png</file>
|
<file>WellLogCurve16x16.png</file>
|
||||||
<file>CrossSection16x16.png</file>
|
<file>CrossSection16x16.png</file>
|
||||||
<file>CrossSections16x16.png</file>
|
<file>CrossSections16x16.png</file>
|
||||||
<file>Refresh-32.png</file>
|
<file>Refresh-32.png</file>
|
||||||
<file>SummaryPlot16x16.png</file>
|
<file>SummaryPlotLight16x16.png</file>
|
||||||
<file>SummaryPlots16x16.png</file>
|
<file>SummaryPlots16x16.png</file>
|
||||||
<file>SummaryCurve16x16.png</file>
|
<file>SummaryPlotsLight16x16.png</file>
|
||||||
<file>SummaryCurveFilter16x16.png</file>
|
<file>SummaryCurve16x16.png</file>
|
||||||
<file>FormationCollection16x16.png</file>
|
<file>SummaryCurveFilter16x16.png</file>
|
||||||
<file>Formations16x16.png</file>
|
<file>EnsembleCurveSet16x16.png</file>
|
||||||
<file>Parallel24x24.png</file>
|
<file>EnsembleCurveSets16x16.png</file>
|
||||||
<file>Perspective24x24.png</file>
|
<file>SummaryXPlotLight16x16.png</file>
|
||||||
<file>IntersectionBox16x16.png</file>
|
<file>SummaryXPlotsLight16x16.png</file>
|
||||||
<file>IntersectionXPlane16x16.png</file>
|
<file>FormationCollection16x16.png</file>
|
||||||
<file>IntersectionYPlane16x16.png</file>
|
<file>Formations16x16.png</file>
|
||||||
<file>IntersectionZPlane16x16.png</file>
|
<file>Parallel24x24.png</file>
|
||||||
<file>PlotWindow24x24.png</file>
|
<file>Perspective24x24.png</file>
|
||||||
<file>3DWindow24x24.png</file>
|
<file>IntersectionBox16x16.png</file>
|
||||||
<file>3DView16x16.png</file>
|
<file>IntersectionXPlane16x16.png</file>
|
||||||
<file>SummaryCase48x48.png</file>
|
<file>IntersectionYPlane16x16.png</file>
|
||||||
<file>openFolder24x24.png</file>
|
<file>IntersectionZPlane16x16.png</file>
|
||||||
<file>clipboard.png</file>
|
<file>PlotWindow24x24.png</file>
|
||||||
<file>Copy.png</file>
|
<file>3DWindow24x24.png</file>
|
||||||
<file>Erase.png</file>
|
<file>3DView16x16.png</file>
|
||||||
<file>LeftAxis16x16.png</file>
|
<file>SummaryCase48x48.png</file>
|
||||||
<file>RightAxis16x16.png</file>
|
<file>openFolder24x24.png</file>
|
||||||
<file>BottomAxis16x16.png</file>
|
<file>clipboard.png</file>
|
||||||
<file>Axes16x16.png</file>
|
<file>Copy.png</file>
|
||||||
<file>FishBones16x16.png</file>
|
<file>Erase.png</file>
|
||||||
<file>FishBoneGroup16x16.png</file>
|
<file>LeftAxis16x16.png</file>
|
||||||
<file>FishBoneGroupFromFile16x16.png</file>
|
<file>RightAxis16x16.png</file>
|
||||||
<file>FishBoneLateralFromFile16x16.png</file>
|
<file>BottomAxis16x16.png</file>
|
||||||
<file>PerforationInterval16x16.png</file>
|
<file>Axes16x16.png</file>
|
||||||
<file>PerforationIntervals16x16.png</file>
|
<file>FishBones16x16.png</file>
|
||||||
<file>CompletionsSymbol16x16.png</file>
|
<file>FishBoneGroup16x16.png</file>
|
||||||
<file>WellAllocPlots16x16.png</file>
|
<file>FishBoneGroupFromFile16x16.png</file>
|
||||||
<file>WellAllocPlot16x16.png</file>
|
<file>FishBoneLateralFromFile16x16.png</file>
|
||||||
<file>WellFlowPlot16x16.png</file>
|
<file>PerforationInterval16x16.png</file>
|
||||||
<file>WellAllocPie16x16.png</file>
|
<file>PerforationIntervals16x16.png</file>
|
||||||
<file>WellAllocLegend16x16.png</file>
|
<file>CompletionsSymbol16x16.png</file>
|
||||||
<file>SummaryPlotLight16x16.png</file>
|
<file>WellAllocPlots16x16.png</file>
|
||||||
<file>FractureLayout16x16.png</file>
|
<file>WellAllocPlot16x16.png</file>
|
||||||
<file>FractureSymbol16x16.png</file>
|
<file>WellFlowPlot16x16.png</file>
|
||||||
<file>FractureTemplate16x16.png</file>
|
<file>WellAllocPie16x16.png</file>
|
||||||
<file>FractureTemplates16x16.png</file>
|
<file>WellAllocLegend16x16.png</file>
|
||||||
<file>TOFAccSatPlot16x16.png</file>
|
<file>FractureLayout16x16.png</file>
|
||||||
<file>FlowCharPlot16x16.png</file>
|
<file>FractureSymbol16x16.png</file>
|
||||||
<file>SplitterH.png</file>
|
<file>FractureTemplate16x16.png</file>
|
||||||
<file>SplitterV.png</file>
|
<file>FractureTemplates16x16.png</file>
|
||||||
<file>calculator.png</file>
|
<file>TOFAccSatPlot16x16.png</file>
|
||||||
<file>statistics.png</file>
|
<file>FlowCharPlot16x16.png</file>
|
||||||
</qresource>
|
<file>SplitterH.png</file>
|
||||||
<qresource prefix="/Shader/">
|
<file>SplitterV.png</file>
|
||||||
<file>fs_CellFace.glsl</file>
|
<file>calculator.png</file>
|
||||||
<file>vs_CellFace.glsl</file>
|
<file>statistics.png</file>
|
||||||
<file>vs_2dTextureCellFace.glsl</file>
|
</qresource>
|
||||||
</qresource>
|
<qresource prefix="/Shader/">
|
||||||
|
<file>fs_CellFace.glsl</file>
|
||||||
|
<file>vs_CellFace.glsl</file>
|
||||||
|
<file>vs_2dTextureCellFace.glsl</file>
|
||||||
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 505 B |
BIN
ApplicationCode/Resources/SummaryPlotsLight16x16.png
Normal file
BIN
ApplicationCode/Resources/SummaryPlotsLight16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 915 B |
BIN
ApplicationCode/Resources/SummaryXPlotLight16x16.png
Normal file
BIN
ApplicationCode/Resources/SummaryXPlotLight16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 627 B |
BIN
ApplicationCode/Resources/SummaryXPlotsLight16x16.png
Normal file
BIN
ApplicationCode/Resources/SummaryXPlotsLight16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 685 B |
@@ -367,7 +367,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
|
|||||||
|
|
||||||
menuBuilder.addSeparator();
|
menuBuilder.addSeparator();
|
||||||
|
|
||||||
menuBuilder.subMenuStart("Well Plots", QIcon(":/SummaryPlot16x16.png"));
|
menuBuilder.subMenuStart("Well Plots", QIcon(":/WellLogTrack16x16.png"));
|
||||||
|
|
||||||
menuBuilder << "RicNewRftPlotFeature";
|
menuBuilder << "RicNewRftPlotFeature";
|
||||||
menuBuilder << "RicNewPltPlotFeature";
|
menuBuilder << "RicNewPltPlotFeature";
|
||||||
@@ -419,7 +419,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
|
|||||||
|
|
||||||
menuBuilder.addSeparator();
|
menuBuilder.addSeparator();
|
||||||
|
|
||||||
menuBuilder.subMenuStart("Well Plots", QIcon(":/SummaryPlot16x16.png"));
|
menuBuilder.subMenuStart("Well Plots", QIcon(":/WellLogTrack16x16.png"));
|
||||||
|
|
||||||
menuBuilder << "RicNewRftPlotFeature";
|
menuBuilder << "RicNewRftPlotFeature";
|
||||||
menuBuilder << "RicNewPltPlotFeature";
|
menuBuilder << "RicNewPltPlotFeature";
|
||||||
|
Reference in New Issue
Block a user