Class: QgsSymbolAnimationSettingsDialog¶
A dialog for customising animation settings for a symbol.
Added in version 3.26.

QgsSymbolAnimationSettingsDialog¶
Class Hierarchy¶
Base classes¶
Methods
Returns the animation settings as defined in the dialog. |
|
Sets the animation settings to show in the dialog. |
- class qgis.gui.QgsSymbolAnimationSettingsDialog[source]¶
Bases:
QDialog
- __init__(parent: QWidget | None = None, f: Qt.WindowFlags | Qt.WindowType = Qt.WindowFlags())
Constructor for QgsSymbolAnimationSettingsDialog
- Parameters:
parent (Optional[QWidget] = None)
f (Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())
- animationSettings(self) QgsSymbolAnimationSettings [source]¶
Returns the animation settings as defined in the dialog.
See also
- Return type:
- setAnimationSettings(self, settings: QgsSymbolAnimationSettings)[source]¶
Sets the animation
settings
to show in the dialog.See also
- Parameters:
settings (QgsSymbolAnimationSettings)