QInputSequence#
QInputSequence represents a set of QAbstractActionInput ‘s that must be triggerd one after the other. More…
Synopsis#
Properties#
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)
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.Qt3DInput.Qt3DInput.QInputSequence([parent=None])#
- Parameters:
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Constructs a new QInputSequence with parent parent.
Note
Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.
- property PᅟySide6.Qt3DInput.Qt3DInput.QInputSequence.buttonInterval: int#
The maximum time in between consecutive QAbstractActionInput ‘s in the input sequence. The time is in milliseconds.
- Access functions:
setButtonInterval(buttonInterval)Signal
buttonIntervalChanged(buttonInterval)
- property PᅟySide6.Qt3DInput.Qt3DInput.QInputSequence.timeout: int#
The time in which all QAbstractActionInput ‘s in the input sequence must triggered within. The time is in milliseconds.
- Access functions:
timeout()setTimeout(timeout)Signal
timeoutChanged(timeout)
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.addSequence(input)#
- Parameters:
Append the QAbstractActionInput input to the end of this QInputSequence ‘s sequence vector.
See also
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.buttonInterval()#
- Return type:
int
Returns the maximum time in between consecutive QAbstractActionInput ‘s in the input sequence. The time is in milliseconds
See also
Getter of property buttonInterval .
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.buttonIntervalChanged(buttonInterval)#
- Parameters:
buttonInterval – int
Notification signal of property buttonInterval .
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.removeSequence(input)#
- Parameters:
Remove the QAbstractActionInput input from this QInputSequence ‘s sequence vector.
See also
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.sequences()#
- Return type:
Returns the QInputSequence ‘s sequence vector.
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.setButtonInterval(buttonInterval)#
- Parameters:
buttonInterval – int
See also
Setter of property buttonInterval .
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.setTimeout(timeout)#
- Parameters:
timeout – int
See also
Setter of property timeout .
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.timeout()#
- Return type:
int
Returns the time in which all QAbstractActionInput ‘s in the input sequence must triggered within. The time is in milliseconds
See also
Getter of property timeout .
- PySide6.Qt3DInput.Qt3DInput.QInputSequence.timeoutChanged(timeout)#
- Parameters:
timeout – int
Notification signal of property timeout .