From caa4174e65626737ce36322550e7c6b4d5fd9980 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 9 Oct 2019 16:17:14 +0200 Subject: Doc: Rename section ObjectModel in Qt Quick Views example - a section should not have the name of a QML type - caused links to ObjectModel to refer to the wrong page Task-number: QTBUG-79061 Change-Id: I92bbd00e02252d3eca2ad50deca7d573f53f549a Reviewed-by: Paul Wicking Reviewed-by: Mitch Curtis --- examples/quick/views/doc/src/views.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick/views') diff --git a/examples/quick/views/doc/src/views.qdoc b/examples/quick/views/doc/src/views.qdoc index 16237a68e0..f42dc5954c 100644 --- a/examples/quick/views/doc/src/views.qdoc +++ b/examples/quick/views/doc/src/views.qdoc @@ -100,7 +100,7 @@ \snippet views/package/view.qml 0 - \section1 ObjectModel + \section1 Using ObjectModel \e ObjectModel uses an ObjectModel for the model instead of a \l ListModel. -- cgit v1.2.3 From 1b44ba258ac6423478b6b34bb4ecdc234ea9dd2d Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Thu, 10 Oct 2019 11:36:20 +0200 Subject: Doc: Add "Using" to other sections for consistency Task-number: QTBUG-79061 Change-Id: I5d359d9a8ba48131a3aec5487604e30d3b0370ed Reviewed-by: Paul Wicking Reviewed-by: Mitch Curtis --- examples/quick/views/doc/src/views.qdoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'examples/quick/views') diff --git a/examples/quick/views/doc/src/views.qdoc b/examples/quick/views/doc/src/views.qdoc index f42dc5954c..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. @@ -106,7 +106,7 @@ \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. -- cgit v1.2.3