Class: QgsLayerTreeEmbeddedConfigWidget

A widget to configure layer tree embedded widgets for a particular map layer.

QgsLayerTreeEmbeddedConfigWidget

QgsLayerTreeEmbeddedConfigWidget

Class Hierarchy

Inheritance diagram of qgis.gui.QgsLayerTreeEmbeddedConfigWidget

Base classes

QWidget

QObject

QPaintDevice

class qgis.gui.QgsLayerTreeEmbeddedConfigWidget[source]

Bases: QWidget

__init__(parent: QWidget | None = None)

A widget to configure layer tree embedded widgets for a particular map layer.

Parameters:

parent (Optional[QWidget] = None) – The parent of the widget.

applyToLayer(self)[source]

Store changes made in the widget to the layer

setLayer(self, layer: QgsMapLayer | None)[source]

Initialize widget with a map layer

Parameters:

layer (Optional[QgsMapLayer])