QGIS/python/gui/auto_additions/qgssmartgroupeditordialog.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

12 lines
474 B
Python

# The following has been generated automatically from src/gui/symbology/qgssmartgroupeditordialog.h
try:
QgsSmartGroupCondition.__attribute_docs__ = {'removed': 'Emitted when the group with the specified ``id`` is removed.\n'}
QgsSmartGroupCondition.__signal_arguments__ = {'removed': ['id: int']}
QgsSmartGroupCondition.__group__ = ['symbology']
except NameError:
pass
try:
QgsSmartGroupEditorDialog.__group__ = ['symbology']
except NameError:
pass