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:
|
2024-09-12 15:12:52 +10:00
|
|
|
QgsAttributeEditorElement.LabelStyle.__attribute_docs__ = {'color': 'Label font', 'font': 'Label font', 'overrideColor': 'Override label color', 'overrideFont': 'Override label font'}
|
2024-09-09 09:54:21 +10:00
|
|
|
QgsAttributeEditorElement.LabelStyle.__doc__ = """The TabStyle struct defines color and font overrides for form fields, tabs and groups labels.
|
|
|
|
|
|
|
|
.. versionadded:: 3.26"""
|
2024-08-16 09:08:23 +10:00
|
|
|
QgsAttributeEditorElement.LabelStyle.__group__ = ['editform']
|
2024-12-03 07:47:10 +00:00
|
|
|
except (NameError, AttributeError):
|
2024-08-16 09:08:23 +10:00
|
|
|
pass
|
2024-09-12 15:12:52 +10:00
|
|
|
try:
|
|
|
|
QgsAttributeEditorElement.create = staticmethod(QgsAttributeEditorElement.create)
|
|
|
|
QgsAttributeEditorElement.__group__ = ['editform']
|
2024-12-03 07:47:10 +00:00
|
|
|
except (NameError, AttributeError):
|
2024-09-12 15:12:52 +10:00
|
|
|
pass
|