Class: Qgs3DSymbolDialog¶
A dialog for configuring a 3D symbol.
Added in version 3.16.
Class Hierarchy¶
Base classes¶
Methods
Returns a reference to the dialog's button box. |
|
Returns a new instance of the symbol defined by the dialog. |
- class qgis.gui.Qgs3DSymbolDialog[source]¶
Bases:
QDialog
- __init__(symbol: QgsAbstract3DSymbol | None, parent: QWidget | None = None)
Constructor for Qgs3DSymbolDialog, initially showing the specified
symbol
.- Parameters:
symbol (Optional[QgsAbstract3DSymbol])
parent (Optional[QWidget] = None)
- buttonBox(self) QDialogButtonBox | None [source]¶
Returns a reference to the dialog’s button box.
- Return type:
Optional[QDialogButtonBox]
- symbol(self) QgsAbstract3DSymbol | None [source]¶
Returns a new instance of the symbol defined by the dialog.
Caller takes ownership of the returned symbol.
- Return type:
Optional[QgsAbstract3DSymbol]