Generate Qml-String from QObject
Unsolved
QML and Qt Quick
-
Here is a code I wrote years ago to do just that: https://github.com/sierdzio/closecombatfree/blob/master/src/ccfgamemanager.cpp#L104
It takes QObjects from QML engine, and saves all properties into a file (QML file).