Registry / other / qt5-scxml

qt5-scxml

JSON →
library5.15.18vcpkgunverified

The Qt SCXML module provides classes for embedding state machines created from State Chart XML (SCXML) files in Qt applications.

vcpkg install qt5-scxml
INSTALL
IMPORT
SIG · QT5-SCXML
Q
qt5-scxml
othercppv5.15.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QScxmlStateMachine
#include <QScxmlStateMachine>

Create and start a Qt SCXML state machine

#include <QScxmlStateMachine> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QScxmlStateMachine machine; machine.start(); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

qt5-scxml — pip install qt5-scxml · libregistry