以下成員源於類 QSpinBox are 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 the name argument and then use setObjectName () 代替。
Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。
使用 maximum () 代替。
另請參閱 setMaxValue ().
使用 minimum () 代替。
另請參閱 setMinValue ().
使用 setSingleStep () 代替。
使用 setMaximum () 代替。
另請參閱 maxValue ().
使用 setMinimum () 代替。
另請參閱 minValue ().