summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2023-08-14 15:57:47 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-21 08:50:26 +0000
commitacf5b24c0d63df9ec883ef7cf69343dbd92ae827 (patch)
treea39875d51d74d0a106a004ce580f194c2619a2b1 /examples
parenta36e91e32b765f05d731da8c445f6b06e586cf17 (diff)
Doc: Add example categories for Active Qt examples
Task-number: QTBUG-116039 Change-Id: I171566bea939dc6a801e5b3dc441b814693d8d79 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit ba7dbbb71165b9c3c2ba6a679075f1dbb2e37280) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/comapp/doc/src/comapp.qdoc1
-rw-r--r--examples/activeqt/qutlook/doc/src/qutlook.qdoc1
-rw-r--r--examples/activeqt/simple/doc/src/simple.qdoc1
-rw-r--r--examples/activeqt/wrapper/doc/src/wrapper.qdoc1
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/activeqt/comapp/doc/src/comapp.qdoc b/examples/activeqt/comapp/doc/src/comapp.qdoc
index c27648e..92d65d0 100644
--- a/examples/activeqt/comapp/doc/src/comapp.qdoc
+++ b/examples/activeqt/comapp/doc/src/comapp.qdoc
@@ -4,6 +4,7 @@
/*!
\example activeqt/comapp
\title COM App Example (ActiveQt)
+ \examplecategory {Desktop}
\ingroup activeqt-examples
\brief The COM App example shows how to use ActiveQt to develop a Qt
diff --git a/examples/activeqt/qutlook/doc/src/qutlook.qdoc b/examples/activeqt/qutlook/doc/src/qutlook.qdoc
index 21c1d6c..04f9123 100644
--- a/examples/activeqt/qutlook/doc/src/qutlook.qdoc
+++ b/examples/activeqt/qutlook/doc/src/qutlook.qdoc
@@ -4,6 +4,7 @@
/*!
\example activeqt/qutlook
\title Qutlook Example (ActiveQt)
+ \examplecategory {Desktop}
\ingroup activeqt-examples
\brief The Qutlook example demonstrates the use of ActiveQt to automate
diff --git a/examples/activeqt/simple/doc/src/simple.qdoc b/examples/activeqt/simple/doc/src/simple.qdoc
index cbbc000..8e0f6ae 100644
--- a/examples/activeqt/simple/doc/src/simple.qdoc
+++ b/examples/activeqt/simple/doc/src/simple.qdoc
@@ -49,6 +49,7 @@
/*!
\example activeqt/simple
\title Simple Example (ActiveQt)
+ \examplecategory {Desktop}
\ingroup activeqt-examples
\brief The Simple example demonstrates the use
diff --git a/examples/activeqt/wrapper/doc/src/wrapper.qdoc b/examples/activeqt/wrapper/doc/src/wrapper.qdoc
index b10197c..b2a50a8 100644
--- a/examples/activeqt/wrapper/doc/src/wrapper.qdoc
+++ b/examples/activeqt/wrapper/doc/src/wrapper.qdoc
@@ -12,6 +12,7 @@
/*!
\example activeqt/wrapper
\title Wrapper Example (ActiveQt)
+ \examplecategory {Desktop}
\ingroup activeqt-examples
\brief The Wrapper example demonstrates how to export existing QWidget