summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/doc/src/application.qdoc6
-rw-r--r--examples/widgets/doc/src/diagramscene.qdoc2
-rw-r--r--examples/widgets/doc/src/tablet.qdoc4
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/widgets/doc/src/application.qdoc b/examples/widgets/doc/src/application.qdoc
index ef8bc2ef64..334c8cb9f0 100644
--- a/examples/widgets/doc/src/application.qdoc
+++ b/examples/widgets/doc/src/application.qdoc
@@ -27,11 +27,11 @@
/*!
\example mainwindows/application
- \title Application Example
+ \title Qt Widgets - Application Example
\ingroup examples-mainwindow
- \brief The Application example shows how to implement a standard GUI
- application with menus, toolbars, and a status bar. The example
+ \brief The Application example shows how to implement a standard
+ widget application with menus, toolbars, and a status bar. The example
itself is a simple text editor program built around QPlainTextEdit.
\image application.png Screenshot of the Application example
diff --git a/examples/widgets/doc/src/diagramscene.qdoc b/examples/widgets/doc/src/diagramscene.qdoc
index 1a94d53162..6a38ebd2c5 100644
--- a/examples/widgets/doc/src/diagramscene.qdoc
+++ b/examples/widgets/doc/src/diagramscene.qdoc
@@ -145,7 +145,7 @@
We show an example of the creation of an action. The
functionality the actions trigger is discussed in the slots we
- connect the actions to. You can see the \l{Application
+ connect the actions to. You can see the \l{Qt Widgets - Application
Example}{application example} if you need a high-level
introduction to actions.
diff --git a/examples/widgets/doc/src/tablet.qdoc b/examples/widgets/doc/src/tablet.qdoc
index 2b11020c07..639f28a33c 100644
--- a/examples/widgets/doc/src/tablet.qdoc
+++ b/examples/widgets/doc/src/tablet.qdoc
@@ -112,8 +112,8 @@
in a submenu of the \b Tablet menu, for selecting which property of each
QTabletEvent will be used to vary the translucency (alpha channel) of the
line being drawn or color being airbrushed.
- (See the \l{Application Example}{application example} if you want a
- high-level introduction to QActions.)
+ (See the \l{Qt Widgets - Application Example}{application example} if you want
+ a high-level introduction to QActions.)
\snippet widgets/tablet/mainwindow.cpp 9