summaryrefslogtreecommitdiffstats
path: root/examples/demos
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-06-12 21:35:45 +0200
committerKai Köhne <kai.koehne@qt.io>2023-08-24 08:18:13 +0200
commit683faf22187ec341312408be7a4ff92d9ec76648 (patch)
treeae4f403089ea7e23b2ce43ba1bbd246888884a02 /examples/demos
parent4b041a14aed30edcc564fd948c497014410b1476 (diff)
Doc: Add more examples to Application Examples category
Add following examples to Application Examples category: * Robot Arm Example * Qt Quick Demo - RESTful Color Palette API client * Media Player Example * Document Viewer Change-Id: Ie36bb9a09d7fe868db07e02edcb1778f214494e9 Reviewed-by: Kimmo Leppälä <kimmo.leppala@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit e1220042e6d2b7ae64528261a97abf6f30b11574) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'examples/demos')
-rw-r--r--examples/demos/colorpaletteclient/doc/src/colorpaletteclient.qdoc1
-rw-r--r--examples/demos/mediaplayer/doc/src/mediaplayer.qdoc1
-rw-r--r--examples/demos/robotarm/doc/src/robotarm.qdoc1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/demos/colorpaletteclient/doc/src/colorpaletteclient.qdoc b/examples/demos/colorpaletteclient/doc/src/colorpaletteclient.qdoc
index 53e062cbc..84d5ab199 100644
--- a/examples/demos/colorpaletteclient/doc/src/colorpaletteclient.qdoc
+++ b/examples/demos/colorpaletteclient/doc/src/colorpaletteclient.qdoc
@@ -4,6 +4,7 @@
/*!
\ingroup qtquickdemos
\example demos/colorpaletteclient
+\examplecategory {Application Examples}
\examplecategory {Networking}
\meta tags {quick, network, http}
\title Qt Quick Demo - RESTful Color Palette API client
diff --git a/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc b/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc
index 52a7ca802..6ccfd7fbe 100644
--- a/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc
+++ b/examples/demos/mediaplayer/doc/src/mediaplayer.qdoc
@@ -6,6 +6,7 @@
\title Media Player Example
\ingroup multimedia_examples
\ingroup video_examples_qml
+ \examplecategory {Application Examples}
\meta {tag} {quick,player,multimedia}
\brief Playing audio and video using Qt Quick.
diff --git a/examples/demos/robotarm/doc/src/robotarm.qdoc b/examples/demos/robotarm/doc/src/robotarm.qdoc
index 3e0af5fc1..e72292ab3 100644
--- a/examples/demos/robotarm/doc/src/robotarm.qdoc
+++ b/examples/demos/robotarm/doc/src/robotarm.qdoc
@@ -8,6 +8,7 @@
\brief Demonstrates how to add a C++ backend to a 3D project from Qt Design Studio.
This example demonstrates adding a C++ backend to a 3D project created in Qt Design Studio. The example itself consists of
an interactive industrial robot arm in a Qt Quick 3D scene. The 2D UI to control the robot arm is implement using Qt Quick Controls.
+ \examplecategory {Application Examples}
\meta {tag} {demo,quick}
\image robotarm-example.png