cytoflowgui.editors.range_slider#
A QtGui.QSlider with two carets – allows a range to be specified.
- class cytoflowgui.editors.range_slider.RangeSlider(*args)[source]#
Bases:
QSliderA 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
QtGui.QSliderbase class, with the exception ofvalueChanged