#11993 Improve ensemble search dialog

Use tree view instead of list view. Add filtering based on text match using realization numbers. Clean up user interface. Rename several GUI items.
This commit is contained in:
Magne Sjaastad
2024-12-19 10:56:41 +01:00
parent fb90844901
commit 997e14c90e
5 changed files with 378 additions and 215 deletions

View File

@@ -107,6 +107,9 @@ size_t RimCellFilterIntervalTool::numberFromPart( std::string strVal ) const
// Define a range with the comma separated format A,B,C-D, etc., i.e. 1,4,5-8
// Only numbers > 0 are supported.
// For a range with increment > 1, use i.e. 4-8:2
//
// Related code in RiaStdStringTools::valuesFromRangeSelection( const std::string& s )
//
//--------------------------------------------------------------------------------------------------
void RimCellFilterIntervalTool::setInterval( bool enabled, std::string intervalText )
{