diff options
author | Nico Vertriest <nico.vertriest@theqtcompany.com> | 2015-12-21 14:42:46 +0100 |
---|---|---|
committer | Nico Vertriest <nico.vertriest@theqtcompany.com> | 2016-01-05 12:23:28 +0000 |
commit | 8b9ab5e06e589cc7a252f7af9e945c38f8d25ada (patch) | |
tree | 5479199e4f8d7a2a00f32cfe06f29ab4f86cf995 /examples/quick/customitems | |
parent | 58ce11c6c96a2d1afe46284dda91913dd4ef82ae (diff) |
Diffstat (limited to 'examples/quick/customitems')
4 files changed, 5 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 |