QAbstractEventDispatcher.TimerInfo¶

Detailed Description¶
This struct represents information about a timer: timerId , interval , and timerType .
See also
registeredTimers()
-
class
PySide2.QtCore.QAbstractEventDispatcher.
TimerInfo
(id, i, t)¶ - param i
int
- param id
int
- param t
TimerType
Constructs a
TimerInfo
struct with the giventimerId
,interval
, andtimerType
.
-
PySide2.QtCore.QAbstractEventDispatcher.TimerInfo.
timerId
¶
-
PySide2.QtCore.QAbstractEventDispatcher.TimerInfo.
interval
¶
-
PySide2.QtCore.QAbstractEventDispatcher.TimerInfo.
timerType
¶