aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2023-10-13 15:47:07 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2023-11-01 15:45:06 +0200
commit87ee0130eb91dc513c013472284066f1ad030289 (patch)
tree8556a7482a86a6b2b7b98a36dc8dd58bf6aaa1f1 /src/qml/doc/src
parent215d39032d8d1599805a84908a402f3f96d5f60e (diff)
doc: Improve cross-references for value types
...and note that other Qt modules might also have value types. The claim that they document those value types is currently slightly optimistic, but that needs to be fixed in separate commits. Task-number: QTBUG-95302 Task-number: QTBUG-118108 Change-Id: If48835cf200f754224f259c9a91976575e604941 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/doc/src')
-rw-r--r--src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc b/src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc
index 69e71a7b7d..43ff559e8a 100644
--- a/src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc
+++ b/src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc
@@ -52,20 +52,23 @@ document, with the following exceptions:
\section2 Built-in Value Types Provided By The QML Language
-The built-in value types supported natively in the QML language are listed below:
+The built-in value types supported natively in the \l{The QML Reference}{QML language} are listed below:
\annotatedlist qmlvaluetypes
\section2 Value Types Provided By QML Modules
QML modules may extend the QML language with more value types.
-The value types provided by the \c QtQml module are:
+For instance, the value types provided by the \c QtQml module are:
\annotatedlist qtqmlvaluetypes
The value types provided by the \c QtQuick module are:
\annotatedlist qtquickvaluetypes
-The \l{QtQml::Qt}{Qt} global object provides useful functions for manipulating values of value types.
+The \l{QtQml::Qt}{Qt} global object provides \l{globalqtobjecttypes}{useful functions} for manipulating values of value
+types for the \l{Qt Qml} and \l{Qt Quick} modules.
+
+Other Qt modules will document their value types on their respective module pages.
You may define your own value types as described in
\l{qtqml-cppintegration-definetypes.html}{Defining QML Types from C++}.