[Interest] QtConFile
Igor Mironchik
imironchick at gmail.com
Tue Sep 18 17:08:38 CEST 2012
Hi.
>> QtConfFile - it's C++/Qt library for reading and saving configuration
>> files in a special format.
>>
>> Configuration file format is a set of tags, which are surrounded by
>> curly brackets, with values. Tags can be without values, can have one,
>> and can have several values. A sample configuration file is shown below:
> I love its Tcl-like syntax! Most everybody else won't though.
>
> Not to sound too negative, but what exactly does this library provide that
> QSettings or QDom* do not provide?
I think with QDom* you can do everything but code will be very
complicated. Speaking on QSettings it's not so useful for very nested
structures while with QtConfFile it's very simple to do. I hope that I
was clear :)
More information about the Interest
mailing list