Class: QgsRasterLayerTemporalPropertiesWidget

A widget for configuring the temporal properties for a raster layer.

Added in version 3.14.

QgsRasterLayerTemporalPropertiesWidget

QgsRasterLayerTemporalPropertiesWidget

Class Hierarchy

Inheritance diagram of qgis.gui.QgsRasterLayerTemporalPropertiesWidget

Base classes

QWidget

QObject

QPaintDevice

Methods

addWidget

Adds a child widget to the properties widget.

saveTemporalProperties

Save widget temporal properties inputs.

syncToLayer

Updates the widget state to match the current layer state.

class qgis.gui.QgsRasterLayerTemporalPropertiesWidget[source]

Bases: QWidget

__init__(parent: QWidget | None = None, layer: QgsRasterLayer | None = None)

Constructor for QgsRasterLayerTemporalPropertiesWidget.

Parameters:
  • parent (Optional[QWidget] = None)

  • layer (Optional[QgsRasterLayer] = None)

addWidget(self, widget: QgsMapLayerConfigWidget | None)[source]

Adds a child widget to the properties widget.

Added in version 3.20.

Parameters:

widget (Optional[QgsMapLayerConfigWidget])

saveTemporalProperties(self)[source]

Save widget temporal properties inputs.

syncToLayer(self)[source]

Updates the widget state to match the current layer state.