Using XML files has several advantages:
- XML files are human readable;
- Binary files can be corrupted and become not readable;
- Qt offers many utilities to interact with XML files.
Using XML files has several advantages:
- XML files are human readable;
- Binary files can be corrupted and become not readable;
- Qt offers many utilities to interact with XML files.
A camel can go 14 days without drink,
I can't!!!
Hi,
Will read how to use it and try.
Thanks,
Òscar Llarch i Galán
If you don't want do deal with all that xml stuff, you also can use QSettings with QSettings::IniFormat and have all advantages of an xml file but it's much more easier to use.
Bookmarks