Adhere to https://wiki.qt.io/Qt6/Example-Guideline
* 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:
parent
780813d9b6
commit
2db23e151f
@ -138,7 +138,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…
Reference in New Issue
Block a user