Class: QgsArrowSymbolLayerWidget¶
A widget for configuring a QgsArrowSymbolLayer
.

QgsArrowSymbolLayerWidget in a default state¶
Class Hierarchy¶
Base classes¶
Abstract base class for widgets used to configure |
|
Static Methods
Static creation method |
- class qgis.gui.QgsArrowSymbolLayerWidget[source]¶
Bases:
QgsSymbolLayerWidget
- __init__(layer: QgsVectorLayer | None, parent: QWidget | None = None)
Constructor
- Parameters:
layer (Optional[QgsVectorLayer]) – the layer where this symbol layer is applied
parent (Optional[QWidget] = None) – the parent widget
- static create(layer: QgsVectorLayer | None) QgsSymbolLayerWidget | None [source]¶
Static creation method
- Parameters:
layer (Optional[QgsVectorLayer]) – the layer where this symbol layer is applied
- Return type:
Optional[QgsSymbolLayerWidget]