hello,

what is your approach to configuration files in your Qt app?

Previously with PyQt I used the ConfigParser library which supports reading Windows style INI files.
Now I'm using C++ Qt and am looking for a suitable library.

Is there a relevant Qt class I've missed? (but not XML)

thanks,
Richard