Quote Originally Posted by Matt Smith
Qt has a QSettings class to write preferences using either Carbon preferences (on OS X), the registry (on Windows) and an XML file (on X11).
Actually it writes an ini file on X11. I personally would have preferred an XML file because of its hierarchical structure and a more logical mapping with the Windows registry, GNOME conf, etc.