QGIS/python/PyQt6/gui/auto_additions/qgssmartgroupeditordialog.py
2024-09-08 16:06:22 +10:00

18 lines
538 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'}
except NameError:
pass
try:
QgsSmartGroupCondition.__signal_arguments__ = {'removed': ['id: int']}
except NameError:
pass
try:
QgsSmartGroupCondition.__group__ = ['symbology']
except NameError:
pass
try:
QgsSmartGroupEditorDialog.__group__ = ['symbology']
except NameError:
pass