summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-09-04 16:18:42 +0300
committerTero Ahola <tero.ahola@digia.com>2012-09-04 16:24:18 +0300
commitbd364d5894142792de10942deeb342348bc39ba5 (patch)
tree5684e146d041fd7fc3e4efeaab3a27598aba969a /doc
parentcd90476681980dadc6d3f95b5ca5456995061c01 (diff)
QML: Added possibility to define axes when creating series
Diffstat (limited to 'doc')
-rw-r--r--doc/images/demos_qmloscilloscope.pngbin62405 -> 68198 bytes
-rw-r--r--doc/src/demos-qmloscilloscope.qdoc4
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/images/demos_qmloscilloscope.png b/doc/images/demos_qmloscilloscope.png
index 214dbb0f..1f5fb582 100644
--- a/doc/images/demos_qmloscilloscope.png
+++ b/doc/images/demos_qmloscilloscope.png
Binary files differ
diff --git a/doc/src/demos-qmloscilloscope.qdoc b/doc/src/demos-qmloscilloscope.qdoc
index dd202746..c775171e 100644
--- a/doc/src/demos-qmloscilloscope.qdoc
+++ b/doc/src/demos-qmloscilloscope.qdoc
@@ -24,4 +24,8 @@
The data of the line series is updated with a QML timer. In a real life application the
updating could triggered with a signal from Qt C++ code.
\snippet ../demos/qmloscilloscope/qml/qmloscilloscope/ScopeView.qml 2
+
+ The oscilloscope also allows you to switch the type of the series used for visualizing the
+ signal sources. This is implemented by dynamically destroying and creating series:
+ \snippet ../demos/qmloscilloscope/qml/qmloscilloscope/ScopeView.qml 3
*/