QEventTransition#

Inheritance diagram of PySide6.QtStateMachine.QEventTransition

Inherited by: QMouseEventTransition, QKeyEventTransition

Synopsis#

Properties#

Functions#

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.QtStateMachine.QEventTransition(object, type[, sourceState=None])#

PySide6.QtStateMachine.QEventTransition([sourceState=None])

Parameters:

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtStateMachine.QEventTransition.eventSource: PySide6.QtCore.QObject#
Access functions:
property PᅟySide6.QtStateMachine.QEventTransition.eventType: Type#
Access functions:
PySide6.QtStateMachine.QEventTransition.eventSource()#
Return type:

PySide6.QtCore.QObject

Getter of property eventSource .

PySide6.QtStateMachine.QEventTransition.eventType()#
Return type:

Type

Getter of property eventType .

PySide6.QtStateMachine.QEventTransition.setEventSource(object)#
Parameters:

objectPySide6.QtCore.QObject

Setter of property eventSource .

PySide6.QtStateMachine.QEventTransition.setEventType(type)#
Parameters:

typeType

Setter of property eventType .