Registry / other / qtscxml

qtscxml

JSON →
library6.10.1vcpkgunverified

The Qt SCXML module provides functionality to create state machines from SCXML files.

vcpkg install qtscxml
INSTALL
IMPORT
SIG · QTSCXML
Q
qtscxml
othercppv6.10.1
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>

Load and start an SCXML state machine

#include <QCoreApplication> #include <QScxmlStateMachine> #include <QFile> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QFile file("statemachine.scxml"); file.open(QIODevice::ReadOnly); QScxmlStateMachine machine; machine.load(file.readAll()); machine.start(); return app.exec(); }
Debug
Known issues
breakingQt SCXML requires Qt6 and may have ABI breaks between minor versions.
fix
Ensure consistent Qt version across all dependencies.
affects: >=6.0
Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

qtscxml — pip install qtscxml · libregistry