Class: QgsShapeburstFillSymbolLayerWidget

A widget for controlling the properties of a QgsShapeburstFillSymbolLayer.

QgsShapeburstFillSymbolLayerWidget

QgsShapeburstFillSymbolLayerWidget

Class Hierarchy

Inheritance diagram of qgis.gui.QgsShapeburstFillSymbolLayerWidget

Base classes

QgsSymbolLayerWidget

Abstract base class for widgets used to configure QgsSymbolLayer classes.

QWidget

QObject

QPaintDevice

Methods

setColor

setColor2

Static Methods

create

Creates a new QgsShapeburstFillSymbolLayerWidget.

class qgis.gui.QgsShapeburstFillSymbolLayerWidget[source]

Bases: QgsSymbolLayerWidget

__init__(vl: QgsVectorLayer | None, parent: QWidget | None = None)

Constructor for QgsShapeburstFillSymbolLayerWidget.

Parameters:
  • vl (Optional[QgsVectorLayer]) – associated vector layer

  • parent (Optional[QWidget] = None) – parent widget

static create(vl: QgsVectorLayer | None) QgsSymbolLayerWidget | None[source]

Creates a new QgsShapeburstFillSymbolLayerWidget.

Parameters:

vl (Optional[QgsVectorLayer]) – associated vector layer

Return type:

Optional[QgsSymbolLayerWidget]

setColor(self, color: QColor | Qt.GlobalColor)[source]
Parameters:

color (Union[QColor, Qt.GlobalColor])

setColor2(self, color: QColor | Qt.GlobalColor)[source]
Parameters:

color (Union[QColor, Qt.GlobalColor])