mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
17 lines
974 B
Python
17 lines
974 B
Python
# 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.__annotations__ = {'color': 'QColor', 'font': 'QFont', 'overrideColor': bool, 'overrideFont': bool}
|
|
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, AttributeError):
|
|
pass
|
|
try:
|
|
QgsAttributeEditorElement.create = staticmethod(QgsAttributeEditorElement.create)
|
|
QgsAttributeEditorElement.__abstract_methods__ = ['clone']
|
|
QgsAttributeEditorElement.__group__ = ['editform']
|
|
except (NameError, AttributeError):
|
|
pass
|