QAbstractState QML Type
The QAbstractState type is the base type of States of a StateMachine. 更多...
Import Statement: | import QtQml.StateMachine 1.0 |
开始支持版本: | Qt 5.4 |
派生类: | FinalState, HistoryState, and State |
属性
- active : bool
信号
详细描述
Do not use QAbstractState directly; use State, FinalState or StateMachine instead.
参见 StateMachine and State.