以下成员源于类 QTimer are part of the Qt compatibility layer. We advise against using them in new code.
| QTimer (QObject * parent , const char * name ) |
| void | changeInterval (int msec ) |
| int | start (int msec , bool sshot ) |
Constructs a timer called name ,采用 parent .
[slot]
void
QTimer::
changeInterval
(
int
msec
)
使用 setInterval (msec) or start(msec) instead.
[slot]
int
QTimer::
start
(
int
msec
,
bool
sshot
)
此函数重载 start ().
调用 setSingleShot ( sshot ) and start( msec ) 代替。