QInputChord¶
QInputChord
represents a set ofQAbstractActionInput
‘s that must be triggerd at once. More…
Synopsis¶
Functions¶
def
addChord
(input)def
chords
()def
removeChord
(input)def
timeout
()
Slots¶
def
setTimeout
(timeout)
Signals¶
def
timeoutChanged
(timeout)
Detailed Description¶
-
class
PySide2.Qt3DInput.
QInputChord
([parent=None])¶ - param parent
Constructs a new
QInputChord
with parentparent
.
-
PySide2.Qt3DInput.QInputChord.
addChord
(input)¶ - Parameters
Append the
QAbstractActionInput
input
to the end of thisQInputChord
‘s chord vector.See also
removeChord
-
PySide2.Qt3DInput.QInputChord.
chords
()¶ - Return type
Returns the
QInputChord
‘s chord vector.
-
PySide2.Qt3DInput.QInputChord.
removeChord
(input)¶ - Parameters
Remove the
QAbstractActionInput
input
from thisQInputChord
‘s chord vector.See also
addChord
-
PySide2.Qt3DInput.QInputChord.
setTimeout
(timeout)¶ - Parameters
timeout – int
The time in which all
QAbstractActionInput
‘s in the input chord must triggered within. The time is in milliseconds.
-
PySide2.Qt3DInput.QInputChord.
timeout
()¶ - Return type
int
The time in which all
QAbstractActionInput
‘s in the input chord must triggered within. The time is in milliseconds.
-
PySide2.Qt3DInput.QInputChord.
timeoutChanged
(timeout)¶ - Parameters
timeout – int
© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.