Class: QgsNumericFormatConfigurationWidgetFactory

class qgis.gui.QgsNumericFormatConfigurationWidgetFactory

Bases: sip.wrapper

Interface base class for factories for numeric format configuration widgets.

New in version 3.12:

Methods

create

Create a new configuration widget for a format.

create(self, format: QgsNumericFormat) QgsNumericFormatWidget

Create a new configuration widget for a format.

Parameters:

format (QgsNumericFormat) –

Return type:

QgsNumericFormatWidget