mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#522) Added a Las-File Icon in the tree
This commit is contained in:
parent
1782fac724
commit
a11d82d57e
@ -38,7 +38,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogFile, "WellLogFile");
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimWellLogFile::RimWellLogFile()
|
RimWellLogFile::RimWellLogFile()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Well LAS File Info", "", "", "");
|
CAF_PDM_InitObject("Well LAS File Info", ":/LasFile16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&m_wellName, "WellName", "", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_wellName, "WellName", "", "", "", "");
|
||||||
m_wellName.uiCapability()->setUiReadOnly(true);
|
m_wellName.uiCapability()->setUiReadOnly(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user