以下成员源于类 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 ().