Package IDAscope :: Package idascope :: Package widgets :: Module RangeSlider :: Class RangeSlider
[hide private]
[frames] | no frames]

Class RangeSlider

source code

PySide.QtGui.QSlider --+
                       |
                      RangeSlider

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

Instance Methods [hide private]
 
__init__(self, *args) source code
 
low(self) source code
 
setLow(self, low) source code
 
high(self) source code
 
setHigh(self, high) source code
 
paintEvent(self, event) source code
 
mousePressEvent(self, event) source code
 
mouseMoveEvent(self, event) source code
 
__pick(self, pt) source code
 
__pixelPosToRangeValue(self, pos) source code