From 8b9ab5e06e589cc7a252f7af9e945c38f8d25ada Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 21 Dec 2015 14:42:46 +0100 Subject: Doc: Added brief statements for Qt examples overview page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-50101 Change-Id: I0a7a8d7c3312923d956082fed7fcdf6567b44a7d Reviewed-by: Topi Reiniƶ --- examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc | 1 + examples/quick/customitems/flipable/doc/src/flipable.qdoc | 1 + examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc | 1 + examples/quick/customitems/tabwidget/doc/src/tabwidget.qdoc | 2 ++ 4 files changed, 5 insertions(+) (limited to 'examples/quick/customitems') 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 -- cgit v1.2.3