QGIS/python/core/auto_additions/qgscheckboxfieldformatter.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

7 lines
297 B
Python

# The following has been generated automatically from src/core/fieldformatter/qgscheckboxfieldformatter.h
try:
QgsCheckBoxFieldFormatter.__overridden_methods__ = ['id', 'representValue']
QgsCheckBoxFieldFormatter.__group__ = ['fieldformatter']
except (NameError, AttributeError):
pass