-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.5.2
-
None
Using grouped access to set and read QML properties does work when using the `@QmlElement` decorator, but doesn't work when registering the types via `qmlRegisterType`. The attached minimal example demonstrates the problem. The broken version throws the following error:
main.qml:15:7: Cannot assign to non-existent property "foo"