summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlsurface
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmlsurface')
-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 fea48bf1..f0a9f3f7 100644
--- a/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc
+++ b/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc
@@ -44,7 +44,7 @@
\include examples-run.qdocinc
- \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
@@ -75,7 +75,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.
@@ -117,5 +117,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
*/