Hi,
If I have a QSettings that uses the default settings for each platform (ie
Windows uses the registry, etc.), is there an (easy) way to save the
QSettings to an ini file to back it up and restore (on a new computer for
example)? Something like this (although this doesn't work.
QSettings set1("Company", "Program");
set1.setValue("key", 1);
QSettings set2("test.ini", QSettings::IniFormat);
set2 = set1;
Josh
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest