QKeyEventTransition¶
Synopsis¶
Functions¶
def
key
()def
modifierMask
()def
setKey
(key)def
setModifierMask
(modifiers)
Detailed Description¶
- class PySide6.QtStateMachine.QKeyEventTransition(object, type, key[, sourceState=None])¶
PySide6.QtStateMachine.QKeyEventTransition([sourceState=None])
- Parameters
key – int
sourceState –
PySide6.QtStateMachine.QState
object –
PySide6.QtCore.QObject
type –
Type
- PySide6.QtStateMachine.QKeyEventTransition.key()¶
- Return type
int
- PySide6.QtStateMachine.QKeyEventTransition.modifierMask()¶
- Return type
KeyboardModifiers
- PySide6.QtStateMachine.QKeyEventTransition.setKey(key)¶
- Parameters
key – int
- PySide6.QtStateMachine.QKeyEventTransition.setModifierMask(modifiers)¶
- Parameters
modifiers –
KeyboardModifiers
© 2022 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.