Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi there,
I have MyClass and i exported it to QML with qmlRegisterType and QProperty. Now i have another class Manager which has a property QPointer<MyClass>.
Now my question is how do i set it from qml side?
Thanks