Hello,

In my programm, the user can create Objects in the GUI during runtime, which are created from a QML file with a javascript.
After creation the user can change the properties of this qml object, like size, position, color etc..

My target is now, to store these changed properties and the QML Objects, so they are automatically recreated after programm start.

Any ideas how to solve this?

regards