Class: QgsPaintEffectWidget

Base class for effect properties widgets.

Note

This is an abstract class, with methods which must be implemented by a subclass.

The following methods must be implemented: setPaintEffect()

Class Hierarchy

Inheritance diagram of qgis.gui.QgsPaintEffectWidget

Base classes

QWidget

QObject

QPaintDevice

Subclasses

QgsBlurWidget

A widget for configuring QgsBlurEffect effects.

QgsColorEffectWidget

A widget for configuring QgsColorEffect effects.

QgsDrawSourceWidget

A widget for configuring QgsDrawSourceEffect effects.

QgsGlowWidget

A widget for configuring QgsGlowEffect effects.

QgsShadowEffectWidget

A widget for configuring QgsShadowEffect effects.

QgsTransformWidget

A widget for configuring QgsTransformEffect effects.

Abstract Methods

setPaintEffect

Sets the paint effect to modify with the widget

Signals

changed

Emitted when properties of the effect are changed through the widget

class qgis.gui.QgsPaintEffectWidget[source]

Bases: QWidget

signal changed[source]

Emitted when properties of the effect are changed through the widget

abstract setPaintEffect(self, effect: QgsPaintEffect | None)[source]

Sets the paint effect to modify with the widget

Parameters:

effect (Optional[QgsPaintEffect]) – paint effect