summaryrefslogtreecommitdiffstats
path: root/examples/scxml/mediaplayer-qml-dynamic
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-03-09 16:59:06 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-03-15 15:01:14 +0000
commit93ba677a1c1661710a8a6e20140858ef238eda21 (patch)
tree4adb539717ad645ff517aecd23d201d34910665b /examples/scxml/mediaplayer-qml-dynamic
parent7d0c11c64f61d5ef6e5bd6513ddd6387bb6ae92e (diff)
Doc: Add docs for Mediaplayer example versions
- Add screenshot - Use include files for info common to several app versions - Add examples directory to sourcedirs in the .qdocconf file to be able to put the include files to the mediaplayer-common folder Change-Id: I411d74d51d17b9ed5d906e23ede3b64e3b6b2dac Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'examples/scxml/mediaplayer-qml-dynamic')
-rw-r--r--examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc18
1 files changed, 16 insertions, 2 deletions
diff --git a/examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc b/examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
index 7bdc6e3..525974a 100644
--- a/examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
+++ b/examples/scxml/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
@@ -27,8 +27,22 @@
/*!
\example mediaplayer-qml-dynamic
- \title Qt SCXML: Media Player QML Example (Dynamic)
+ \title Qt SCXML Media Player QML Example (Dynamic)
\ingroup examples-qtscxml
- \brief Demonstrates how to send/receive data to/from EcmaScript data-model.
+ \brief A Qt Quick application that sends data to and receives it from a
+ dynamically loaded ECMAScript data model.
+
+ \image mediaplayer.png
+
+ \e {Media Player QML Example (Dynamic)} demonstrates how to access data from
+ a dynamically loaded ECMAScript data model.
+
+ The UI is created using Qt Quick.
+
+ \include examples-run.qdocinc
+
+ \include mediaplayer-ecmascript-data-model.qdocinc
+
+ \include mediaplayer-dynamic.qdocinc
*/