QGIS/python/core/auto_additions/qgsattributeeditorelement.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

15 lines
723 B
Python

# The following has been generated automatically from src/core/editform/qgsattributeeditorelement.h
try:
QgsAttributeEditorElement.__attribute_docs__ = {'color': 'Label font', 'font': 'Label font', 'overrideColor': 'Override label color', 'overrideFont': 'Override label font'}
QgsAttributeEditorElement.create = staticmethod(QgsAttributeEditorElement.create)
QgsAttributeEditorElement.__group__ = ['editform']
except NameError:
pass
try:
QgsAttributeEditorElement.LabelStyle.__doc__ = """The TabStyle struct defines color and font overrides for form fields, tabs and groups labels.
.. versionadded:: 3.26"""
QgsAttributeEditorElement.LabelStyle.__group__ = ['editform']
except NameError:
pass