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).
I am using QQmlListProperty to expose a list of Q_Objects derived classes to qml. But how can I do the equivalent with a map of Q_Objects derived classes? I do not see QQmlMapProperty as existing. Is there another way?