Create link from property overview documentation to bindable properties

Change-Id: I906d304b3e04a96da5d90e1baa46776bd3debbc9
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
bb10
Andreas Buhr 2021-04-27 15:03:25 +02:00
parent 9cc9ef232d
commit 30621549d2
1 changed files with 2 additions and 1 deletions

View File

@ -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.