From bfb460fa312b26d701258fb9ffc3684ed268b67c Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 12 Sep 2014 13:43:07 +0200 Subject: Doc: apply title case in section1 qtenginio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-40362 Change-Id: I3e95f9cd108acd57c0594c128ab2643231babe7d Reviewed-by: Topi Reiniƶ --- examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc | 4 ++-- .../enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc | 4 ++-- .../enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') 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. -- cgit v1.2.1