| QAbstractEventDispatcher::Duration | interval |
| Qt::TimerId | timerId |
| Qt::TimerType | timerType |
此結構錶示計時器的有關信息: timerId , interval ,和 timerType .
另請參閱 timersForObject ().
計時器的間隔。
The timer's unique id. This is created by registerTimer() upon creation and uniquely identifies a timer while it is active. It is also used by QTimer::id () and returned by QObject::startTimer ().
計時器的類型
另請參閱 Qt::TimerType .