How to do Bi-directional Data Binding in Qt Quick
By: Brad
In this tutorial I’m going to show you how property bindings work in Qt and how to setup a bi-directional data binding in Qt Quick. Property binding is when you tell one property to mirror the value of another property; that is property A equals property B and when property B is updated so will… To read more click here.