
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
The following members of classQSpinBoxare part of the Qt compatibility layer. We advise against using them in new code.
| QSpinBox(QWidget * parent, const char * name) | |
| QSpinBox(int minimum, int maximum, int step, QWidget * parent, const char * name = 0) | |
| int | maxValue() const |
| int | minValue() const |
| void | setLineStep(int step) |
| void | setMaxValue(int value) |
| void | setMinValue(int value) |
Use one of the constructors that doesn't take thename argument and then usesetObjectName() instead.
Use one of the constructors that doesn't take thename argument and then usesetObjectName() instead.
Usemaximum() instead.
See alsosetMaxValue().
Useminimum() instead.
See alsosetMinValue().
UsesetSingleStep() instead.
UsesetMaximum() instead.
See alsomaxValue().
UsesetMinimum() instead.
See alsominValue().
© 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.