summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--src/activeqt/doc/src/activeqt-index.qdoc9
-rw-r--r--src/activeqt/doc/src/examples/dotnet.qdoc1
-rw-r--r--tests/manual/hierarchy/doc/src/hierarchy.qdoc1
-rw-r--r--tests/manual/mediaplayer/doc/src/mediaplayer.qdoc1
-rw-r--r--tests/manual/menus/doc/src/menus.qdoc1
-rw-r--r--tests/manual/multiple/doc/src/multiple.qdoc1
-rw-r--r--tests/manual/opengl/doc/src/opengl.qdoc1
11 files changed, 19 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
diff --git a/src/activeqt/doc/src/activeqt-index.qdoc b/src/activeqt/doc/src/activeqt-index.qdoc
index 9cb2b22..aee6a9b 100644
--- a/src/activeqt/doc/src/activeqt-index.qdoc
+++ b/src/activeqt/doc/src/activeqt-index.qdoc
@@ -12,6 +12,15 @@
*/
/*!
+ \group activeqt-examples
+ \title ActiveQt Examples and Tutorials
+ \brief List of ActiveQt examples and tutorials.
+ \ingroup groups
+
+ This page lists ActiveQt examples and tutorials:
+*/
+
+/*!
\page activeqt-index.html
\ingroup qt-activex
\keyword ActiveQt
diff --git a/src/activeqt/doc/src/examples/dotnet.qdoc b/src/activeqt/doc/src/examples/dotnet.qdoc
index 87bae23..5632e82 100644
--- a/src/activeqt/doc/src/examples/dotnet.qdoc
+++ b/src/activeqt/doc/src/examples/dotnet.qdoc
@@ -4,6 +4,7 @@
/*!
\page activeqt-dotnet.html
\title Dot Net Example (ActiveQt)
+ \ingroup activeqt-examples
\brief The Dot Net example demonstrates how Qt objects can be used in a
.NET environment, and how .NET objects can be used in a Qt
diff --git a/tests/manual/hierarchy/doc/src/hierarchy.qdoc b/tests/manual/hierarchy/doc/src/hierarchy.qdoc
index bc1c6e5..fbfaca9 100644
--- a/tests/manual/hierarchy/doc/src/hierarchy.qdoc
+++ b/tests/manual/hierarchy/doc/src/hierarchy.qdoc
@@ -11,6 +11,7 @@
/*!
\example activeqt/hierarchy
\title Hierarchy Example (ActiveQt)
+ \ingroup activeqt-examples
\brief The Hierarchy example is shows how to write an in-process ActiveX
control. The control is a QWidget subclass with child widgets
diff --git a/tests/manual/mediaplayer/doc/src/mediaplayer.qdoc b/tests/manual/mediaplayer/doc/src/mediaplayer.qdoc
index 02b6977..e6cd19b 100644
--- a/tests/manual/mediaplayer/doc/src/mediaplayer.qdoc
+++ b/tests/manual/mediaplayer/doc/src/mediaplayer.qdoc
@@ -4,6 +4,7 @@
/*!
\example activeqt/mediaplayer
\title Media Player Example (ActiveQt)
+ \ingroup activeqt-examples
\brief The Media Player example uses the Microsoft Media Player
ActiveX control to implement a functional media player application.
diff --git a/tests/manual/menus/doc/src/menus.qdoc b/tests/manual/menus/doc/src/menus.qdoc
index fdbe4ce..2ed7ea1 100644
--- a/tests/manual/menus/doc/src/menus.qdoc
+++ b/tests/manual/menus/doc/src/menus.qdoc
@@ -20,6 +20,7 @@
/*!
\example activeqt/menus
\title Menus Example (ActiveQt)
+ \ingroup activeqt-examples
\brief The Menus example demonstrates the use of QMenuBar and QStatusBar
in a QMainWindow to implement an in-place active control.
diff --git a/tests/manual/multiple/doc/src/multiple.qdoc b/tests/manual/multiple/doc/src/multiple.qdoc
index 8713d9f..95e587c 100644
--- a/tests/manual/multiple/doc/src/multiple.qdoc
+++ b/tests/manual/multiple/doc/src/multiple.qdoc
@@ -11,6 +11,7 @@
/*!
\example activeqt/multiple
\title Multiple Example (ActiveQt)
+ \ingroup activeqt-examples
\brief The Multiple example demonstrates the implementation of a
QAxFactory to provide multiple ActiveX controls in a single in
diff --git a/tests/manual/opengl/doc/src/opengl.qdoc b/tests/manual/opengl/doc/src/opengl.qdoc
index 2558363..b95e89d 100644
--- a/tests/manual/opengl/doc/src/opengl.qdoc
+++ b/tests/manual/opengl/doc/src/opengl.qdoc
@@ -36,6 +36,7 @@
/*!
\example activeqt/opengl
\title OpenGL Example (ActiveQt)
+ \ingroup activeqt-examples
\brief The OpenGL example demonstrates the use of the default factory
and QAxFactory::isServer(), and the implementation of an