diff options
author | Kai Köhne <[email protected]> | 2023-09-25 16:41:57 +0200 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2023-12-11 17:39:50 +0000 |
commit | f3f3de6c38c14a2cd3771916f26bcd926208e7cd (patch) | |
tree | 65d337664775b4b897614e5d0b85c33216d6922c /examples/quick/customitems | |
parent | 7cdcaba54c6cbe3fd54a3adb764404820237e27d (diff) |
Doc: Move Flipable, Dial Control example to UI Components category
Arguably fits better than Graphics & Multimedia.
Pick-to: 6.6 6.7
Change-Id: I2604d5f43621a73ad28d01532e6ad8ec121a2e29
Reviewed-by: Fabian Kosmale <[email protected]>
Diffstat (limited to 'examples/quick/customitems')
-rw-r--r-- | examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc | 2 | ||||
-rw-r--r-- | examples/quick/customitems/flipable/doc/src/flipable.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc b/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc index a94d93788d..7b56478c37 100644 --- a/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc +++ b/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc @@ -6,7 +6,7 @@ \title UI Components: Dial Control Example \example customitems/dialcontrol \brief The Dial Control Example shows how to create a speedometer-type dial. - \examplecategory {Graphics & Multimedia} + \examplecategory {User Interface Components} 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 e9cd6b75f3..8b2eea6611 100644 --- a/examples/quick/customitems/flipable/doc/src/flipable.qdoc +++ b/examples/quick/customitems/flipable/doc/src/flipable.qdoc @@ -5,7 +5,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. - \examplecategory {Graphics & Multimedia} + \examplecategory {User Interface Components} This example shows how to use the \l Flipable element. |