summaryrefslogtreecommitdiffstats
path: root/examples/qmlscatter/doc
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-08-08 08:10:23 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-08-08 08:21:49 +0300
commit5f35cb89650e02aa751f51f12bcad61caa6e9752 (patch)
tree75ef33b0ae58cfeb67c3bb07d0931c24110af234 /examples/qmlscatter/doc
parentebee290095f9a32dbcf5956e9fed50d2610cbfe1 (diff)
DeclarativeScatter example added
+ fixed auto-scaling Change-Id: I420dd8ecb0ad11c5a9c7d8317ff4c13878b5bc59 Change-Id: I420dd8ecb0ad11c5a9c7d8317ff4c13878b5bc59 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/qmlscatter/doc')
-rw-r--r--examples/qmlscatter/doc/src/qmlscatter.qdoc38
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/qmlscatter/doc/src/qmlscatter.qdoc b/examples/qmlscatter/doc/src/qmlscatter.qdoc
new file mode 100644
index 00000000..b38111fc
--- /dev/null
+++ b/examples/qmlscatter/doc/src/qmlscatter.qdoc
@@ -0,0 +1,38 @@
+/****************************************************************************
+**
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the QtDataVis3D module.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** 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. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \example qmlscatter
+ \title Qt Quick 2 Scatter Example
+
+ The Qt Quick 2 scatter example shows how to make a simple scatter chart visualization using
+ Q3DScatter using Qt Quick 2.
+
+ \image qmlscatter-example.png
+
+ TODO
+*/