QSignalTransition QML Type
The QSignalTransition type provides a transition based on a Qt signal. More...
Properties
- senderObject : QObject
- signal : string
Detailed Description
\inqmlmoduleQtQml.StateMachine \inherits QAbstractTransition \ingroup statemachine-qmltypes \since 5.4
Do not use QSignalTransition directly; use SignalTransition or TimeoutTransition instead.
See also SignalTransition and TimeoutTransition.
Property Documentation
senderObject : QObject |
The sender object which is associated with this signal transition.
signal : string |
The signal which is associated with this signal transition.