summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2021-04-27 15:03:25 +0200
committerAndreas Buhr <andreas.buhr@qt.io>2021-04-27 21:33:48 +0200
commit30621549d2716cb9caae728dc84bee076c49cbbd (patch)
tree7157013036f41a2ac3dc0e7047cd65988f39b205 /src/corelib/doc/src
parent9cc9ef232d4d02827539ff7a2caaa0e187868e7f (diff)
Create link from property overview documentation to bindable properties
Change-Id: I906d304b3e04a96da5d90e1baa46776bd3debbc9 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/corelib/doc/src')
-rw-r--r--src/corelib/doc/src/objectmodel/properties.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/doc/src/objectmodel/properties.qdoc b/src/corelib/doc/src/objectmodel/properties.qdoc
index 9a2517e050..8bc0c6041a 100644
--- a/src/corelib/doc/src/objectmodel/properties.qdoc
+++ b/src/corelib/doc/src/objectmodel/properties.qdoc
@@ -132,7 +132,8 @@
gets and sets a widget's \c USER property.
\li The \c {BINDABLE bindableProperty} attribute indicates that the
- property supports bindings, and that it is possible to set and inspect
+ property supports \l {Qt Bindable Properties}{bindings},
+ and that it is possible to set and inspect
bindings to this property via the meta object system (QMetaProperty).
\c bindableProperty names a class member of type QBindable<T>, where T
is the property type. This attribute was introduced in Qt 6.0.