{"id":60441,"library":"qtscxml","title":"Qt SCXML","description":"The Qt SCXML module provides functionality to create state machines from SCXML files.","status":"active","version":"6.10.1","language":"cpp","source_language":null,"source_url":null,"tags":["qt","scxml","state-machine","ui"],"install":[{"cmd":"vcpkg install qtscxml","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(qtscxml CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Qt6::Scxml)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"QScxmlStateMachine","correct":"#include <QScxmlStateMachine>"}],"quickstart":{"code":"#include <QCoreApplication>\n#include <QScxmlStateMachine>\n#include <QFile>\n\nint main(int argc, char *argv[]) {\n    QCoreApplication app(argc, argv);\n    QFile file(\"statemachine.scxml\");\n    file.open(QIODevice::ReadOnly);\n    QScxmlStateMachine machine;\n    machine.load(file.readAll());\n    machine.start();\n    return app.exec();\n}","lang":"cpp","description":"Load and start an SCXML state machine"},"warnings":[{"fix":"Ensure consistent Qt version across all dependencies.","message":"Qt SCXML requires Qt6 and may have ABI breaks between minor versions.","severity":"breaking","affected_versions":">=6.0"}],"env_vars":null,"search_vec":"'creat':10 'file':15 'function':8 'machin':12,20 'modul':6 'provid':7 'qt':1,4,16 'scxml':2,5,14,17 'state':11,19 'state-machin':18 'ui':21","created_at":"2026-06-16T19:31:17.930724+00:00","updated_at":"2026-06-16T19:31:17.930724+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}