TimerInfo¶

PyQt5.QtCore.QAbstractEventDispatcher.TimerInfo

Description¶

This struct represents information about a timer: timerId, interval, and timerType.

See also

registeredTimers().

Attributes¶

interval: int

The timer’s interval.


timerId: int

The timer’s unique id.


timerType: TimerType

The timer’s type

See also

TimerType.

Methods¶

__init__(TimerInfo)

TODO


__init__(int, int, TimerType)

TODO