modelview.qdoc: inform about all our item views

Change-Id: Ibdde99b1f1678955fc3ed9b72ed267124356238f
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Richard Moe Gustavsen 2022-10-21 11:38:30 +02:00
parent c353609e1a
commit 605693335f
1 changed files with 6 additions and 0 deletions

View File

@ -42,11 +42,17 @@ To visualize data, bind the view's \c model property to a model and the
\li \l{ListView} - arranges items in a horizontal or vertical list
\li \l{GridView} - arranges items in a grid within the available space
\li \l{PathView} - arranges items on a path
\li \l{TableView} - arranges data from a \l QAbstractTableModel in a table
\li \l{TreeView} - arranges data from a \l QAbstractItemModel in a tree
\endlist
These types have properties and behaviors exclusive to each type.
Visit their respective documentation for more information.
In addition, \l{Qt Quick Controls} contains some extra views and
delegates that are styled according to the application style, for
example \l HorizontalHeaderView and \l VerticalHeaderView.
\section2 Decorating Views
Views allow visual customization through \e decoration properties such as