KProperty
KPropertyRectFEditor.cpp
36 QString KPropertyRectFDelegate::valueToString(const QVariant& value, const QLocale &locale) const
40 return QString::fromLatin1("%1, %2, %3x%4").arg(r.x()).arg(r.y()).arg(r.width()).arg(r.height());
QString toString(qlonglong i) const const
QString tr(const char *sourceText, const char *disambiguation, int n)
An interface for for composed property handlers.
Definition: KPropertyFactory.h:32
QVariant property(const char *name) const const
void moveLeft(qreal x)
QLocale::Language language() const const
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const
QString fromLatin1(const char *str, int size)
qreal toReal(bool *ok) const const
QRectF toRectF() const const
bool setValue(const QVariant &value, ValueOptions options=ValueOptions())
Sets value of the property.
Definition: KProperty.cpp:405
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 27 2021 23:02:18 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 27 2021 23:02:18 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.