From 605693335fe19bba76b333e24fc74206811885b5 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Fri, 21 Oct 2022 11:38:30 +0200 Subject: [PATCH] modelview.qdoc: inform about all our item views Change-Id: Ibdde99b1f1678955fc3ed9b72ed267124356238f Reviewed-by: Paul Wicking --- src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc b/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc index 12b462237b..dc44407766 100644 --- a/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc +++ b/src/quick/doc/src/concepts/modelviewsdata/modelview.qdoc @@ -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