summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-03-14 14:04:20 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-20 04:40:02 +0000
commit2279a3a01a623360b0793261c5a7005e3d32e509 (patch)
tree520d1e32bc1929fca4ba6350769c632272f5de8a /examples
parent06526589bb03f6c766cf657623c1024c874b53e4 (diff)
Doc: Add group page for ActiveQt examples and tutorials
Gather the ActiveQt examples in a group page, which can then be used as a landing page when linking from elsewhere in the docs. Change-Id: Ib9840a790ea9caf93221440c8f8601162e110f14 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 6af1e5c5599d431a44c11f49529b55c32af073b0) 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 0a1e90f..c27648e 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)
+ \ingroup activeqt-examples
\brief The COM App example shows how to use ActiveQt to develop a Qt
application that can be automated via COM. Different QObject
diff --git a/examples/activeqt/qutlook/doc/src/qutlook.qdoc b/examples/activeqt/qutlook/doc/src/qutlook.qdoc
index 0d621f3..21c1d6c 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)
+ \ingroup activeqt-examples
\brief The Qutlook example demonstrates the use of ActiveQt to automate
Outlook. The example makes use of the \l dumpcpp tool to generate
diff --git a/examples/activeqt/simple/doc/src/simple.qdoc b/examples/activeqt/simple/doc/src/simple.qdoc
index bb40701..cbbc000 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)
+ \ingroup activeqt-examples
\brief The Simple example demonstrates the use
of QAxBindable and QAxFactory.
diff --git a/examples/activeqt/wrapper/doc/src/wrapper.qdoc b/examples/activeqt/wrapper/doc/src/wrapper.qdoc
index ac385b6..b10197c 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)
+ \ingroup activeqt-examples
\brief The Wrapper example demonstrates how to export existing QWidget
classes as ActiveX controls, and the use of QAxFactory together