(#522) Added a Las-File Icon in the tree

This commit is contained in:
Jacob Støren 2015-10-15 10:40:08 +02:00
parent 1782fac724
commit a11d82d57e

View File

@ -38,7 +38,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogFile, "WellLogFile");
//--------------------------------------------------------------------------------------------------
RimWellLogFile::RimWellLogFile()
{
CAF_PDM_InitObject("Well LAS File Info", "", "", "");
CAF_PDM_InitObject("Well LAS File Info", ":/LasFile16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_wellName, "WellName", "", "", "", "");
m_wellName.uiCapability()->setUiReadOnly(true);