class TimerInfo#

概述#

方法#

注意

此文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现有翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单的方式来告诉我们。

详细说明#

PySide6.QtCore.QAbstractEventDispatcher.TimerInfo.timerId#
PySide6.QtCore.QAbstractEventDispatcher.TimerInfo.interval#
PySide6.QtCore.QAbstractEventDispatcher.TimerInfo.timerType#
__init__(id, i, t)#
参数:

使用给定的 timerIdintervaltimerType 构建一个 TimerInfo 结构。