summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@qt.io>2023-02-22 10:38:20 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-24 07:03:17 +0000
commit7b2ec8d900d7e2553e00d3edc8d64c6177d8c8c1 (patch)
tree30f4d90f92c827f861fac3f5ffa54faed59f5009
parent1ea02289d8c31781a711b4e06f2b83c59609486e (diff)
Adjust the example landing page doc description
Task-number: QTBUG-111090 Change-Id: I20b5f98aa190f2f13bc1a2764a48d6afbf37ae8b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit 0fa13e27df59d0db384f03ddedc0798a35a5dfe3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/scxml/doc/qtscxml-examples.qdoc17
1 files changed, 6 insertions, 11 deletions
diff --git a/src/scxml/doc/qtscxml-examples.qdoc b/src/scxml/doc/qtscxml-examples.qdoc
index 8677b21..765f121 100644
--- a/src/scxml/doc/qtscxml-examples.qdoc
+++ b/src/scxml/doc/qtscxml-examples.qdoc
@@ -10,16 +10,11 @@
The Qt SCXML example applications demonstrate the functionality provided by the
\l{Qt SCXML} module.
-There are multiple versions of the \e Invoke, \e {Media Player}, and
-\e {Traffic Light} example applications. Each application has some common files
-that are stored in a common folder, in addition to the files stored in the
-example version folder.
+There are multiple versions of the \e {Traffic Light} example application.
+The application has shared common files, and in addition specific files for
+each version of the application, under their respective folders. They demonstrate
+the different options for creating user interfaces (using \l {Qt Widgets}
+or \l {Qt Quick}) and for loading the SCXML dynamically versus first compiling
+it to a C++ class (the \e static versions).
-All versions of an example application have the same appearance and
-functionality. They demonstrate the different options for creating user
-interfaces (using \l {Qt Widgets} or \l {Qt Quick}) and for loading the SCXML
-dynamically versus first compiling it to a C++ class (the \e static versions).
-
-In addition, the Media Player example versions demonstrate how to access the C++
-and ECMAScript data models.
*/