From 90aff7026205d71efde65f1783a06af82e528287 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 2 Nov 2016 12:41:36 +0100 Subject: Doc: Use capitalization in section titles Change-Id: I3ea9dde5f98813716d754d292af1f005d33ba98e Reviewed-by: Leena Miettinen --- .../texturesurface/doc/src/texturesurface.qdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/datavisualization/texturesurface/doc/src/texturesurface.qdoc') diff --git a/examples/datavisualization/texturesurface/doc/src/texturesurface.qdoc b/examples/datavisualization/texturesurface/doc/src/texturesurface.qdoc index 19e0b973..4b228b57 100644 --- a/examples/datavisualization/texturesurface/doc/src/texturesurface.qdoc +++ b/examples/datavisualization/texturesurface/doc/src/texturesurface.qdoc @@ -45,7 +45,7 @@ \image texturesurface-example.png - \section1 Texture to a surface series + \section1 Texture to a Surface Series The image to be set as a texture to a surface can be set using QSurface3DSeries::setTextureFile(). In this example we have added a check box to control if the texture is set or not. The @@ -55,7 +55,7 @@ \snippet texturesurface/surfacegraph.cpp 0 - \section1 Topographic surface series + \section1 Topographic Surface Series The topographic data for this example is obtained from National Land Survey of Finland. It provides a product called \c{Elevation Model 2 m}, which was suitable for our needs. We selected @@ -76,7 +76,7 @@ And then the actual decoding. \snippet texturesurface/topographicseries.cpp 1 - \section1 Use custom input handler to enable zooming and panning + \section1 Use Custom Input Handler to Enable Zooming and Panning For the panning the implementation is similar to the \l{Axis Range Dragging With Labels Example}. The difference is that in this example we follow only dragging of X and Z axis and we don't @@ -98,7 +98,7 @@ \snippet texturesurface/custominputhandler.cpp 2 - \section1 Highlight an area of the surface + \section1 Highlight an Area of the Surface The main idea on creating a highlight on the surface is to create a copy of the series and add a bit of offset to the y value. On this example the class \c HighlightSeries implements the @@ -115,7 +115,7 @@ \snippet texturesurface/highlightseries.cpp 1 - \section1 A gradient to the highlight series + \section1 A Gradient to the Highlight Series Since the \c HighlightSeries is QSurface3DSeries, we can use all the decoration methods series can have. In this example we added a gradient to emphasize the elevation. Because the suitable gradient -- cgit v1.2.3