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 f3f3de6c38)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-09-25 16:41:57 +02:00 committed by Qt Cherry-pick Bot
parent 986d83f23d
commit 231ef00306
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.