Added icons to some well log commands

This commit is contained in:
Jacob Støren 2016-11-17 17:37:01 +01:00
parent fbf4f5e07d
commit bb2a1751c8
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ void RicNewWellLogCurveExtractionFeature::onActionTriggered(bool isChecked)
void RicNewWellLogCurveExtractionFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("New Well Log Extraction Curve");
actionToSetup->setIcon(QIcon(":/WellLogCurve16x16.png"));
}
//--------------------------------------------------------------------------------------------------

View File

@ -60,4 +60,5 @@ void RicNewWellLogPlotFeature::onActionTriggered(bool isChecked)
void RicNewWellLogPlotFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("New Well Log Plot");
actionToSetup->setIcon(QIcon(":/WellLogPlot16x16.png"));
}