Class: QgsTiledSceneRendererPropertiesWidget¶
A generic widget for setting the 2D renderer for a tiled scene layer.
Added in version 3.34.

QgsTiledSceneRendererPropertiesWidget¶
Class Hierarchy¶
Base classes¶
A panel widget that can be shown in the map style dock. |
|
Base class for any widget that can be shown as an inline panel. |
|
Methods
Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts. |
- class qgis.gui.QgsTiledSceneRendererPropertiesWidget[source]¶
Bases:
QgsMapLayerConfigWidget
- __init__(layer: QgsTiledSceneLayer | None, style: QgsStyle | None, parent: QWidget | None = None)
Constructor for QgsTiledSceneRendererPropertiesWidget, associated with the specified
layer
andstyle
database.- Parameters:
layer (Optional[QgsTiledSceneLayer])
style (Optional[QgsStyle])
parent (Optional[QWidget] = None)
- setContext(self, context: QgsSymbolWidgetContext)[source]¶
Sets the
context
in which the widget is shown, e.g., the associated map canvas and expression contexts.- Parameters:
context (QgsSymbolWidgetContext)