aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-25 16:41:57 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-12-11 20:15:35 +0000
commit231ef00306a85f1dd7a0b0892ec92a113e99460b (patch)
tree65d337664775b4b897614e5d0b85c33216d6922c
parent986d83f23d2d7cb4500265fce00c10aff28f71fc (diff)
Doc: Move Flipable, Dial Control example to UI Components category
Arguably fits better than Graphics & Multimedia. Pick-to: 6.6 Change-Id: I2604d5f43621a73ad28d01532e6ad8ec121a2e29 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit f3f3de6c38c14a2cd3771916f26bcd926208e7cd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc2
-rw-r--r--examples/quick/customitems/flipable/doc/src/flipable.qdoc2
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.