
QSlider - Interface to the Qt QSlider class

use QSlider;
Inherits QWidget and QRangeControl.
new, addStep, orientation, setOrientation, setTickmarks, setTracking, setValue, sliderRect, subtractSteps, tickInterval, tickmarks, tracking

What you see is what you get.

The %Orientation and %TickSetting hashes are exported into the user's namespace.
The elements of %Orientation are Horizontal and Vertical,
and they represent the possible orientations of the slider.
The %TickSetting hash has all the tick setting constants.

qslider(3qt)

Ashley Winters <jql@accessone.com>