mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added icons to some well log commands
This commit is contained in:
parent
fbf4f5e07d
commit
bb2a1751c8
@ -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"));
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -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"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user