QGIS/python/core/auto_additions/qgsattributeeditorelement.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

18 lines
747 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'}
except NameError:
pass
QgsAttributeEditorElement.create = staticmethod(QgsAttributeEditorElement.create)
QgsAttributeEditorElement.LabelStyle.__doc__ = """The TabStyle struct defines color and font overrides for form fields, tabs and groups labels.
.. versionadded:: 3.26"""
try:
QgsAttributeEditorElement.__group__ = ['editform']
except NameError:
pass
try:
QgsAttributeEditorElement.LabelStyle.__group__ = ['editform']
except NameError:
pass