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 :)

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

Reply via email to