▲
- 
					
Header: TimerInfo
 - 
					
CMake:
find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
 - 
					
qmake: QT += core
 
Detailed Description▲
This struct represents information about a timer: timerId, interval, and timerType.
See Also▲
See also registeredTimers()
Member Function Documentation▲
TimerInfo::TimerInfo(int timerId, int interval, Qt::TimerType timerType)▲
Constructs a TimerInfo struct with the given timerId, interval, and timerType.


