summaryrefslogtreecommitdiff
path: root/doc/src/editors/creator-coding.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/editors/creator-coding.qdoc')
-rw-r--r--doc/src/editors/creator-coding.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/editors/creator-coding.qdoc b/doc/src/editors/creator-coding.qdoc
index 4d518aa78e..73ca7751ce 100644
--- a/doc/src/editors/creator-coding.qdoc
+++ b/doc/src/editors/creator-coding.qdoc
@@ -92,6 +92,15 @@
Modeling Language (UML) style models with structured diagrams and
store them in XML format.
+ \li \l{Editing State Charts}
+
+ You can use \QC to create applications that embed state machines. A
+ project wizard creates \l{https://www.w3.org/TR/scxml/}
+ {State Chart XML (SCXML)} files with boilerplate code that you can
+ edit using an experimental SCXML editor. You can use the classes in
+ the Qt SCXML module to embed state machines created from the files
+ in Qt applications.
+
\endlist
*/