Adhere to https://wiki.qt.io/Qt6/Example-Guideline
* 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:
parent
2d43775a4b
commit
78d3fa1036
@ -185,7 +185,7 @@ manifestmeta.ios.names = "QtCore/Contiguous Cache Example" \
|
||||
"QtWidgets/Graphics View Flow Layout Example" \
|
||||
"QtWidgets/Simple Anchor Layout Example" \
|
||||
"QtWidgets/Weather Anchor Layout Example" \
|
||||
"QtWidgets/Address Book Example" \
|
||||
"QtWidgets/Address Book" \
|
||||
"QtWidgets/Basic Sort/Filter Model Example" \
|
||||
"QtWidgets/Chart Example" \
|
||||
"QtWidgets/Custom Sort/Filter Model Example" \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
/*!
|
||||
\example itemviews/addressbook
|
||||
\title Address Book Example
|
||||
\title Address Book
|
||||
\ingroup examples-itemviews
|
||||
\brief The address book example shows how to use proxy models to display
|
||||
different views onto data from a single model.
|
||||
@ -24,7 +24,7 @@
|
||||
\c AddDialog. The \c MainWindow class uses \c AddressWidget as
|
||||
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
|
||||
to manipulate the 10 tabs displayed in the example: the 9
|
||||
|
Loading…
x
Reference in New Issue
Block a user