summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/customitems
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/customitems')
-rw-r--r--examples/datavisualization/customitems/doc/src/customitems.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/datavisualization/customitems/doc/src/customitems.qdoc b/examples/datavisualization/customitems/doc/src/customitems.qdoc
index 9716d8a7..a389a6f1 100644
--- a/examples/datavisualization/customitems/doc/src/customitems.qdoc
+++ b/examples/datavisualization/customitems/doc/src/customitems.qdoc
@@ -41,7 +41,7 @@
\include examples-run.qdocinc
- \section1 Adding custom meshes to the application
+ \section1 Adding Custom Meshes to the Application
We'll add the meshes in a resource file:
@@ -55,7 +55,7 @@
</RCC>
\endcode
- \section1 Adding custom item to a graph
+ \section1 Adding Custom Item to a Graph
In this example we do not have specific textures for our meshes, so we'll just create a small
QImage and fill it with a single color:
@@ -75,7 +75,7 @@
\snippet customitems/customitemgraph.cpp 3
- \section1 Removing custom item from a graph
+ \section1 Removing Custom Item from a Graph
We'll just call \c removeCustomItemAt() with the position of the item: