This struct is deprecated since 6.8. We strongly advise against using it in new code.
| TimerInfo(int timerId, int interval, Qt::TimerType timerType) |
Use TimerInfoV2
This struct represents information about a timer: timerId, interval, and timerType.
See also registeredTimers(), QAbstractEventDispatcher::TimerInfoV2, and timersForObject().
Constructs a TimerInfo struct with the given timerId, interval, and timerType.
The timer's interval.
The timer's unique id.
The timer's type
See also Qt::TimerType.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qabstracteventdispatcher-timerinfo.html