Warning, /libraries/kproperty/src/Mainpage.dox is written in an unsupported language. File is not indexed.

0001 /**
0002  @mainpage KProperty
0003 
0004  %KProperty is a property editing framework with editor widget similar to what is known from Qt Designer.
0005 
0006  Main classes of this framework are:
0007   - KProperty, representing model for a single property with its own type and value.
0008   - KPropertySet, a model for for a set of properties (KProperty objects).
0009   - KPropertyEditorView, a view widget for displaying and editing properties provided by
0010     a KPropertySet object. Each property has its own row displayed within view widget.
0011     The view widget provides inline editing for properties objects.
0012 
0013  The %KProperty framework also supports adding new property types and property editors
0014  using KPropertyFactory and KPropertyFactoryManager classes. Complex value types can
0015  be defined as composed properties.
0016 
0017  To see how to use %KProperty take a look at the KPropertyExample application available
0018  in examples/ directory.
0019 
0020  Project's home page: https://community.kde.org/KProperty
0021 
0022  @authors
0023  - Jarosław Staniek <staniek@kde.org> - Maintainer, main author
0024  - Cédric Pasteur <cedric.pasteur@free.fr> - improvements and fixes
0025 
0026  Contributors:
0027  - Adam Pigg <adam@piggz.co.uk> - fixes
0028  - Friedrich W. H. Kossebau <kossebau@kde.org> - cleanups
0029  - Laurent Montel <montel@kde.org> - cleanups
0030 
0031  @licenses
0032  @lgpl
0033 */
0034 // DOXYGEN_SET_PROJECT_NAME = KProperty
0035 // DOXYGEN_SET_IGNORE_PREFIX = KProperty
0036 // DOXYGEN_SET_EXCLUDE_PATTERNS += *_p.h