Skip to content

feat(ui): add non-linear sliders for SParameters

Lucas SCHMIDT requested to merge 1002-io-add-non-linear-sliders-to-sparameters into dev

Description

A new widget for type=enum parameters in SParameters is introduced, slider. This will use the new NonLinearSlider widget. It is used in ExSParameters (see the screenshot below).

Closes #1002 (closed)

How to test it?

Launch ExSparameters and play with the NonLinearSlider.

Some results

nonlinear_demo

A screenshot of ExSParameters. The NonLinearSlider is on the left, while the default widget (combobox) appear on the right. The two widget are interoperable: Moving the slide will modify the value in the combo box, modifying the value in the combo box will move the slide.

Merge request reports