Hello, I need a subclass of QQmlComponent that would be usable inside QML documents just like a normal Component, in order to have more control over the return value of create().
However, simply creating a subclass in C++ and registering it via qmlRegisterType() fails: attempting to use the custom component results in "Cannot assign to non-existent default property" error. I've failed to find any documentation or examples on the topic. Should this be possible from user code at all? If so, what is the correct way to subclass a QQmlComponent? Thanks. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest