Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi;
I am trying to access QObject's dynamic properties from QML. Object is ok in QML but cannot reach any dynamic properties ? (e.g. in QML, { myObject.myProperty; }. It is always null.
Thnx.
I solved the problem by converting to QObject to QJSValue and then using the function setProperty of QJSValue.
Thnkx for all...
The better way is using QQmlProperty.