Dlgedit Help - QSlider Properties
The Slider tab sets the following properties for the
QSlider:
- Orientation - The QSlider can be either vertical or
horizontal.
- Tickmarks - The QSlider can have tickmarks drawn.
None specifies no tickmarks. Above / Left specifies
tickmarks above the QSlider if it is horizontal or to the
left if it is vertical. Below / Right specifies tickmarks
below the QSlider if it is horizontal or to the right if
it is vertical. Both specifies above and below if the
QSlider is horizontal, and left and right if it is
vertical.
- Min value - The minimum value for the QSlider can
be entered.
- Max value - The maximum value for the QSlider can
be entered.
- Line step - The step for each line of the QSlider
can be entered.
- Page step - The step for each page of the QSlider
can be entered.
- Initial value - The initial value of the QSlider
can be entered.
- Tick interval - The value specifies how often a tick
mark is drawn. The default value is 0.
- Tracking - Check the check box to have the QSlider
emit the valueChanged signal as the QSlider is being
dragged.
[Home]
[Widget Properties]
Last modified: Wed Apr 16 20:37:27 EDT 1997