2024-08-13 13:47:46 +10:00
|
|
|
# The following has been generated automatically from src/core/editform/qgsattributeeditorelement.h
|
2024-08-14 09:45:06 +10:00
|
|
|
try:
|
|
|
|
QgsAttributeEditorElement.__attribute_docs__ = {'color': 'Label font', 'font': 'Label font', 'overrideColor': 'Override label color', 'overrideFont': 'Override label font'}
|
|
|
|
except NameError:
|
|
|
|
pass
|
2024-08-14 15:28:33 +10:00
|
|
|
QgsAttributeEditorElement.create = staticmethod(QgsAttributeEditorElement.create)
|
2024-08-15 15:15:35 +10:00
|
|
|
QgsAttributeEditorElement.LabelStyle.__doc__ = """The TabStyle struct defines color and font overrides for form fields, tabs and groups labels.
|
|
|
|
|
|
|
|
.. versionadded:: 3.26"""
|