* Remove "Example" suffix in title

Pick-to: 6.5
Change-Id: I5da311850ab8f725da363969d7a8d8a1a85f8d70
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
Jan Arve Sæther 2023-01-10 15:33:30 +01:00
parent 780813d9b6
commit 2db23e151f
2 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,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