Class: QgsSymbolAnimationSettingsDialog

A dialog for customising animation settings for a symbol.

Added in version 3.26.

QgsSymbolAnimationSettingsDialog

QgsSymbolAnimationSettingsDialog

Class Hierarchy

Inheritance diagram of qgis.gui.QgsSymbolAnimationSettingsDialog

Base classes

QDialog

QWidget

QObject

QPaintDevice

Methods

animationSettings

Returns the animation settings as defined in the dialog.

setAnimationSettings

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.

Return type:

QgsSymbolAnimationSettings

setAnimationSettings(self, settings: QgsSymbolAnimationSettings)[source]

Sets the animation settings to show in the dialog.

Parameters:

settings (QgsSymbolAnimationSettings)