ContRap
The symbolic tool for control-flow based rapid prototyping.

Function setRange from qtgui
Brief description

setRange(self:QtSlider,min:int,max:int):void

Sets the range of the slider More ...

Function information
Name: setRange
Base: QtSlider
Group: Qt plugins:Controls
Icon: qtslider.png
Color:
Authors:
Copyright:

Detailed description

Sets the range of the slider

Input parameters
self: QtSlider
Instance of the class
min: int
Minimum value of the slider
max: int
Maximum value of the slider

Return values
Default return value: void