Synchronize properties across dynamically instantiated QML elements, using a C++ singleton that acts as a message broker and recursive signal-slot connections. This design enables flexible and scalable value synchronization across components, with minimal coupling between UI and logic.
Read on: https://www.kdab.com/bind-qml-values-across-an-arbitrary-number-of-elements/
