summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2023-01-23 15:51:54 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-24 13:18:07 +0000
commit99e17d69cd58b6b37dc1ed5ba2b5e120816fdea1 (patch)
tree36f7e4c79dcdfd9b0ff9e104a2360a8b7c279b6a
parent874e69c2c9c64c018ebe527f77e74bd95823e89a (diff)
downloadqtdoc-99e17d69cd58b6b37dc1ed5ba2b5e120816fdea1.tar.gz
What's new in 6.5: mention binadble property support
Change-Id: I50df36a75b44f89c6a8500f137e06312fbd22ada Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit 6c0d5cd55cac0e9d473cf978e67bec33ab991a40) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 815431e3..32635bc0 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -50,6 +50,9 @@
to allow applications to check or request permissions for features that
require user consent before use.
\li New cross-platform tracing backend in Common Trace Format(CTF) format.
+ \li QBindable can now be constructed from any property with a NOTIFY signal.
+ This enables integration of existing, non-bindable properties with
+ \l{bindable properties}{Qt Bindable Properties}.
\endlist
\section2 Qt GUI Module