summaryrefslogtreecommitdiffstats
path: root/examples/bars/doc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-03 14:26:46 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-04 08:19:30 +0300
commitd879027ac73093e51d3470e9aea87aa5479a0ef1 (patch)
treea7be8452ce0908d3b7ed58413915b5072a83fd8c /examples/bars/doc
parent7e35ce01ac38fea1d7c3ce51ab9c24fdf6e7453c (diff)
Replace 'chart' with 'graph'
Task-number: QTRD-2369 Change-Id: Ic39bc03a0eee4fe75978e71af06ad7a655e958a9 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/bars/doc')
-rw-r--r--examples/bars/doc/images/bars-example.pngbin0 -> 163146 bytes
-rw-r--r--examples/bars/doc/src/bars.qdoc28
2 files changed, 28 insertions, 0 deletions
diff --git a/examples/bars/doc/images/bars-example.png b/examples/bars/doc/images/bars-example.png
new file mode 100644
index 00000000..0f321c95
--- /dev/null
+++ b/examples/bars/doc/images/bars-example.png
Binary files differ
diff --git a/examples/bars/doc/src/bars.qdoc b/examples/bars/doc/src/bars.qdoc
new file mode 100644
index 00000000..8a9a4458
--- /dev/null
+++ b/examples/bars/doc/src/bars.qdoc
@@ -0,0 +1,28 @@
+/****************************************************************************
+**
+** Copyright (C) 2013 Digia Plc
+** All rights reserved.
+** For any questions to Digia, please use contact form at http://qt.digia.com
+**
+** This file is part of the QtDataVisualization module.
+**
+** Licensees holding valid Qt Enterprise licenses may use this file in
+** accordance with the Qt Enterprise License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia.
+**
+** If you have questions regarding the use of this file, please use
+** contact form at http://qt.digia.com
+**
+****************************************************************************/
+
+/*!
+ \example bars
+ \title Bars Example
+
+ The bars example shows how to make a simple 3D bar graph using Q3DBars.
+
+ \image bars-example.png
+
+ TODO
+*/