From acf5b24c0d63df9ec883ef7cf69343dbd92ae827 Mon Sep 17 00:00:00 2001 From: Mats Honkamaa Date: Mon, 14 Aug 2023 15:57:47 +0300 Subject: 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(+) (limited to 'examples/activeqt') 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 -- cgit v1.2.3