summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-10-12 13:07:49 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2022-10-12 14:10:03 +0200
commit78beaa5ff81ac8b269bfd302d1770df87e29aaa4 (patch)
tree93b43b52657ccd632ea5054b14906972f3e35b00 /examples
parentbac91ec2eb2a2b39e35e6825980f9a76067b3832 (diff)
downloadqtdeclarative-78beaa5ff81ac8b269bfd302d1770df87e29aaa4.tar.gz
SEO-enhance attached property documentation
Currently, it's rather hard to find the documentation on how to write attached properties. The page that gets found first in most search engines seems to be the example - so link from it to the actual documentation pages. Pick-to: 6.2 6.4 Change-Id: I78c9949d62863b5c11ffcd97413084ab03b0bc33 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/qml/doc/src/qml-extending.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/qml/doc/src/qml-extending.qdoc b/examples/qml/doc/src/qml-extending.qdoc
index 03df998823..5d92f0a51c 100644
--- a/examples/qml/doc/src/qml-extending.qdoc
+++ b/examples/qml/doc/src/qml-extending.qdoc
@@ -240,6 +240,12 @@ This example builds on:
\brief Attached Properties.
\ingroup qmlextendingexamples
+This example demonstrates how to create custom
+\l {Attached Properties and Attached Signal Handlers} {attached properties}.
+For a more in-depth description on how one can create attached properties,
+see \l {Providing Attached Properties}.
+
+
This example builds on:
\list
\li \l {Extending QML - Grouped Properties Example}