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 <tuukka.turunen@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 6cb36d825d365988ea7a601218bdd3a329290469)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2020-11-25 13:57:33 +01:00 committed by Qt Cherry-pick Bot
parent e8ef871e35
commit 362b020ec9
4 changed files with 7 additions and 7 deletions

View File

@ -27,11 +27,11 @@
/*! /*!
\example mainwindows/application \example mainwindows/application
\title Application Example \title Qt Widgets - Application Example
\ingroup examples-mainwindow \ingroup examples-mainwindow
\brief The Application example shows how to implement a standard GUI \brief The Application example shows how to implement a standard
application with menus, toolbars, and a status bar. The example widget application with menus, toolbars, and a status bar. The example
itself is a simple text editor program built around QPlainTextEdit. itself is a simple text editor program built around QPlainTextEdit.
\image application.png Screenshot of the Application example \image application.png Screenshot of the Application example

View File

@ -145,7 +145,7 @@
We show an example of the creation of an action. The We show an example of the creation of an action. The
functionality the actions trigger is discussed in the slots we 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 Example}{application example} if you need a high-level
introduction to actions. introduction to actions.

View File

@ -112,8 +112,8 @@
in a submenu of the \b Tablet menu, for selecting which property of each 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 QTabletEvent will be used to vary the translucency (alpha channel) of the
line being drawn or color being airbrushed. line being drawn or color being airbrushed.
(See the \l{Application Example}{application example} if you want a (See the \l{Qt Widgets - Application Example}{application example} if you want
high-level introduction to QActions.) a high-level introduction to QActions.)
\snippet widgets/tablet/mainwindow.cpp 9 \snippet widgets/tablet/mainwindow.cpp 9

View File

@ -64,4 +64,4 @@ imagedirs += images \
navigation.landingpage = "Qt Widgets" navigation.landingpage = "Qt Widgets"
navigation.cppclassespage = "Qt Widgets C++ Classes" navigation.cppclassespage = "Qt Widgets C++ Classes"
manifestmeta.highlighted.names = "QtWidgets/Application Example" manifestmeta.highlighted.names = "QtWidgets/Qt Widgets - Application Example"