Compatibility Members for QScrollBar

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

成员函数文档编制

QScrollBar:: QScrollBar ( QWidget * parent , const char * name )

Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。

QScrollBar:: QScrollBar ( Qt::Orientation orientation , QWidget * parent , const char * name )

Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。

QScrollBar:: QScrollBar ( int minimum , int maximum , int lineStep , int pageStep , int value , Qt::Orientation orientation , QWidget * parent = 0, const char * name = 0)

Use one of the constructors that doesn't take the name argument and then use setObjectName () 代替。

bool QScrollBar:: draggingSlider ()

使用 isSliderDown () 代替。