Op 3-10-2013 7:38, Vadim Peretokin schreef:
He's wanting to *set* the key to the default value however, not access it. Unless QSettings::value(".") or QSettings::value("Default") will set it to the default value as you suggest?
No, QSettings::value(".") is a getter. But QSettings::setValue(".", "Some value") is a setter.

André

--
You like Qt?
I am looking for collegues to join me at i-Optics!

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to