This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/qtscxml/badges/latest-version.svg)](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]]