summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src
diff options
context:
space:
mode:
authorGunnar Sletta <[email protected]>2012-11-30 15:30:42 +0100
committerThe Qt Project <[email protected]>2012-11-30 23:56:33 +0100
commitbe7ebe2d57083905edfc3c607ea8734e3e8cf46e (patch)
tree748fcf6a7e972db9bb63a3f8b1a383b57e7327d4 /examples/widgets/doc/src
parentaf385b3bc60f4e15f7daa4d91f927fd9a730a70d (diff)
Fix example documentation for OpenGL module and (widget) Tools.
Change-Id: Id9dc39752bcae915f618e1a5696115a5e6923251 Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r--examples/widgets/doc/src/completer.qdoc1
-rw-r--r--examples/widgets/doc/src/echoplugin.qdoc1
-rw-r--r--examples/widgets/doc/src/i18n.qdoc1
-rw-r--r--examples/widgets/doc/src/plugandpaint.qdoc1
-rw-r--r--examples/widgets/doc/src/regexp.qdoc1
-rw-r--r--examples/widgets/doc/src/settingseditor.qdoc1
-rw-r--r--examples/widgets/doc/src/styleplugin.qdoc1
-rw-r--r--examples/widgets/doc/src/treemodelcompleter.qdoc3
-rw-r--r--examples/widgets/doc/src/undo.qdoc1
-rw-r--r--examples/widgets/doc/src/undoframework.qdoc1
10 files changed, 11 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/completer.qdoc b/examples/widgets/doc/src/completer.qdoc
index baa3a55ea64..a2a6d2fc52c 100644
--- a/examples/widgets/doc/src/completer.qdoc
+++ b/examples/widgets/doc/src/completer.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/completer
\title Completer Example
+ \ingroup example-widgets-tools
\brief The Completer example shows how to provide string-completion facilities
for an input widget based on data provided by a model.
diff --git a/examples/widgets/doc/src/echoplugin.qdoc b/examples/widgets/doc/src/echoplugin.qdoc
index 1ab29c1c39a..52247bbb65d 100644
--- a/examples/widgets/doc/src/echoplugin.qdoc
+++ b/examples/widgets/doc/src/echoplugin.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/echoplugin
\title Echo Plugin Example
+ \group examples-widgets-tools
\brief This example shows how to create a Qt plugin.
diff --git a/examples/widgets/doc/src/i18n.qdoc b/examples/widgets/doc/src/i18n.qdoc
index 0b38abf34a8..ae97a4869b2 100644
--- a/examples/widgets/doc/src/i18n.qdoc
+++ b/examples/widgets/doc/src/i18n.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/i18n
\title I18N Example
+ \ingroup examples-widgets-tools
\brief The Internationalization (I18N) example demonstrates Qt's support for translated
text. Developers can write the initial application text in one language, and
diff --git a/examples/widgets/doc/src/plugandpaint.qdoc b/examples/widgets/doc/src/plugandpaint.qdoc
index a9d3f7cf27f..88433a5e2f3 100644
--- a/examples/widgets/doc/src/plugandpaint.qdoc
+++ b/examples/widgets/doc/src/plugandpaint.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/plugandpaint
\title Plug & Paint Example
+ \ingroup examples-widgets-tools
\brief The Plug & Paint example demonstrates how to write Qt
applications that can be extended through plugins.
diff --git a/examples/widgets/doc/src/regexp.qdoc b/examples/widgets/doc/src/regexp.qdoc
index 9c9957e28aa..07143f6350a 100644
--- a/examples/widgets/doc/src/regexp.qdoc
+++ b/examples/widgets/doc/src/regexp.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/regexp
\title Regular Expressions Example
+ \ingroup example-widgets-tools
\brief The Regular Expressions (RegExp) example shows how regular expressions in Qt are
applied to text by providing an environment in which new regular expressions can be
diff --git a/examples/widgets/doc/src/settingseditor.qdoc b/examples/widgets/doc/src/settingseditor.qdoc
index 1f7a8b271b0..5fdc1ba00a1 100644
--- a/examples/widgets/doc/src/settingseditor.qdoc
+++ b/examples/widgets/doc/src/settingseditor.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/settingseditor
\title Settings Editor Example
+ \ingroup examples-widgets-tools
\brief The Settings Editor example shows how Qt's standard settings support is used in an
application by providing an editor that enables the user to view the settings for
diff --git a/examples/widgets/doc/src/styleplugin.qdoc b/examples/widgets/doc/src/styleplugin.qdoc
index 158f1d47690..615ca0f0bff 100644
--- a/examples/widgets/doc/src/styleplugin.qdoc
+++ b/examples/widgets/doc/src/styleplugin.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/styleplugin
\title Style Plugin Example
+ \ingroup examples-widgets-tools
\brief This example shows how to create a plugin that extends Qt with a new
GUI look and feel.
diff --git a/examples/widgets/doc/src/treemodelcompleter.qdoc b/examples/widgets/doc/src/treemodelcompleter.qdoc
index 1d204907aa8..9e74cad88e2 100644
--- a/examples/widgets/doc/src/treemodelcompleter.qdoc
+++ b/examples/widgets/doc/src/treemodelcompleter.qdoc
@@ -1,4 +1,4 @@
-/****************************************************************************
+ /****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
@@ -28,6 +28,7 @@
/*!
\example tools/treemodelcompleter
\title Tree Model Completer Example
+ \ingroup examples-widgets-tools
\brief The Tree Model Completer example shows how to provide completion
facilities for a hierarchical model, using a period as the separator
diff --git a/examples/widgets/doc/src/undo.qdoc b/examples/widgets/doc/src/undo.qdoc
index f802aa4ffb1..b2dd9c51b2a 100644
--- a/examples/widgets/doc/src/undo.qdoc
+++ b/examples/widgets/doc/src/undo.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/undo
\title Undo Framework
+ \ingroup examples-widgets-tools
\brief This example shows Qt's undo framework in action.
diff --git a/examples/widgets/doc/src/undoframework.qdoc b/examples/widgets/doc/src/undoframework.qdoc
index d0aaa785d28..3ed1ed290be 100644
--- a/examples/widgets/doc/src/undoframework.qdoc
+++ b/examples/widgets/doc/src/undoframework.qdoc
@@ -28,6 +28,7 @@
/*!
\example tools/undoframework
\title Undo Framework Example
+ \ingroup examples-widgets-tools
\brief This example shows how to implement undo/redo functionality
with the Qt undo framework.