* Remove "Example" suffix in title

Change-Id: I5da311850ab8f725da363969d7a8d8a1a85f8d70
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
(cherry picked from commit 2db23e151f5be3f35f0ba683ad7dc341dda806a1)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Jan Arve Sæther 2023-01-10 15:33:30 +01:00 committed by Qt Cherry-pick Bot
parent 2d43775a4b
commit 78d3fa1036
2 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ manifestmeta.ios.names = "QtCore/Contiguous Cache Example" \
"QtWidgets/Graphics View Flow Layout Example" \ "QtWidgets/Graphics View Flow Layout Example" \
"QtWidgets/Simple Anchor Layout Example" \ "QtWidgets/Simple Anchor Layout Example" \
"QtWidgets/Weather Anchor Layout Example" \ "QtWidgets/Weather Anchor Layout Example" \
"QtWidgets/Address Book Example" \ "QtWidgets/Address Book" \
"QtWidgets/Basic Sort/Filter Model Example" \ "QtWidgets/Basic Sort/Filter Model Example" \
"QtWidgets/Chart Example" \ "QtWidgets/Chart Example" \
"QtWidgets/Custom Sort/Filter Model Example" \ "QtWidgets/Custom Sort/Filter Model Example" \

View File

@ -3,7 +3,7 @@
/*! /*!
\example itemviews/addressbook \example itemviews/addressbook
\title Address Book Example \title Address Book
\ingroup examples-itemviews \ingroup examples-itemviews
\brief The address book example shows how to use proxy models to display \brief The address book example shows how to use proxy models to display
different views onto data from a single model. different views onto data from a single model.
@ -24,7 +24,7 @@
\c AddDialog. The \c MainWindow class uses \c AddressWidget as \c AddDialog. The \c MainWindow class uses \c AddressWidget as
its central widget and provides \uicontrol File and \uicontrol Tools menus. its central widget and provides \uicontrol File and \uicontrol Tools menus.
\image addressbook-classes.png Diagram for Address Book Example \image addressbook-classes.png Diagram for Address Book example
The \c AddressWidget class is a QTabWidget subclass that is used The \c AddressWidget class is a QTabWidget subclass that is used
to manipulate the 10 tabs displayed in the example: the 9 to manipulate the 10 tabs displayed in the example: the 9