QGIS/python/PyQt6/gui/auto_additions/qgsprocessingmaplayercombobox.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
455 B
Python

# The following has been generated automatically from src/gui/processing/qgsprocessingmaplayercombobox.h
try:
QgsProcessingMapLayerComboBox.__attribute_docs__ = {'valueChanged': 'Emitted whenever the value is changed in the widget.\n'}
QgsProcessingMapLayerComboBox.__overridden_methods__ = ['dragEnterEvent', 'dragLeaveEvent', 'dropEvent']
QgsProcessingMapLayerComboBox.__group__ = ['processing']
except (NameError, AttributeError):
pass