GeometryPropertiesDialog#

class GeometryPropertiesDialog(initial_properties=None, parent=None, anchor=None)[source]#

Bases: QDialog

Attributes

GeometryPropertiesDialog.parametersChanged

pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL

Methods

GeometryPropertiesDialog.browse_volume()

GeometryPropertiesDialog.connect_signals()

Connect all widget signals to update parameters.

GeometryPropertiesDialog.emit_parameters()

GeometryPropertiesDialog.get_parameters()

Return the partial parameter dict for the current dialog state.

GeometryPropertiesDialog.reattach_emit()

GeometryPropertiesDialog.setup_ui()

GeometryPropertiesDialog.showEvent(self, a0)

connect_signals()[source]#

Connect all widget signals to update parameters.

get_parameters()[source]#

Return the partial parameter dict for the current dialog state.

A field is included only if its widget is determinate and the field was either touched by the user or unanimous across selected geometries at dialog open.

showEvent(self, a0: QShowEvent | None)[source]#