Class: QgsNumericFormatConfigurationWidgetFactory

class qgis.gui.QgsNumericFormatConfigurationWidgetFactory

Bases: sip.wrapper

Interface base class for factories for numeric format configuration widgets.

Added in version 3.12:

Methods

create

Create a new configuration widget for a format.

create(self, format: QgsNumericFormat | None) QgsNumericFormatWidget | None

Create a new configuration widget for a format.

Parameters:

format (Optional[QgsNumericFormat])

Return type:

Optional[QgsNumericFormatWidget]