- class TimerInfo#
概述#
方法#
def
__init__()
注意
此文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现有翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单的方式来告诉我们。
详细说明#
- PySide6.QtCore.QAbstractEventDispatcher.TimerInfo.timerId#
- PySide6.QtCore.QAbstractEventDispatcher.TimerInfo.interval#
- PySide6.QtCore.QAbstractEventDispatcher.TimerInfo.timerType#
使用给定的
timerId
、interval
和timerType
构建一个TimerInfo
结构。