Class: QgsBearingNumericFormatDialog¶
A dialog which allows control over the properties of a
QgsBearingNumericFormat
.
Added in version 3.12.

QgsBearingNumericFormatDialog¶
Class Hierarchy¶
Base classes¶
Methods
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 (Optional[QgsNumericFormat])
parent (Optional[QWidget] = None)
- 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]