class QInputChord#

QInputChord 表示一组必须同时触发的 QAbstractActionInput更多

Inheritance diagram of PySide6.Qt3DInput.Qt3DInput.QInputChord

摘要#

属性#

方法#

#

信号#

注意

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

详细说明#

注意

可以使用属性,在 from __feature__ import true_property 被使用时直接使用,否则通过访问函数。

property timeoutᅟ: int#

所有输入和弦中的 QAbstractActionInput 必须在其中的时间触发。时间是毫秒。

访问函数
__init__([parent=None])#
参数:

parentQNode

使用父 parent 构造一个新的 QInputChord

addChord(input)#
参数:

inputQAbstractActionInput

QAbstractActionInput input 添加到此 QInputChord 的和弦向量末尾。

另请参阅

removeChord

chords()#
返回类型:

. Qt3DInput.QAbstractActionInput 列表

返回 QInputChord 的和弦向量。

removeChord(input)#
参数:

inputQAbstractActionInput

从此 QInputChord 的和弦向量中删除 QAbstractActionInput input

另请参阅

addChord

setTimeout(timeout)#
参数:

timeout – int

设置输入和弦中所有 QAbstractActionInput 对象必须在其中触发的时间为 timeout。时间以毫秒为单位。

另请参阅

timeout()

属性 timeoutᅟ 的设置器。

timeout()#
返回类型:

int

另请参阅

setTimeout()

属性 timeoutᅟ 的获取器。

timeoutChanged(timeout)#
参数:

timeout – int

属性 timeoutᅟ 的通知信号。