Class: QgsBearingNumericFormatDialog

A dialog which allows control over the properties of a QgsBearingNumericFormat.

Added in version 3.12.

QgsBearingNumericFormatDialog

QgsBearingNumericFormatDialog

Class Hierarchy

Inheritance diagram of qgis.gui.QgsBearingNumericFormatDialog

Base classes

QDialog

QWidget

QObject

QPaintDevice

Methods

format

Returns the format defined by the current settings in the dialog.

class qgis.gui.QgsBearingNumericFormatDialog[source]

Bases: QDialog

__init__(format: QgsNumericFormat | None, parent: QWidget | None = None)

Constructor for QgsBearingNumericFormatDialog, initially showing the specified format.

Parameters:
format(self) QgsBearingNumericFormat | None[source]

Returns the format defined by the current settings in the dialog.

Ownership of the returned object is transferred to the caller

Return type:

Optional[QgsBearingNumericFormat]