aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/synchronizer/qqmlsynchronizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Synchronizer: Add a note about using it with singletonsFabian Kosmale2025-09-241-0/+4
| | | | | | | | | Notably, that you can't use aliases. Fixes: QTBUG-139608 Pick-to: 6.10 Change-Id: I984dea6695419b11f777e7ad516b4c15ead6c3ed Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Mark security header for the qt labs synchronizerSanthosh Kumar2025-09-221-0/+1
| | | | | | | | QUIP: 23 Task-number: QTBUG-136184 Pick-to: 6.10 Change-Id: I27e9fc93ca4503459263aa4086d89c79fc1bebfa Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Doc: Specify in which version the Synchronizer was introducedAlexei Cazacov2025-09-011-0/+1
| | | | | | | Fixes: QTBUG-139633 Pick-to: 6.10 Change-Id: I77eb00417199d7228c239ebfdb45877bda7e4b77 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* QtQml: Long live Qt.labs.synchronizer!Ulf Hermann2025-04-301-0/+876
[ChangeLog][QtQml] The new Synchronizer element allows you to synchronize values between two or more properties without breaking their bindings. This is useful for connecting user-editable controls to backend values. Fixes: QTBUG-21558 Change-Id: I01c32d7a39f1efc89975d8494ad698444c803fd4 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>