summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlsurface/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2016-11-02 12:41:36 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2016-11-02 12:46:21 +0000
commit90aff7026205d71efde65f1783a06af82e528287 (patch)
tree649de23cdb82919e47880bbfd1dad55f3377ff53 /examples/datavisualization/qmlsurface/doc
parent8e59b4a63acc0d8f9f5e6d710788f3bfe5915ae3 (diff)
Doc: Use capitalization in section titles
Change-Id: I3ea9dde5f98813716d754d292af1f005d33ba98e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'examples/datavisualization/qmlsurface/doc')
-rw-r--r--examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc b/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc
index 55ec2bdd..e93d55e7 100644
--- a/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc
+++ b/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc
@@ -42,7 +42,7 @@
we skip explaining the application creation. For more detailed QML example documentation,
see \l{Qt Quick 2 Scatter Example}.
- \section1 Adding data to the graph
+ \section1 Adding Data to the Graph
This example shows two methods to set data to surface graph, using the HeightMapSurfaceDataProxy
and ItemModelSurfaceDataProxy. First we go through setting the data using the height map specific
@@ -73,7 +73,7 @@
\dots 0
\snippet qmlsurface/qml/qmlsurface/main.qml 6
- \section1 Showing data
+ \section1 Showing Data
In the \c main.qml, we set up the Surface3D element to show the data and various UI elements
to illustrate few interesting features.
@@ -115,5 +115,5 @@
250 on height map proxy to show exaggerated height. At the same time the middle color position
on the gradient is modified to match the value range change.
- \section1 Example contents
+ \section1 Example Contents
*/