From f290c88c80be6e1568d3f97d860c5acf9ea5a08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 7 Dec 2022 14:37:28 +0100 Subject: Doc: Put selected examples in Applications category Mark Coffee, Calcqlatr, Photo Surface as part of the Applications category, which we want to prominently feature in the next generation of QtC's example screen. While at it, also simplify the names. Task-number: QTBUG-108751 Change-Id: I34e7a2b3aad0db9cb2e79f683bce19554dc4002d Reviewed-by: Eike Ziller (cherry picked from commit e2178c1b51b343ac4ffc8b2bd5ad202db19ff8f1) Reviewed-by: Qt Cherry-pick Bot --- examples/demos/calqlatr/doc/src/calqlatr.qdoc | 7 ++++--- examples/demos/coffee/coffee.qdoc | 5 +++-- examples/demos/photosurface/doc/src/photosurface.qdoc | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/examples/demos/calqlatr/doc/src/calqlatr.qdoc b/examples/demos/calqlatr/doc/src/calqlatr.qdoc index 06189323..348f3242 100644 --- a/examples/demos/calqlatr/doc/src/calqlatr.qdoc +++ b/examples/demos/calqlatr/doc/src/calqlatr.qdoc @@ -2,12 +2,13 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! - \title Qt Quick Demo - Calqlatr + \title Calqlatr \ingroup qtquickdemos \example demos/calqlatr - \brief A QML app designed for portrait devices that uses custom components, + \brief A Qt Quick app designed for portrait devices that uses custom components, animated with AnimationController, and JavaScript for the application logic. - \meta {tag} {demo,quick} + \meta {tag} {quick} + \meta {category} {Application Examples} \image qtquick-demo-calqlatr.png \e{Calqlatr} demonstrates various QML and \l{Qt Quick} features, such as diff --git a/examples/demos/coffee/coffee.qdoc b/examples/demos/coffee/coffee.qdoc index 36b0d933..22cf991a 100644 --- a/examples/demos/coffee/coffee.qdoc +++ b/examples/demos/coffee/coffee.qdoc @@ -4,10 +4,11 @@ /*! \example demos/coffee - \title Coffee Machine Example + \title Coffee Machine \ingroup qtquickdemos \brief A Qt Quick application with a state-based custom user interface. - \meta {tag} {demo,quick,embedded,states,touch} + \meta {tag} {quick,embedded,states,touch} + \meta {category} {Application Examples} \borderedimage coffee_machine_overview.png diff --git a/examples/demos/photosurface/doc/src/photosurface.qdoc b/examples/demos/photosurface/doc/src/photosurface.qdoc index 34722808..a0c9133c 100644 --- a/examples/demos/photosurface/doc/src/photosurface.qdoc +++ b/examples/demos/photosurface/doc/src/photosurface.qdoc @@ -2,14 +2,15 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! - \title Qt Quick Demo - Photo Surface + \title Photo Surface \ingroup qtquickdemos \example demos/photosurface \brief A QML app for touch devices that uses a Repeater with a FolderListModel to access content in a folder, and a PinchHandler to handle pinch gestures on the fetched content. \image qtquick-demo-photosurface-small.png - \meta {tag} {demo,quick,touch} + \meta {tag} {quick,touch} + \meta {category} {Application Examples} \e{Photo Surface} demonstrates how to use a \l{Repeater} with a \l FolderListModel and a \l FolderDialog to access images from a folder selected -- cgit v1.2.1