From 362b020ec91a31ea0d550f5e63663ad7f2b636a9 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 25 Nov 2020 13:57:33 +0100 Subject: [PATCH] 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. Change-Id: I0bf65b02db72173f1adfe0bcf8657be7905dbd6c Reviewed-by: Tuukka Turunen Reviewed-by: Paul Wicking (cherry picked from commit 6cb36d825d365988ea7a601218bdd3a329290469) Reviewed-by: Qt Cherry-pick Bot --- examples/widgets/doc/src/application.qdoc | 6 +++--- examples/widgets/doc/src/diagramscene.qdoc | 2 +- examples/widgets/doc/src/tablet.qdoc | 4 ++-- src/widgets/doc/qtwidgets.qdocconf | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/widgets/doc/src/application.qdoc b/examples/widgets/doc/src/application.qdoc index ef8bc2ef64c..334c8cb9f0e 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 1a94d53162a..6a38ebd2c57 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 2b11020c07a..639f28a33c2 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 diff --git a/src/widgets/doc/qtwidgets.qdocconf b/src/widgets/doc/qtwidgets.qdocconf index 02bc8b240b1..6db682928ba 100644 --- a/src/widgets/doc/qtwidgets.qdocconf +++ b/src/widgets/doc/qtwidgets.qdocconf @@ -64,4 +64,4 @@ imagedirs += images \ navigation.landingpage = "Qt Widgets" navigation.cppclassespage = "Qt Widgets C++ Classes" -manifestmeta.highlighted.names = "QtWidgets/Application Example" +manifestmeta.highlighted.names = "QtWidgets/Qt Widgets - Application Example"