aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-09-12 13:43:07 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-10-03 11:42:47 +0200
commitbfb460fa312b26d701258fb9ffc3684ed268b67c (patch)
tree4b8d83e16b7c454462a086289b21972b9c443dfa
parent2b93eb45116e0bf2cc62f614de66cfd261c552df (diff)
Doc: apply title case in section1 qtenginio
Task-number: QTBUG-40362 Change-Id: I3e95f9cd108acd57c0594c128ab2643231babe7d Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc4
-rw-r--r--examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc4
-rw-r--r--examples/enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc2
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc b/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
index 617214a..a6d132f 100644
--- a/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
+++ b/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
@@ -35,7 +35,7 @@
and a button to upload more images.
\image image-gallery.png
- \section1 Backend configuration
+ \section1 Backend Configuration
The Enginio backend needs to be set up to get this example working.
Go to the Enginio Dashboard and create a new backend with the \c{Image Gallery} template.
@@ -62,7 +62,7 @@
Copy the \e {backend id} from the Enginio dashboard.
They need to be entered into the example when it is executed for the first time.
- \section1 The example code
+ \section1 The Example Code
The first step is to set up the \l {EnginioClient} {Enginio client}.
\snippet image-gallery/image-gallery.qml client
diff --git a/examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc b/examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
index 2f5fbf4..dd9a391 100644
--- a/examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
+++ b/examples/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
@@ -44,7 +44,7 @@
Enginio backend. The backend can be created using the dashboard, where the Cloud Address Book preconfigured backend
can be chosen.
- \section1 Backend description
+ \section1 Backend Description
We recommend to use preconfigured backend, because it contains already all data and structures that are
needed to run these examples, but it is not difficult to create the backend from scratch too.
The backend should contain one custom object type \c objects.addressbook having properties:
@@ -58,7 +58,7 @@
All properties are of \c string type and have to be indexed, because only indexed properties will be searched
by the full text search.
- \section1 Application design
+ \section1 Application Design
The application's ui mainly consists of a table showing all addresses and a text filed where a query
can be typed. A user should be able to sort addresses or highlight an address containing a specified phrase.
diff --git a/examples/enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc b/examples/enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc
index 4a5fa2b..abf6e67 100644
--- a/examples/enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc
+++ b/examples/enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc
@@ -35,7 +35,7 @@
\image gallery-example.png
- \section1 Backend configuration
+ \section1 Backend Configuration
The \e Enginio \e backend needs to be set up in order to get this example working.
Go to the \e {Enginio Dashboard} and create a new backend with the \gui {Image Gallery} template.