Hi, I have a XML file which I want to edit (add items, delete items). I can display my file using XmlListModel, but that is read-only.
This is my first attempt with QML, so I don't really know my way around. How can I edit my XML file? Do I have to write it myself? Or is it a bad idea to use XML at all and the QML way is something else?

Ginsengelf