Note
This class was introduced in Qt 4.6
The PySide.QtGui.QKeyEventTransition class provides a transition for key events.
PySide.QtGui.QKeyEventTransition is part of The State Machine Framework .
See also
QState.addTransition()
Parameters: |
|
---|
Constructs a new key event transition with the given sourceState .
Return type: | PySide.QtCore.int |
---|
This property holds the key that this key event transition is associated with.
Return type: | PySide.QtCore.Qt.KeyboardModifiers |
---|
This property holds the keyboard modifier mask that this key event transition checks for.
Parameters: | key – PySide.QtCore.int |
---|
This property holds the key that this key event transition is associated with.
Parameters: | modifiers – PySide.QtCore.Qt.KeyboardModifiers |
---|
This property holds the keyboard modifier mask that this key event transition checks for.