Good afternoon,

I am working of a QML form where a user can enter a weight value in either lbs or kgs (using 2 different textedits). The value is maintained in a C++ structure (in kgs) and both representations are to be displayed. Is there a need for a model?

Early tests also reveal a binding loop for property 'text' ... between the fields even when testing for a change in value before issuing an emit. In the QML file, I am using onTextChanged to update the other representation of the value.

Any tip of the best approach?

Regards,
Daniel