aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/stocqt/stocqt.qdoc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-07-24 12:15:47 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-24 07:53:05 +0200
commita53253d89fc281d8754aeeaaa497cf42ce5d314e (patch)
tree44d2fbaaf0cd0b62a23e726f7517171d9ffb450a /examples/demos/stocqt/stocqt.qdoc
parentc315908dc4331ee5f47012865842352ea0dd6ca4 (diff)
Clean up StocQt demo
Rename, add cpp shell, add doc file, add project files. Task-number: QTBUG-26235 Change-Id: I51c2abefbadbadbadae0abdde5a52f857bcdb68b Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'examples/demos/stocqt/stocqt.qdoc')
-rw-r--r--examples/demos/stocqt/stocqt.qdoc39
1 files changed, 39 insertions, 0 deletions
diff --git a/examples/demos/stocqt/stocqt.qdoc b/examples/demos/stocqt/stocqt.qdoc
new file mode 100644
index 0000000000..eb03c073de
--- /dev/null
+++ b/examples/demos/stocqt/stocqt.qdoc
@@ -0,0 +1,39 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** GNU Free Documentation License
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file.
+**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms
+** and conditions contained in a signed written agreement between you
+** and Nokia.
+**
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \title QML Demo - StocQt
+ \example demos/StocQt
+ \brief This is an example stock chart viewer written in QML.
+ \image qml-stocqt-demo-small.png
+
+ This demo implements a simple stock chart viewer, designed for portrait devices.
+
+ This app requests online data, which it processes in javascript. It then paints a chart depiction of the data using
+ the Canvas imperative drawing API.
+*/
+