| 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 .