17#include "moc_qgseditorconfigwidget.cpp"
46 button->blockSignals(
true );
50 button->blockSignals(
false );
55 const auto propertyOverrideButtons { findChildren< QgsPropertyOverrideButton * >() };
74void QgsEditorConfigWidget::updateProperty()
static QList< QgsExpressionContextScope * > globalProjectLayerScopes(const QgsMapLayer *layer)
Creates a list of three scopes: global, layer's project and layer.
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
void setProperty(int key, const QgsProperty &property)
Adds a property to the collection and takes ownership of it.
QgsProperty property(int key) const final
Returns a matching property from the collection, if one exists.
Represents a vector layer which manages a vector based data sets.
QgsSignalBlocker< Object > whileBlocking(Object *object)
Temporarily blocks signals from a QObject while calling a single method from the object.