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¶
Base classes¶
Subclasses¶
A widget for configuring |
|
A widget for configuring |
|
A widget for configuring |
|
A widget for configuring |
|
A widget for configuring |
|
A widget for configuring |
Abstract Methods
Sets the paint effect to modify with the widget |
Signals
Emitted when properties of the effect are changed through the widget |
- class qgis.gui.QgsPaintEffectWidget[source]¶
Bases:
QWidget
- abstract setPaintEffect(self, effect: QgsPaintEffect | None)[source]¶
Sets the paint effect to modify with the widget
- Parameters:
effect (Optional[QgsPaintEffect]) – paint effect