aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-09-12 11:01:33 +0200
committerNico Vertriest <nico.vertriest@digia.com>2014-09-24 12:16:44 +0200
commitcce0e1f9c27683292741310a730e21e36f123ae0 (patch)
treeeab1adf83381f1b9cc9fd4d59fde4eec2c5f28cd /examples/quick
parentd0138bbd479019e0ac402c87144995554950970c (diff)
Doc: apply title case to all section1 titles
Task-number: QTBUG-41250 Change-Id: I303d989992c9685f73baae50c64accf71b43549f Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/canvas/doc/src/canvas.qdoc8
-rw-r--r--examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc2
-rw-r--r--examples/quick/text/doc/src/text.qdoc2
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/quick/canvas/doc/src/canvas.qdoc b/examples/quick/canvas/doc/src/canvas.qdoc
index 2c4bd1f752..e5138e3f35 100644
--- a/examples/quick/canvas/doc/src/canvas.qdoc
+++ b/examples/quick/canvas/doc/src/canvas.qdoc
@@ -38,12 +38,12 @@
\include examples-run.qdocinc
- \section1 Red heart
+ \section1 Red Heart
\e{Red heart} uses the bezier curve API to stroke and fill a red heart.
\snippet canvas/bezierCurve/bezierCurve.qml 0
- \section1 Talk bubble
+ \section1 Talk Bubble
\e{Talk bubble} uses the quadraticCurveTo() API to stroke and fill a
customized talk bubble:
@@ -57,12 +57,12 @@
\e Squircle uses a collection of simple moveTo() and lineTo() path APIs to
draw a smooth squircle.
- \section1 Rounded rectangle
+ \section1 Rounded Rectangle
\e{Rounded rectangle} uses a collection of lineTo() and arcTo() path APIs to
draw a rounded rectangle.
- \section1 Smile face
+ \section1 Smile Face
\e{Smile face} uses several paths to draw and fill a smiling face.
diff --git a/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc b/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc
index cdf4cadf82..d823074b37 100644
--- a/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc
+++ b/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc
@@ -83,7 +83,7 @@
returned by the \l {QQuickPaintedItem::}{contentsBoundingRect()} function is the size
of the item as defined in the QML file.
- \section1 textballoons.qml file
+ \section1 Textballoons.qml File
The Interface consists of two main parts. The scrollable area with the
textballoons and the controls button to add new balloons.
diff --git a/examples/quick/text/doc/src/text.qdoc b/examples/quick/text/doc/src/text.qdoc
index 8ef79ab9d9..e882ba3535 100644
--- a/examples/quick/text/doc/src/text.qdoc
+++ b/examples/quick/text/doc/src/text.qdoc
@@ -73,7 +73,7 @@
\e Banner is a simple example showing how to create a banner using a row of
text types and a \l NumberAnimation.
- \section1 Img tag
+ \section1 Img Tag
\e{Img tag} shows different ways of displaying images in text objects using
the \c{<img>} tag.