Class: QgsGeographicCoordinateNumericFormatWidget

A widget which allow control over the properties of a QgsGeographicCoordinateNumericFormat.

Added in version 3.26.

QgsGeographicCoordinateNumericFormatWidget

QgsGeographicCoordinateNumericFormatWidget

Class Hierarchy

Inheritance diagram of qgis.gui.QgsGeographicCoordinateNumericFormatWidget

Base classes

QgsNumericFormatWidget

Base class for widgets which allow control over the properties of QgsNumericFormat subclasses

QgsPanelWidget

Base class for any widget that can be shown as a inline panel

QWidget

QObject

QPaintDevice

QgsExpressionContextGenerator

Abstract interface for generating an expression context.

class qgis.gui.QgsGeographicCoordinateNumericFormatWidget[source]

Bases: QgsNumericFormatWidget

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

Constructor for QgsGeographicCoordinateNumericFormatWidget, initially showing the specified format.

Parameters:
  • format (Optional[QgsNumericFormat])

  • hidePrecisionControl (bool = False)

  • parent (Optional[QWidget] = None)