The XMLPreferences files are Copyright (C) 2005 Angius Fabrizio (blue_death@users.sourceforge.net)

You may use, distribute and copy the XMLPreferences files under the terms of
GNU General Public License version 2 (see the file LICENSE.GPL for details)

-------------------------------------------------------------------------

The XMLPreferences class has been written during the development of the OSDaB Project.

Website: http://osdab.sourceforge.net/
SourceForge.net project page: https://sourceforge.net/projects/osdab/

**************** ******* ******************************************************

detailed description
--------------------
The XMLPreferences class allows to store application settings in plain text
files using XML format. Stored settings may be read using the XMLPreferences
class or other XML parsers. The class supports many Qt data types and allows
settings to be organized in sections.

The following data types are currently supported:
 - bool
 - int
 - qint64
 - QString
 - QStringList
 - QBitArray
 - QByteArray
 - QRect
 - QPoint
 - QSize

The following data types are NOT available if the QT_CORE_ONLY has been defined:
 - QColor

history
-------
09/01/2006 - First public release

features
--------
Store settings in plain text files using XML format
Supports many Qt data types
Supports encoding of binary data as plain text
May be compiled without QtGui library support

no known issues
---------------

requirements
------------
Qt version 4.0.x or later


**************** ******* ******************************************************
BEFORE SENDING ANY EMAIL, CHECK OUT THE OSDAB WEBSITE HOSTED AT SOURCEFORGE.NET
**************** ******* ******************************************************

