summaryrefslogtreecommitdiff
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-17 08:19:51 +0000
commitf290c88c80be6e1568d3f97d860c5acf9ea5a08e (patch)
tree0c9aec20b56e600a04c5ac1e94d908362905feff
parentdb7fec0b6d0043d4752db697ad6560779b0fc10c (diff)
downloadqtdoc-f290c88c80be6e1568d3f97d860c5acf9ea5a08e.tar.gz
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 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