#5837 Well Log Curves : Show icons in tree view

This commit is contained in:
Magne Sjaastad
2020-04-28 06:46:06 +02:00
parent 8c64dbeae9
commit bc400af345
7 changed files with 15 additions and 5 deletions

View File

@@ -171,6 +171,14 @@ QString RimWellLogCurve::wellLogChannelName() const
return wellLogChannelUiName();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RimWellLogCurve::wellLogCurveIconName()
{
return ":/WellLogCurve16x16.png";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------