Class: Qgs3DSymbolDialog

A dialog for configuring a 3D symbol.

Added in version 3.16.

Class Hierarchy

Inheritance diagram of qgis.gui.Qgs3DSymbolDialog

Base classes

QDialog

QWidget

QObject

QPaintDevice

Methods

buttonBox

Returns a reference to the dialog's button box.

symbol

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:
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]