summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-25 13:57:33 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-26 14:43:20 +0100
commit6cb36d825d365988ea7a601218bdd3a329290469 (patch)
tree521f75d2137443b6266a2f7df2460c74fe7a4912 /examples
parent5771591fbce7d3f4359aea7342d036c8f287bb64 (diff)
Rename Application Example
Prefix it with "Qt Widgets -" to make it a bit clearer in the list of highlighted examples which module this one is about. Pick-to: 6.0 6.0.0 Change-Id: I0bf65b02db72173f1adfe0bcf8657be7905dbd6c Reviewed-by: Tuukka Turunen <tuukka.turunen@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
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