QGIS/python/gui/auto_additions/qgslabelsettingswidgetbase.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

11 lines
505 B
Python

# The following has been generated automatically from src/gui/labeling/qgslabelsettingswidgetbase.h
try:
QgsLabelSettingsWidgetBase.__attribute_docs__ = {'changed': 'Emitted when any of the settings described by the widget are changed.\n', 'auxiliaryFieldCreated': 'Emitted when an auxiliary field is created in the widget.\n'}
QgsLabelSettingsWidgetBase.__group__ = ['labeling']
except NameError:
pass
try:
QgsLabelSettingsWidgetDialog.__group__ = ['labeling']
except NameError:
pass