QInputSequence¶
QInputSequence
represents a set ofQAbstractActionInput
‘s that must be triggerd one after the other. More…
Synopsis¶
Functions¶
def
addSequence
(input)def
buttonInterval
()def
removeSequence
(input)def
sequences
()def
timeout
()
Slots¶
def
setButtonInterval
(buttonInterval)def
setTimeout
(timeout)
Signals¶
def
buttonIntervalChanged
(buttonInterval)def
timeoutChanged
(timeout)
Detailed Description¶
-
class
PySide2.Qt3DInput.
QInputSequence
([parent=None])¶ - param parent
Constructs a new
QInputSequence
with parentparent
.
-
PySide2.Qt3DInput.QInputSequence.
addSequence
(input)¶ - Parameters
Append the
QAbstractActionInput
input
to the end of thisQInputSequence
‘s sequence vector.See also
removeSequence
- Return type
int
The maximum time in between consecutive
QAbstractActionInput
‘s in the input sequence. The time is in milliseconds.
- Parameters
buttonInterval – int
-
PySide2.Qt3DInput.QInputSequence.
removeSequence
(input)¶ - Parameters
Remove the
QAbstractActionInput
input
from thisQInputSequence
‘s sequence vector.See also
addSequence
-
PySide2.Qt3DInput.QInputSequence.
sequences
()¶ - Return type
Returns the
QInputSequence
‘s sequence vector.
-
PySide2.Qt3DInput.QInputSequence.
setButtonInterval
(buttonInterval)¶ - Parameters
buttonInterval – int
The maximum time in between consecutive
QAbstractActionInput
‘s in the input sequence. The time is in milliseconds.
-
PySide2.Qt3DInput.QInputSequence.
setTimeout
(timeout)¶ - Parameters
timeout – int
The time in which all
QAbstractActionInput
‘s in the input sequence must triggered within. The time is in milliseconds.
-
PySide2.Qt3DInput.QInputSequence.
timeout
()¶ - Return type
int
The time in which all
QAbstractActionInput
‘s in the input sequence must triggered within. The time is in milliseconds.
-
PySide2.Qt3DInput.QInputSequence.
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.