From 30621549d2716cb9caae728dc84bee076c49cbbd Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Tue, 27 Apr 2021 15:03:25 +0200 Subject: [PATCH] Create link from property overview documentation to bindable properties Change-Id: I906d304b3e04a96da5d90e1baa46776bd3debbc9 Reviewed-by: Alex Blasche --- src/corelib/doc/src/objectmodel/properties.qdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.