summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc')
-rw-r--r--examples/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc b/examples/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc
index b92ceec6..42905ff3 100644
--- a/examples/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc
+++ b/examples/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc
@@ -42,7 +42,7 @@
map images, so in this section we skip explaining the application creation. For a 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 how to add several surface series to one graph using using
HeightMapSurfaceDataProxies and how to control their visibilities individually.
@@ -65,7 +65,7 @@
\snippet qmlsurfacelayers/qml/qmlsurfacelayers/main.qml 2
\dots
- \section1 Controlling the graph
+ \section1 Controlling the Graph
Let's add some checkboxes to control the visibility of layers:
@@ -87,5 +87,5 @@
\snippet qmlsurfacelayers/qml/qmlsurfacelayers/main.qml 6
- \section1 Example contents
+ \section1 Example Contents
*/