aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src
diff options
context:
space:
mode:
authorSami Shalayel <sami.shalayel@qt.io>2024-01-16 17:19:47 +0100
committerSami Shalayel <sami.shalayel@qt.io>2024-02-27 10:54:36 +0100
commitbb1940c6b286eba11c340a8cdd135ae9971b7d26 (patch)
tree948b42e1678ff39ea838b10997bfe699d00dce5c /src/qml/doc/src
parent247003ddbc985b1fe93484243178434a1354b8da (diff)
doc: add `Articles and Guides` section to qtqml-index.html
Add links to the `QML language reference`, the `Qt Qml Tooling` page and to the guides `Writing Qml Modules` and `Singletons in QML`. Pick-to: 6.7 Fixes: QTBUG-121134 Change-Id: Icc1df6c37c79a3851a1b68909ddb2f9d3756f8a7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/qml/doc/src')
-rw-r--r--src/qml/doc/src/qtqml.qdoc25
1 files changed, 18 insertions, 7 deletions
diff --git a/src/qml/doc/src/qtqml.qdoc b/src/qml/doc/src/qtqml.qdoc
index 2bffeecdb6..51a638bf4d 100644
--- a/src/qml/doc/src/qtqml.qdoc
+++ b/src/qml/doc/src/qtqml.qdoc
@@ -69,6 +69,24 @@ lists the environment variables you may use to this effect. The description of t
\l{The QML Disk Cache}{QML Disk Cache} describes the options related to how your QML
components are compiled and loaded.
+\section1 Articles and Guides
+
+These articles contain information about Qt Qml.
+
+\list
+ \li \l{The QML Reference}
+ \li \l{Qt Qml Tooling}
+ \li \l{Writing QML Modules}
+ \li \l{Singletons in QML}
+\endlist
+
+\section1 Reference
+
+\list
+ \li \l {Qt QML C++ Classes} {C++ Classes}
+ \li \l {Qt QML QML Types} {QML Types}
+\endlist
+
\section1 Licenses and Attributions
Qt QML is available under commercial licenses from \l{The Qt Company}.
@@ -83,11 +101,4 @@ modules under following permissive licenses:
\generatelist{groupsbymodule attributions-qtqml}
-\section1 Reference
-
-\list
- \li \l {Qt QML C++ Classes} {C++ Classes}
- \li \l {Qt QML QML Types} {QML Types}
-\endlist
-
*/