51 QObject::connect( this->
mEditor, &QLineEdit::textChanged,
this, [ = ](
const QString & text )
79 QgsDebugError( QString(
"editor is not set, returning a non-existing value" ) );
109 QObject::connect( this->
mEditor, &QCheckBox::clicked,
this, [ = ](
bool checked )
138 QgsDebugError( QString(
"editor is not set, returning a non-existing value" ) );
169 QObject::connect( this->
mEditor, qOverload<int>( &QSpinBox::valueChanged ),
this, [ = ](
int value )
197 QgsDebugError( QString(
"editor is not set, returning a non-existing value" ) );
199 return std::numeric_limits<int>::quiet_NaN();
229 QObject::connect( this->
mEditor, qOverload<double>( &QDoubleSpinBox::valueChanged ),
this, [ = ](
double value )
257 QgsDebugError( QString(
"editor is not set, returning a non-existing value" ) );
259 return std::numeric_limits<double>::quiet_NaN();
327 QgsDebugError( QString(
"editor is not set, returning a non-existing value" ) );
@ Double
Double precision number.
bool setValue(const T &value, const QString &dynamicKeyPart=QString()) const
Set settings value.
QString definitionKey() const
Returns settings entry defining key.
bool allowAlpha() const
Returns true if transparency is allowed for the color.
#define QgsDebugError(str)