mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
8 lines
455 B
Python
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
|