aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-15 01:00:05 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-15 01:00:06 +0200
commitb08809b521591bd17955846fbeee651200983f3b (patch)
tree9cb30ead810e433b35e4a831325ba8f6e709bce3 /examples
parent8d560d1bf0a747bf62f73fad6b6774095442d9d2 (diff)
parent6e03533f9432eb1695e3c3bbe65667974b5415b4 (diff)
Merge remote-tracking branch 'origin/5.13' into 5.14
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/views/doc/src/views.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/quick/views/doc/src/views.qdoc b/examples/quick/views/doc/src/views.qdoc
index 16237a68e0..3e23f7657a 100644
--- a/examples/quick/views/doc/src/views.qdoc
+++ b/examples/quick/views/doc/src/views.qdoc
@@ -39,13 +39,13 @@
\include examples-run.qdocinc
- \section1 GridView and PathView
+ \section1 Using GridView and PathView
\e GridView and \e PathView demonstrate usage of these types to display
views.
\snippet views/gridview/gridview-example.qml 0
- \section1 Dynamic List
+ \section1 Using Dynamic List
\e{Dynamic List} demonstrates animation of runtime additions and removals to
a \l ListView.
@@ -66,12 +66,12 @@
\snippet views/listview/expandingdelegates.qml 2
\snippet views/listview/expandingdelegates.qml 3
- \section1 Highlight
+ \section1 Using Highlight
\e Highlight demonstrates adding a custom highlight to a ListView.
\snippet views/listview/highlight.qml 0
- \section1 Highlight Ranges
+ \section1 Using Highlight Ranges
\e{Highlight Ranges} shows the three different highlight range modes of
ListView.
@@ -79,13 +79,13 @@
\snippet views/listview/highlightranges.qml 1
\snippet views/listview/highlightranges.qml 2
- \section1 Sections
+ \section1 Using Sections
\e Sections demonstrates the various section headers and footers available
to \l ListView.
\snippet views/listview/sections.qml 0
- \section1 Packages
+ \section1 Using Packages
\e Packages use the \l [QML]{Package} type to transition delegates between
two views.
@@ -100,13 +100,13 @@
\snippet views/package/view.qml 0
- \section1 ObjectModel
+ \section1 Using ObjectModel
\e ObjectModel uses an ObjectModel for the model instead of a \l ListModel.
\snippet views/objectmodel/objectmodel.qml 0
- \section1 Display Margins
+ \section1 Using Display Margins
\e{Display Margins} uses delegates to display items and implements a simple
header and footer components.