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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
actionToSetup->setText("New RFT Plot");
|
||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
||||
actionToSetup->setIcon(QIcon(":/FlowCharPlot16x16.png"));
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user