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).
How can I cast QMap<QString, QObject*> to QMap<QString, QVariant> ??
casting to QMap in general doesn't seem to work.
You can't. The only solution I came to would be to manually copy the contents of the one type to the other type.
Do you know how to expose the QMap<QString, QObject*> to QML ?
Can't seem to get it to work properly
There should be some means, if I recall correctly. I don't know the details, sorry.