
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
The following members of classQAbstractSliderare part of the Qt compatibility layer. We advise against using them in new code.
| void | addLine() |
| void | addPage() |
| int | lineStep() const |
| int | maxValue() const |
| int | minValue() const |
| void | setLineStep(int v) |
| void | setMaxValue(int v) |
| void | setMinValue(int v) |
| void | setSteps(int single, int page) |
| void | subtractLine() |
| void | subtractPage() |
UsetriggerAction(QAbstractSlider::SliderSingleStepAdd) instead.
UsetriggerAction(QAbstractSlider::SliderPageStepAdd) instead.
UsesingleStep() instead.
See alsosetLineStep().
Usemaximum() instead.
See alsosetMaxValue().
Useminimum() instead.
See alsosetMinValue().
UsesetSingleStep() instead.
See alsolineStep().
UsesetMaximum() instead.
See alsomaxValue().
UsesetMinimum() instead.
See alsominValue().
UsesetSingleStep(single) followed bysetPageStep(page) instead.
UsetriggerAction(QAbstractSlider::SliderSingleStepSub) instead.
UsetriggerAction(QAbstractSlider::SliderPageStepSub) instead.
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.