summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-12-07 14:37:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-16 17:01:36 +0000
commit85f164eda545a26b1e3bd4fa79d2cbb0477e434a (patch)
treeb5e6a4af7f907d7d0989e8b13da95e543c993ddb
parentb5396a1f76ab92d17c9cf40de7200b7953c2e394 (diff)
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 <eike.ziller@qt.io> (cherry picked from commit e2178c1b51b343ac4ffc8b2bd5ad202db19ff8f1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/demos/calqlatr/doc/src/calqlatr.qdoc7
-rw-r--r--examples/demos/coffee/coffee.qdoc5
-rw-r--r--examples/demos/photosurface/doc/src/photosurface.qdoc5
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 06189323b..348f3242d 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 36b0d9332..22cf991ad 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 347228087..a0c9133cc 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