From acf5b24c0d63df9ec883ef7cf69343dbd92ae827 Mon Sep 17 00:00:00 2001 From: Mats Honkamaa Date: Mon, 14 Aug 2023 15:57:47 +0300 Subject: [PATCH] Doc: Add example categories for Active Qt examples Task-number: QTBUG-116039 Change-Id: I171566bea939dc6a801e5b3dc441b814693d8d79 Reviewed-by: Venugopal Shivashankar (cherry picked from commit ba7dbbb71165b9c3c2ba6a679075f1dbb2e37280) Reviewed-by: Qt Cherry-pick Bot --- examples/activeqt/comapp/doc/src/comapp.qdoc | 1 + examples/activeqt/qutlook/doc/src/qutlook.qdoc | 1 + examples/activeqt/simple/doc/src/simple.qdoc | 1 + examples/activeqt/wrapper/doc/src/wrapper.qdoc | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/activeqt/comapp/doc/src/comapp.qdoc b/examples/activeqt/comapp/doc/src/comapp.qdoc index c27648e8..92d65d0a 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 21c1d6c2..04f91234 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 cbbc000e..8e0f6aed 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 b10197c8..b2a50a8f 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