Class: QgsSymbolAnimationSettingsWidget¶
A widget for customising animation settings for a symbol.
Added in version 3.26.

QgsSymbolAnimationSettingsWidget¶
Class Hierarchy¶
Base classes¶
Base class for any widget that can be shown as a inline panel |
|
Methods
Returns the animation settings as defined in the widget. |
|
Sets the animation settings to show in the widget. |
- class qgis.gui.QgsSymbolAnimationSettingsWidget[source]¶
Bases:
QgsPanelWidget
- __init__(parent: QWidget | None = None)
Constructor for QgsSymbolAnimationSettingsWidget
- Parameters:
parent (Optional[QWidget] = None)
- animationSettings(self) QgsSymbolAnimationSettings [source]¶
Returns the animation settings as defined in the widget.
See also
- Return type:
- setAnimationSettings(self, settings: QgsSymbolAnimationSettings)[source]¶
Sets the animation
settings
to show in the widget.See also
- Parameters:
settings (QgsSymbolAnimationSettings)