Subgroup: other

Class: QgsKeyValueFieldFormatter

class qgis.core.QgsKeyValueFieldFormatter

Bases: qgis._core.QgsFieldFormatter

Default constructor of field formatter for a key value field.

QgsKeyValueFieldFormatter(QgsKeyValueFieldFormatter)

Field formatter for a key value field. This represents a list type value. Values will be represented as a colon-delimited and comma-separated list.

E.g. “color: yellow, amount: 5”

New in version 3.0: Methods

id
representValue

Signals

Attributes

id(self) → str
representValue(self, layer: QgsVectorLayer, fieldIndex: int, config: Dict[str, Any], cache: Any, value: Any) → str