Class: QgsExpressionBasedNumericFormatWidget

A widget which allows control over the properties of a QgsExpressionBasedNumericFormat.

Added in version 3.40.

QgsExpressionBasedNumericFormatWidget

QgsExpressionBasedNumericFormatWidget

Class Hierarchy

Inheritance diagram of qgis.gui.QgsExpressionBasedNumericFormatWidget

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 an inline panel.

QWidget

QObject

QPaintDevice

QgsExpressionContextGenerator

Abstract interface for generating an expression context.

class qgis.gui.QgsExpressionBasedNumericFormatWidget[source]

Bases: QgsNumericFormatWidget

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

Constructor for QgsExpressionBasedNumericFormatWidget, initially showing the specified format.

Parameters: