Subgroup: other

Class: QgsFallbackFieldFormatter

class qgis.core.QgsFallbackFieldFormatter

Bases: qgis._core.QgsFieldFormatter

A default fallback field formatter in case no specialized field formatter is defined. The values will be returned unmodified.

New in version 3.0: Methods

alignmentFlag Return the alignment for a particular field.
createCache Create a cache for a given field.
id
representValue Create a pretty String representation of the value.
sortValue If the default sort order should be overwritten for this widget, you can transform the value in here.

Attributes

id(self) → str