QGIS/python/core/auto_additions/qgsattributeeditorelement.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
770 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/editform/qgsattributeeditorelement.h
try:
QgsAttributeEditorElement.LabelStyle.__attribute_docs__ = {'color': 'Label font', 'font': 'Label font', 'overrideColor': 'Override label color', 'overrideFont': 'Override label font'}
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']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsAttributeEditorElement.create = staticmethod(QgsAttributeEditorElement.create)
QgsAttributeEditorElement.__group__ = ['editform']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass