mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 07:03:25 -06:00
40080a99de
* Improve tree selection editor - always call defineEditorAttributes - use heightHint in editor attributes - use tree selection editor as default editor for std::vector * Use tree selection editor instead of list selection editor List selection editor must be used when editing std::vector<cvf::vec3d> and similar. Replace other use of list selection editor with tree selection editor. * Set checked state based on text string for integer only models For models with only integer values, use text string to define the items to be selected. The full list will always be visible, and the checked state will be updated when editing the filter text. Example: "1, 5-7" will set items 1, 5, 6, 7 checked and all other items unchecked * Minor fixes - Set placeholder text after content is added (to ensure correct data type) - Fix check of integers. `canConvert<int>()`returns true for both QString and int. Thus convert to string and then check for int conversion. * Activate filtering when unchecking all items in list with only integers - Reactivate filtering when uncheck of all items for a list with only integer values (to keep consistency between filter and list) - Update function name for clarity --------- Co-authored-by: Jørgen Herje <jorgen.herje@ceetronsolutions.com> |
||
---|---|---|
.. | ||
CMakeLists_files.cmake | ||
RimAbstractCorrelationPlot.cpp | ||
RimAbstractCorrelationPlot.h | ||
RimCorrelationMatrixPlot.cpp | ||
RimCorrelationMatrixPlot.h | ||
RimCorrelationPlot.cpp | ||
RimCorrelationPlot.h | ||
RimCorrelationPlotCollection.cpp | ||
RimCorrelationPlotCollection.h | ||
RimCorrelationReportPlot.cpp | ||
RimCorrelationReportPlot.h | ||
RimParameterResultCrossPlot.cpp | ||
RimParameterResultCrossPlot.h |