Skip to content

Improving widgets for discrete double property

This adds a Resolution parameter to pqDoubleRangeWidget, which is the number of steps allowed for the slider (see pqDoubleRangeWidget::setResolution).

This also generalize a pqSliderWidget, with now two implementation, pqDoubleRangeWidget and pqDiscreteDoubleWidget.

This add an associated new domain vtkSMDiscreteDoubleDomain, which has a list of allowed values for the slider in pqDiscreteDoubleWidget.

Edited by Mathieu Westphal (Kitware)

Merge request reports