1234567891011121314151617 |
- config BR2_PACKAGE_QT6SCXML
- bool "qt6scxml"
- help
- Qt is a cross-platform application and UI framework for
- developers using C++.
- This package provides two related state machine modules:
- * StateMachine: provides classes for creating and executing
- state graphs.
- https://doc.qt.io/qt-6/qtstatemachine-index.html
- * Scxml: provides functionality to create state machines
- from SCXML files.
- https://doc.qt.io/qt-6/qtscxml-index.html
|