StateMachineLoader QML Type
Dynamically loads an SCXML document and instantiates the state machine. 更多...
Import Statement: | import QtScxml 5.8 |
开始支持版本: | QtScxml 5.7 |
属性
- source : url
- stateMachine : ScxmlStateMachine
详细描述
属性
The URL of the SCXML document to load. Only synchronously accessible URLs are supported.
stateMachine : ScxmlStateMachine |
The state machine instance.