summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/assistant/assistant.pro3
-rw-r--r--examples/assistant/doc/images/simpletextviewer-example.png (renamed from examples/assistant/simpletextviewer/doc/images/simpletextviewer-example.png)bin63132 -> 63132 bytes
-rw-r--r--examples/assistant/doc/images/simpletextviewer-findfiledialog.png (renamed from examples/assistant/simpletextviewer/doc/images/simpletextviewer-findfiledialog.png)bin12421 -> 12421 bytes
-rw-r--r--examples/assistant/doc/images/simpletextviewer-mainwindow.png (renamed from examples/assistant/simpletextviewer/doc/images/simpletextviewer-mainwindow.png)bin14167 -> 14167 bytes
-rw-r--r--examples/assistant/doc/src/remotecontrol.qdoc34
-rw-r--r--examples/assistant/doc/src/simpletextviewer.qdoc (renamed from examples/assistant/simpletextviewer/doc/src/simpletextviewer.qdoc)4
-rw-r--r--examples/assistant/remotecontrol/enter.png (renamed from examples/help/remotecontrol/enter.png)bin315 -> 315 bytes
-rw-r--r--examples/assistant/remotecontrol/main.cpp (renamed from examples/help/remotecontrol/main.cpp)0
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.cpp (renamed from examples/help/remotecontrol/remotecontrol.cpp)0
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.h (renamed from examples/help/remotecontrol/remotecontrol.h)0
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.pro (renamed from examples/help/remotecontrol/remotecontrol.pro)0
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.qrc (renamed from examples/help/remotecontrol/remotecontrol.qrc)0
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.ui (renamed from examples/help/remotecontrol/remotecontrol.ui)0
-rw-r--r--examples/designer/doc/src/arthurplugin.qdoc4
-rw-r--r--examples/designer/doc/src/calculatorbuilder.qdoc4
-rw-r--r--examples/designer/doc/src/calculatorform.qdoc5
-rw-r--r--examples/designer/doc/src/containerextension.qdoc7
-rw-r--r--examples/designer/doc/src/customwidgetplugin.qdoc3
-rw-r--r--examples/designer/doc/src/taskmenuextension.qdoc6
-rw-r--r--examples/designer/doc/src/worldtimeclockbuilder.qdoc6
-rw-r--r--examples/designer/doc/src/worldtimeclockplugin.qdoc4
-rw-r--r--examples/help/doc/src/contextsensitivehelp.qdoc35
-rw-r--r--examples/help/help.pro3
-rw-r--r--examples/uitools/doc/src/multipleinheritance.qdoc3
-rw-r--r--examples/uitools/doc/src/textfinder.qdoc6
25 files changed, 106 insertions, 21 deletions
diff --git a/examples/assistant/assistant.pro b/examples/assistant/assistant.pro
index fd289a670..578c7ff5b 100644
--- a/examples/assistant/assistant.pro
+++ b/examples/assistant/assistant.pro
@@ -1,4 +1,5 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS += simpletextviewer
+SUBDIRS += simpletextviewer \
+ remotecontrol
diff --git a/examples/assistant/simpletextviewer/doc/images/simpletextviewer-example.png b/examples/assistant/doc/images/simpletextviewer-example.png
index 95d290539..95d290539 100644
--- a/examples/assistant/simpletextviewer/doc/images/simpletextviewer-example.png
+++ b/examples/assistant/doc/images/simpletextviewer-example.png
Binary files differ
diff --git a/examples/assistant/simpletextviewer/doc/images/simpletextviewer-findfiledialog.png b/examples/assistant/doc/images/simpletextviewer-findfiledialog.png
index f6e55f099..f6e55f099 100644
--- a/examples/assistant/simpletextviewer/doc/images/simpletextviewer-findfiledialog.png
+++ b/examples/assistant/doc/images/simpletextviewer-findfiledialog.png
Binary files differ
diff --git a/examples/assistant/simpletextviewer/doc/images/simpletextviewer-mainwindow.png b/examples/assistant/doc/images/simpletextviewer-mainwindow.png
index 98c1c61cc..98c1c61cc 100644
--- a/examples/assistant/simpletextviewer/doc/images/simpletextviewer-mainwindow.png
+++ b/examples/assistant/doc/images/simpletextviewer-mainwindow.png
Binary files differ
diff --git a/examples/assistant/doc/src/remotecontrol.qdoc b/examples/assistant/doc/src/remotecontrol.qdoc
new file mode 100644
index 000000000..5a8106fdb
--- /dev/null
+++ b/examples/assistant/doc/src/remotecontrol.qdoc
@@ -0,0 +1,34 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \example remotecontrol
+ \ingroup examples-qtassistant
+ \title Remote Control Example
+
+ \brief Using and controlling Qt Assistant as a help viewer.
+*/
diff --git a/examples/assistant/simpletextviewer/doc/src/simpletextviewer.qdoc b/examples/assistant/doc/src/simpletextviewer.qdoc
index 5469e0270..bf74e10ed 100644
--- a/examples/assistant/simpletextviewer/doc/src/simpletextviewer.qdoc
+++ b/examples/assistant/doc/src/simpletextviewer.qdoc
@@ -27,10 +27,10 @@
/*!
\example simpletextviewer
+ \ingroup examples-qtassistant
\title Simple Text Viewer Example
- \brief The Simple Text Viewer example shows how to use \QA as a customized
- help viewer for your application.
+ \brief Using \QA as a customized help viewer for your application.
\image simpletextviewer-example.png
diff --git a/examples/help/remotecontrol/enter.png b/examples/assistant/remotecontrol/enter.png
index f397f4b9c..f397f4b9c 100644
--- a/examples/help/remotecontrol/enter.png
+++ b/examples/assistant/remotecontrol/enter.png
Binary files differ
diff --git a/examples/help/remotecontrol/main.cpp b/examples/assistant/remotecontrol/main.cpp
index a862cb2ad..a862cb2ad 100644
--- a/examples/help/remotecontrol/main.cpp
+++ b/examples/assistant/remotecontrol/main.cpp
diff --git a/examples/help/remotecontrol/remotecontrol.cpp b/examples/assistant/remotecontrol/remotecontrol.cpp
index 2569829a5..2569829a5 100644
--- a/examples/help/remotecontrol/remotecontrol.cpp
+++ b/examples/assistant/remotecontrol/remotecontrol.cpp
diff --git a/examples/help/remotecontrol/remotecontrol.h b/examples/assistant/remotecontrol/remotecontrol.h
index ecf50edcb..ecf50edcb 100644
--- a/examples/help/remotecontrol/remotecontrol.h
+++ b/examples/assistant/remotecontrol/remotecontrol.h
diff --git a/examples/help/remotecontrol/remotecontrol.pro b/examples/assistant/remotecontrol/remotecontrol.pro
index 78ce822d8..78ce822d8 100644
--- a/examples/help/remotecontrol/remotecontrol.pro
+++ b/examples/assistant/remotecontrol/remotecontrol.pro
diff --git a/examples/help/remotecontrol/remotecontrol.qrc b/examples/assistant/remotecontrol/remotecontrol.qrc
index 9b4299d21..9b4299d21 100644
--- a/examples/help/remotecontrol/remotecontrol.qrc
+++ b/examples/assistant/remotecontrol/remotecontrol.qrc
diff --git a/examples/help/remotecontrol/remotecontrol.ui b/examples/assistant/remotecontrol/remotecontrol.ui
index 1cfc7f540..1cfc7f540 100644
--- a/examples/help/remotecontrol/remotecontrol.ui
+++ b/examples/assistant/remotecontrol/remotecontrol.ui
diff --git a/examples/designer/doc/src/arthurplugin.qdoc b/examples/designer/doc/src/arthurplugin.qdoc
index 0f116e72c..9dbfaa7e8 100644
--- a/examples/designer/doc/src/arthurplugin.qdoc
+++ b/examples/designer/doc/src/arthurplugin.qdoc
@@ -27,10 +27,10 @@
/*!
\example arthurplugin
+ \ingroup examples-designer
\title Arthur Plugin
- \brief In this example we demonstrate the abilities of Qt's painting system
- in combination with \QD's custom widget plugin facilities.
+ \brief Using the Qt painting system with \QD custom widget plugins.
\image arthurplugin-demo.png
diff --git a/examples/designer/doc/src/calculatorbuilder.qdoc b/examples/designer/doc/src/calculatorbuilder.qdoc
index b8453544f..cb6f6f458 100644
--- a/examples/designer/doc/src/calculatorbuilder.qdoc
+++ b/examples/designer/doc/src/calculatorbuilder.qdoc
@@ -27,10 +27,10 @@
/*!
\example calculatorbuilder
+ \ingroup examples-designer
\title Calculator Builder Example
- \brief The Calculator Builder example shows how to create a user interface from
- a \QD form at run-time, using the QUiLoader class.
+ \brief Creating a user interface from a \QD form at run-time.
\image calculatorbuilder-example.png
diff --git a/examples/designer/doc/src/calculatorform.qdoc b/examples/designer/doc/src/calculatorform.qdoc
index 063086b3b..68e47c121 100644
--- a/examples/designer/doc/src/calculatorform.qdoc
+++ b/examples/designer/doc/src/calculatorform.qdoc
@@ -27,9 +27,12 @@
/*!
\example calculatorform
+ \ingroup examples-designer
\title Calculator Form Example
- \brief The Calculator Form Example shows how to use a form created with
+ \brief Using a form created with \QD in an application.
+
+ The Calculator Form Example shows how to use a form created with
\QD in an application by using the user interface information from
a QWidget subclass. We use \l{Using a Designer UI File in Your Application}
{uic's auto-connection} feature to automatically connect signals
diff --git a/examples/designer/doc/src/containerextension.qdoc b/examples/designer/doc/src/containerextension.qdoc
index 093993a5f..5b1b55157 100644
--- a/examples/designer/doc/src/containerextension.qdoc
+++ b/examples/designer/doc/src/containerextension.qdoc
@@ -27,10 +27,13 @@
/*!
\example containerextension
+ \ingroup examples-designer
\title Container Extension Example
- \brief The Container Extension example shows how to create a custom
- multi-page plugin for Qt Designer using the
+ \brief Creating a custom multi-page plugin for \QD.
+
+ The Container Extension example shows how to create a custom multi-page
+ plugin for \QD using the
QDesignerContainerExtension class.
\image containerextension-example.png
diff --git a/examples/designer/doc/src/customwidgetplugin.qdoc b/examples/designer/doc/src/customwidgetplugin.qdoc
index 3206136bb..b96b3d3ce 100644
--- a/examples/designer/doc/src/customwidgetplugin.qdoc
+++ b/examples/designer/doc/src/customwidgetplugin.qdoc
@@ -27,9 +27,10 @@
/*!
\example customwidgetplugin
+ \ingroup examples-designer
\title Custom Widget Plugin Example
- \brief The Custom Widget example shows how to create a custom widget plugin for \QD.
+ \brief Creating a custom widget plugin for Qt Designer.
\image customwidgetplugin-example.png
diff --git a/examples/designer/doc/src/taskmenuextension.qdoc b/examples/designer/doc/src/taskmenuextension.qdoc
index ee80bad9f..b40e7b811 100644
--- a/examples/designer/doc/src/taskmenuextension.qdoc
+++ b/examples/designer/doc/src/taskmenuextension.qdoc
@@ -27,9 +27,13 @@
/*!
\example taskmenuextension
+ \ingroup examples-designer
\title Task Menu Extension Example
- \brief The Task Menu Extension example shows how to create a custom
+ \brief Creating a custom widget plugin for \QD and providing custom task
+ menu entries that are associated with the plugin.
+
+ The Task Menu Extension example shows how to create a custom
widget plugin for \l {Qt Designer Manual}{\QD}, and how to to use
the QDesignerTaskMenuExtension class to provide custom task menu
entries associated with the plugin.
diff --git a/examples/designer/doc/src/worldtimeclockbuilder.qdoc b/examples/designer/doc/src/worldtimeclockbuilder.qdoc
index 721d59e91..980c0f6b1 100644
--- a/examples/designer/doc/src/worldtimeclockbuilder.qdoc
+++ b/examples/designer/doc/src/worldtimeclockbuilder.qdoc
@@ -27,11 +27,11 @@
/*!
\example worldtimeclockbuilder
+ \ingroup examples-designer
\title World Time Clock Builder Example
- \brief The World Time Clock Builder example shows how forms created with Qt
- Designer that contain custom widgets can be dynamically generated at
- run-time.
+ \brief Creating forms with Qt Designer that contain custom widgets that can be
+ dynamically generated at run-time.
\image worldtimeclockbuilder-example.png
diff --git a/examples/designer/doc/src/worldtimeclockplugin.qdoc b/examples/designer/doc/src/worldtimeclockplugin.qdoc
index 58770a4a5..4d3042be1 100644
--- a/examples/designer/doc/src/worldtimeclockplugin.qdoc
+++ b/examples/designer/doc/src/worldtimeclockplugin.qdoc
@@ -27,10 +27,10 @@
/*!
\example worldtimeclockplugin
+ \ingroup examples-designer
\title World Time Clock Plugin Example
- \brief The World Time Clock Plugin example shows how to create a custom
- widget plugin for \QD that uses signals and slots.
+ \brief Creating a custom widget plugin for \QD that uses signals and slots.
\image worldtimeclockplugin-example.png
diff --git a/examples/help/doc/src/contextsensitivehelp.qdoc b/examples/help/doc/src/contextsensitivehelp.qdoc
new file mode 100644
index 000000000..2e98cafb6
--- /dev/null
+++ b/examples/help/doc/src/contextsensitivehelp.qdoc
@@ -0,0 +1,35 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \example contextsensitivehelp
+ \ingroup examples-qthelp
+ \title Context-Sensitive Help Example
+
+ \brief Using the QHelpEngineCore class to implement context-sensitive help
+ for applications.
+*/
diff --git a/examples/help/help.pro b/examples/help/help.pro
index c98aad8a9..49aae931d 100644
--- a/examples/help/help.pro
+++ b/examples/help/help.pro
@@ -1,5 +1,4 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS += contextsensitivehelp \
- remotecontrol
+SUBDIRS += contextsensitivehelp
diff --git a/examples/uitools/doc/src/multipleinheritance.qdoc b/examples/uitools/doc/src/multipleinheritance.qdoc
index aec4da965..ca3ade2db 100644
--- a/examples/uitools/doc/src/multipleinheritance.qdoc
+++ b/examples/uitools/doc/src/multipleinheritance.qdoc
@@ -27,8 +27,11 @@
/*!
\example multipleinheritance
+ \ingroup examples-qtuitools
\title Multiple Inheritance Example
+ \brief Using a form created with Qt Designer in an application.
+
The Multiple Inheritance Example shows how to use a form created with
Qt Designer in an application by subclassing both QWidget and the user
interface class, which is \c{Ui::CalculatorForm}.
diff --git a/examples/uitools/doc/src/textfinder.qdoc b/examples/uitools/doc/src/textfinder.qdoc
index c05e35069..7552b08c8 100644
--- a/examples/uitools/doc/src/textfinder.qdoc
+++ b/examples/uitools/doc/src/textfinder.qdoc
@@ -27,10 +27,12 @@
/*!
\example textfinder
+ \ingroup examples-qtuitools
\title Text Finder Example
- \brief The Text Finder example demonstrates how to dynamically process forms
- using the Qt UI Tools module. Dynamic form processing enables a form to
+ \brief Dynamically processing forms using Qt UI Tools.
+
+ Dynamic form processing enables a form to
be processed at run-time only by changing the UI file for the project.
The program allows the user to look up a particular word within the
contents of a text file. This text file is included in the project's