Range Slider#

class gemviz.range_slider.RangeSlider(*args: Any, **kwargs: Any)[source]#

A slider for ranges.

This class provides a dual-slider for ranges, where there is a defined maximum and minimum, as is a normal slider, but instead of having a single slider value, there are 2 slider values.

This class emits the same signals as the QSlider base class, with the exception of valueChanged

sliderMoved#

alias of int