class documentation

class QSliderFloat(QSlider):

View In Hierarchy

QSliderFloat class.
Method __init__ Initializes a slider supporting float values.
Method get_value Returns the slider value.
Method setValue Sets the slider value.
Instance Variable _step Undocumented
def __init__(self, orientation, minimum, maximum, step):
Initializes a slider supporting float values.
Parameters
orientation:Qt.OrientationOrientation
minimum:floatMinimum value
maximum:floatMaximum value
step:floatStep value
def get_value(self):
Returns the slider value.
Returns
floatSlider value
def setValue(self, value):
Sets the slider value.
Parameters
value:floatSlider value
_step =

Undocumented