PDA

View Full Version : Saving Data as XML



aIsmail
18th November 2015, 03:18
Hello Everyone,
Can I Write/Read data as XML using QML? if yes, may you support this with example.
Thanks..

anda_skoa
18th November 2015, 09:14
You can always do that in the C++ part of your QML application.

For displaying data of an XML file you can also use XmlListModel.

Cheers,
_