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

QgsBearingNumericFormatWidget¶
Class Hierarchy¶
Base classes¶
Base class for widgets which allow control over the properties of |
|
Base class for any widget that can be shown as an inline panel. |
|
Abstract interface for generating an expression context. |
- class qgis.gui.QgsBearingNumericFormatWidget[source]¶
Bases:
QgsNumericFormatWidget
- __init__(format: QgsNumericFormat | None, parent: QWidget | None = None)
Constructor for QgsBearingNumericFormatWidget, initially showing the specified
format
.- Parameters:
format (Optional[QgsNumericFormat])
parent (Optional[QWidget] = None)