summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-04-08 15:05:37 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-15 14:40:38 +0200
commit4aad1242e142d4a1d92372a77f4a7855b2f23be8 (patch)
treeb708f83a5372f3c43d4f6f4b3d9164ce63435045
parentf580f4ce858a332e62948c1c5372995e9a576452 (diff)
downloadqtquickcontrols-4aad1242e142d4a1d92372a77f4a7855b2f23be8.tar.gz
Doc: Adding information about how to run the example.
-includes a file from qtbase/doc/global/includes -added to example pages (\example) Task-number: QTBUG-33597 Change-Id: I1356e12826a7702b4431f815d6ec42b28e21003c Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
-rw-r--r--src/controls/doc/src/qtquickcontrols-examples.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-examples.qdoc b/src/controls/doc/src/qtquickcontrols-examples.qdoc
index 45b61598..205720c8 100644
--- a/src/controls/doc/src/qtquickcontrols-examples.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-examples.qdoc
@@ -44,6 +44,8 @@
This example project demonstrates the various UI components provided by
\l{Qt Quick Controls}.
+
+ \include examples-run.qdocinc
*/
/*!
@@ -56,6 +58,8 @@
This example shows how to easily arrange UI components into
\l{Qt Quick Layouts}{layouts} with \l{GridLayout}, \l{RowLayout}, and
\l{ColumnLayout}.
+
+ \include examples-run.qdocinc
*/
/*!
@@ -68,6 +72,8 @@
This example project demonstrates the usage of \l {SplitView} from
\l{Qt Quick Controls} - a control that lays out items horizontally or
vertically with a draggable splitter between each item.
+
+ \include examples-run.qdocinc
*/
/*!
@@ -81,6 +87,8 @@
can be used together with different types of data models to display
lists of information with support for scroll bars, selections and
resizable header sections.
+
+ \include examples-run.qdocinc
*/
/*!
@@ -92,6 +100,8 @@
This example implements a text editor using \l{Qt Quick Controls},
complete with text formatting options, copy-paste and undo/redo.
+
+ \include examples-run.qdocinc
*/
/*!
@@ -103,6 +113,8 @@
This example shows how to implement a UI suitable
for touch input using \l{Qt Quick Controls}.
+
+ \include examples-run.qdocinc
*/
/*!
@@ -114,4 +126,6 @@
This example shows how Calendar can be used to view events retrieved from
an SQL database.
+
+ \include examples-run.qdocinc
*/