mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
The curve icon does not show up for some reason.
This commit is contained in:
parent
ee96d1b2ee
commit
1782fac724
@ -90,7 +90,7 @@ RimProject::RimProject(void)
|
||||
wellPathImport.uiCapability()->setUiHidden(true);
|
||||
wellPathImport.uiCapability()->setUiChildrenHidden(true);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&mainPlotCollection, "MainPlotCollection", "Plots", ":/Default.png", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&mainPlotCollection, "MainPlotCollection", "Plots", "", "", "");
|
||||
mainPlotCollection.uiCapability()->setUiHidden(true);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&viewLinkerCollection, "LinkedViews", "Linked Views (field in RimProject", ":/chain.png", "", "");
|
||||
|
@ -54,7 +54,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogPlot, "WellLogPlot");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogPlot::RimWellLogPlot()
|
||||
{
|
||||
CAF_PDM_InitObject("Well Log Plot", ":/WellCollection.png", "", "");
|
||||
CAF_PDM_InitObject("Well Log Plot", ":/WellLogPlot16x16.png", "", "");
|
||||
|
||||
m_viewer = NULL;
|
||||
|
||||
|
@ -39,7 +39,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogPlotCollection, "WellLogPlotCollection");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogPlotCollection::RimWellLogPlotCollection()
|
||||
{
|
||||
CAF_PDM_InitObject("Well Log Plots", "", "", "");
|
||||
CAF_PDM_InitObject("Well Log Plots", ":/WellLogPlots16x16.png", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&wellLogPlots, "WellLogPlots", "", "", "", "");
|
||||
wellLogPlots.uiCapability()->setUiHidden(true);
|
||||
|
@ -36,7 +36,7 @@ CAF_PDM_XML_ABSTRACT_SOURCE_INIT(RimWellLogPlotCurve, "WellLogPlotCurve");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogPlotCurve::RimWellLogPlotCurve()
|
||||
{
|
||||
CAF_PDM_InitObject("Curve", "", "", "");
|
||||
CAF_PDM_InitObject("Curve", ":/WellLogCurve16x16.png", "", "");
|
||||
|
||||
CAF_PDM_InitField(&m_showCurve, "Show", true, "Show curve", "", "", "");
|
||||
m_showCurve.uiCapability()->setUiHidden(true);
|
||||
|
@ -42,7 +42,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogPlotTrack, "WellLogPlotTrack");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogPlotTrack::RimWellLogPlotTrack()
|
||||
{
|
||||
CAF_PDM_InitObject("Track", "", "", "");
|
||||
CAF_PDM_InitObject("Track", ":/WellLogTrack16x16.png", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_userName, "TrackDescription", "Name", "", "", "");
|
||||
m_userName.uiCapability()->setUiReadOnly(true);
|
||||
|
@ -34,8 +34,8 @@
|
||||
<file>draw_style_meshoutlines_24x24.png</file>
|
||||
<file>draw_style_outlines_24x24.png</file>
|
||||
<file>draw_style_surface_24x24.png</file>
|
||||
<file>disable_lighting_24x24.png</file>
|
||||
<file>SnapShot.png</file>
|
||||
<file>disable_lighting_24x24.png</file>
|
||||
<file>SnapShot.png</file>
|
||||
<file>SnapShotSave.png</file>
|
||||
<file>SnapShotSaveViews.png</file>
|
||||
<file>draw_style_faults_24x24.png</file>
|
||||
@ -49,6 +49,11 @@
|
||||
<file>GeoMechCases48x48.png</file>
|
||||
<file>chain.png</file>
|
||||
<file>view-page-multi-24.png</file>
|
||||
<file>LasFile16x16.png</file>
|
||||
<file>WellLogTrack16x16.png</file>
|
||||
<file>WellLogPlot16x16.png</file>
|
||||
<file>WellLogPlots16x16.png</file>
|
||||
<file>WellLogCurve16x16.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/Shader/">
|
||||
<file>fs_CellFace.glsl</file>
|
||||
|
BIN
ApplicationCode/Resources/WellLogPlots16x16.png
Normal file
BIN
ApplicationCode/Resources/WellLogPlots16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 765 B |
Loading…
Reference in New Issue
Block a user