rbp
1st April 2009, 06:22
hello,
what is your approach to configuration files in your Qt app?
Previously with PyQt I used the ConfigParser (http://docs.python.org/library/configparser.html) 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
what is your approach to configuration files in your Qt app?
Previously with PyQt I used the ConfigParser (http://docs.python.org/library/configparser.html) 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