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, where T is the property type. This attribute was introduced in Qt 6.0.