aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2015-12-21 14:42:46 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-01-05 12:23:28 +0000
commit8b9ab5e06e589cc7a252f7af9e945c38f8d25ada (patch)
tree5479199e4f8d7a2a00f32cfe06f29ab4f86cf995 /examples/quick
parent58ce11c6c96a2d1afe46284dda91913dd4ef82ae (diff)
Doc: Added brief statements for Qt examples overview page
Task-number: QTBUG-50101 Change-Id: I0a7a8d7c3312923d956082fed7fcdf6567b44a7d Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc1
-rw-r--r--examples/quick/customitems/flipable/doc/src/flipable.qdoc1
-rw-r--r--examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc1
-rw-r--r--examples/quick/customitems/tabwidget/doc/src/tabwidget.qdoc2
-rw-r--r--examples/quick/threading/threadedlistmodel/doc/src/threadedlistmodel.qdoc2
5 files changed, 7 insertions, 0 deletions
diff --git a/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc b/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc
index 064dba51ef..9bc6a61716 100644
--- a/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc
+++ b/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc
@@ -42,6 +42,7 @@
/*!
\title UI Components: Dial Control Example
\example customitems/dialcontrol
+ \brief The Dial Control Example shows how to create a speedometer-type dial.
This example shows how to create a dial-type control. It combines
\l Image elements with \l Rotation transforms and \l SpringAnimation behaviors
diff --git a/examples/quick/customitems/flipable/doc/src/flipable.qdoc b/examples/quick/customitems/flipable/doc/src/flipable.qdoc
index b492f2c147..c4b7969b7e 100644
--- a/examples/quick/customitems/flipable/doc/src/flipable.qdoc
+++ b/examples/quick/customitems/flipable/doc/src/flipable.qdoc
@@ -41,6 +41,7 @@
/*!
\title UI Components: Flipable Example
\example customitems/flipable
+ \brief The Flipable Example shows an item that flips whenever clicked, rotating around the y-axis.
This example shows how to use the \l Flipable element.
diff --git a/examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc b/examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc
index 7adb3beb94..e5a4b11742 100644
--- a/examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc
+++ b/examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc
@@ -27,6 +27,7 @@
/*!
\title UI Components: Scroll Bar Example
\example customitems/scrollbar
+ \brief The Scroll Bar Example shows how to use scroll bars on a flickable element.
This example shows how to create scroll bars for a \l Flickable element
using the \l {Flickable::visibleArea.xPosition}{Flickable::visibleArea}
diff --git a/examples/quick/customitems/tabwidget/doc/src/tabwidget.qdoc b/examples/quick/customitems/tabwidget/doc/src/tabwidget.qdoc
index dbda19384b..862c527d9f 100644
--- a/examples/quick/customitems/tabwidget/doc/src/tabwidget.qdoc
+++ b/examples/quick/customitems/tabwidget/doc/src/tabwidget.qdoc
@@ -28,6 +28,8 @@
/*!
\title TabWidget Example
\example customitems/tabwidget
+ \brief The TabWidget example shows how to create a tabwidget using property aliases
+ and QML Object default properties
This example shows how to create a tab widget. It also demonstrates how
\l {Property aliases}{property aliases} and
diff --git a/examples/quick/threading/threadedlistmodel/doc/src/threadedlistmodel.qdoc b/examples/quick/threading/threadedlistmodel/doc/src/threadedlistmodel.qdoc
index 68f0db9629..7e0a46139a 100644
--- a/examples/quick/threading/threadedlistmodel/doc/src/threadedlistmodel.qdoc
+++ b/examples/quick/threading/threadedlistmodel/doc/src/threadedlistmodel.qdoc
@@ -28,6 +28,8 @@
/*!
\title Threaded ListModel Example
\example threading/threadedlistmodel
+ \brief The Threaded ListModel example shows how to use a ListModel from multiple
+ threads using WorkerScript.
This example shows how to use a ListModel from multiple threads using
WorkerScript.