KProperty
KProperty.h
50 * Editor for double values (spin box) has localized contents and its code supports just this maximum.
60 KProperty object can hold a property of given type supported by QVariant. Properties of custom types
69 Propery also supports setting arbitrary number of options using KProperty::setOption() that allow
84 KPropertyListData *listData = new KPropertyListData({1.1, tr("One")}, {2.5, tr("Two")}, {3., tr("Three")}});
88 @note Sometimes it makes sense to split property captions that have with more words to multiple lines
91 The text of property caption containing newline characters is available in its original form using
93 the newline characters are substituted with spaces and any trailing and leading whitespace is removed.
158 };
447 <li> confirmOverwrites: boolean value supported by the url editor; if @c true and the "fileMode"
526//! qDebug() stream operator. Writes property @a p to the debug output in a nicely formatted way.
An interface for for composed property handlers.
Definition KPropertyFactory.h:33
ValueOption
Options that influence how values are handled in setValue() and valueEqualsTo()
Definition KProperty.h:238
QDebug operator<<(QDebug dbg, const PerceptualColor::MultiSpinBoxSection &value)
QString fromLatin1(QByteArrayView str)
bool isEmpty() const const
Invalid
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.