Slider with two handles

Hello, how to create slider with two handles for Widget Interface? Where first handle stands for minimum value, and second for a maximum.

There is no easy way to do that. You can:

  • Look for and download an add-on that has this type of slider. (check this one - it’s free)

  • Build a custom widget from scratch that has the functionality you need.

  • Clone the the normal slider and extend it in C++ to match your requirements.