qtscxml
Qt SCXML module
The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content.
- Versions: 6.9.2 · 5.15.17
- Website: https://www.qt.io/
- Licenses: LGPL 2.1 · LGPL 3
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of qtscxml as follows:
guix install qtscxml
Or install a particular version:
guix install qtscxml@5.15.17
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of qtscxml about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/qtscxml'><img src='https://packages.guix.gnu.org/packages/qtscxml/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/qtscxml)
Example Org:
[[https://packages.guix.gnu.org/packages/qtscxml][https://packages.guix.gnu.org/packages/qtscxml/badges/latest-version.svg]]