Class: QgsInterpolatedLineSymbolLayerWidget¶
A widget for configuring a QgsInterpolatedLineSymbolLayer.
Added in version 3.20.
QgsInterpolatedLineSymbolLayerWidget showing variable line width¶
QgsInterpolatedLineSymbolLayerWidget showing variable line color¶
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Abstract base class for widgets used to configure |
|
Static Methods
Static creation method |
- class qgis.gui.QgsInterpolatedLineSymbolLayerWidget[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]