以下成员源于类 QScrollBar are part of the Qt compatibility layer. We advise against using them in new code.
| QScrollBar (QWidget * parent , const char * name ) | |
| QScrollBar (Qt::Orientation orientation , QWidget * parent , const char * name ) | |
| QScrollBar (int minimum , int maximum , int lineStep , int pageStep , int value , Qt::Orientation orientation , QWidget * parent = 0, const char * name = 0) | |
| bool | draggingSlider () |
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 () 代替。
Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。
使用 isSliderDown () 代替。