Polygon UI updates (#11975)

* Polygon UI updates
This commit is contained in:
jonjenssen
2024-12-06 14:26:30 +01:00
committed by GitHub
parent 53a31c88c9
commit 711cb267fd
14 changed files with 109 additions and 35 deletions

View File

@@ -101,6 +101,7 @@ RimGridView::RimGridView()
CAF_PDM_InitFieldNoDefault( &m_polygonInViewCollection, "PolygonInViewCollection", "Polygon Collection Field" );
m_polygonInViewCollection = new RimPolygonInViewCollection();
m_polygonInViewCollection->uiCapability()->setUiIcon( caf::IconProvider( ":/PolylinesFromFile16x16.png" ) );
CAF_PDM_InitFieldNoDefault( &m_cellFilterCollection, "RangeFilters", "Cell Filter Collection Field" );
m_cellFilterCollection = new RimCellFilterCollection();