mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
#2048 Curve calc. Add command icon
This commit is contained in:
parent
ca4562d853
commit
0f8b7ce907
@ -54,5 +54,5 @@ void RicShowSummaryCurveCalculatorFeature::onActionTriggered(bool isChecked)
|
||||
void RicShowSummaryCurveCalculatorFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Curve Calculator");
|
||||
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
|
||||
actionToSetup->setIcon(QIcon(":/calculator.png"));
|
||||
}
|
||||
|
@ -101,6 +101,7 @@
|
||||
<file>FlowCharPlot16x16.png</file>
|
||||
<file>SplitterH.png</file>
|
||||
<file>SplitterV.png</file>
|
||||
<file>calculator.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/Shader/">
|
||||
<file>fs_CellFace.glsl</file>
|
||||
|
BIN
ApplicationCode/Resources/calculator.png
Normal file
BIN
ApplicationCode/Resources/calculator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 717 B |
Loading…
Reference in New Issue
Block a user