Class: QgsMapLayerStyleManagerWidget

The QgsMapLayerStyleManagerWidget class which is used to visually manage the layer styles.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsMapLayerStyleManagerWidget

Base classes

QgsMapLayerConfigWidget

A panel widget that can be shown in the map style dock

QgsPanelWidget

Base class for any widget that can be shown as a inline panel

QWidget

QObject

QPaintDevice

class qgis.gui.QgsMapLayerStyleManagerWidget[source]

Bases: QgsMapLayerConfigWidget

__init__(layer: QgsMapLayer | None, canvas: QgsMapCanvas | None, parent: QWidget | None = None)

Style manager widget to manage the layers styles.

Parameters:
  • layer (Optional[QgsMapLayer]) – The layer for the widget

  • canvas (Optional[QgsMapCanvas]) – The canvas object.

  • parent (Optional[QWidget] = None) – The parent.