KProperty
KProperty is a property editing framework with editor widget similar to what is known from Qt Designer.
Main classes of this framework are:
- KProperty, representing model for a single property with its own type and value.
- KPropertySet, a model for for a set of properties (KProperty objects).
- KPropertyEditorView, a view widget for displaying and editing properties provided by a KPropertySet object. Each property has its own row displayed within view widget. The view widget provides inline editing for properties objects.
The KProperty framework also supports adding new property types and property editors using KPropertyFactory and KPropertyFactoryManager classes. Complex value types can be defined as composed properties.
To see how to use KProperty take a look at the KPropertyExample application available in examples/ directory.
Project's home page: https://community.kde.org/KProperty
Contributors:
- Adam Pigg adam@.nosp@m.pigg.nosp@m.z.co..nosp@m.uk - fixes
- Friedrich W. H. Kossebau kosse.nosp@m.bau@.nosp@m.kde.o.nosp@m.rg - cleanups
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org - cleanups
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.