QInputChordrepresents a set ofQAbstractActionInput‘s that must be triggerd at once. 更多 …
def
addChord
(input)
def
chords
()
def
removeChord
(input)
def
timeout
()
def
setTimeout
(timeout)
def
timeoutChanged
(timeout)
PySide2.Qt3DInput.Qt3DInput.
QInputChord
(
[
parent=None
]
)
¶
- param parent
QNode
构造新
QInputChord
采用父级
parent
.
PySide2.Qt3DInput.Qt3DInput.QInputChord.
addChord
(
input
)
¶
input
–
QAbstractActionInput
Append the
QAbstractActionInput
input
to the end of this
QInputChord
‘s chord vector.
另请参阅
PySide2.Qt3DInput.Qt3DInput.QInputChord.
chords
(
)
¶
返回
QInputChord
‘s chord vector.
PySide2.Qt3DInput.Qt3DInput.QInputChord.
removeChord
(
input
)
¶
input
–
QAbstractActionInput
Remove the
QAbstractActionInput
input
从此
QInputChord
‘s chord vector.
另请参阅
PySide2.Qt3DInput.Qt3DInput.QInputChord.
setTimeout
(
timeout
)
¶
timeout
–
int
Sets the time in which all
QAbstractActionInput
‘s in the input chord must triggered within to
timeout
. The time is in milliseconds
另请参阅
PySide2.Qt3DInput.Qt3DInput.QInputChord.
timeout
(
)
¶
int
另请参阅
PySide2.Qt3DInput.Qt3DInput.QInputChord.
timeoutChanged
(
timeout
)
¶
timeout
–
int