From f3f3de6c38c14a2cd3771916f26bcd926208e7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 25 Sep 2023 16:41:57 +0200 Subject: 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 --- examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc | 2 +- examples/quick/customitems/flipable/doc/src/flipable.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/quick') 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. -- cgit v1.2.3