Extending QML with a C++ class in a custom namespace
-
I just added a new wiki page: "How to use a C++ class declared in a namespace with Q_PROPERTY and QML":http://developer.qt.nokia.com/wiki/How_to_use_a_C_class_declared_in_a_namespace_with_Q_PROPERTY_and_QML. It explains the steps you need to take in order for namespaced C++ classes that are referenced in Q_PROPERTY to work in QML.
-