以下成员源于类 QDial are part of the Qt compatibility layer. We advise against using them in new code.
| QDial (int minValue , int maxValue , int pageStep , int value , QWidget * parent = 0, const char * name = 0) | |
| QDial (QWidget * parent , const char * name ) |
| void | dialMoved (int value ) |
| void | dialPressed () |
| void | dialReleased () |
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 () 代替。
[signal]
void
QDial::
dialMoved
(
int
value
)
使用 QAbstractSlider::sliderMoved () 代替。
[signal]
void
QDial::
dialPressed
()
使用 QAbstractSlider::sliderPressed () 代替。
[signal]
void
QDial::
dialReleased
()
使用 QAbstractSlider::sliderReleased () 代替。