QGIS/python/gui/auto_additions/qgslayertreeview.py

6 lines
459 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/layertree/qgslayertreeview.h
try:
QgsLayerTreeView.__attribute_docs__ = {'currentLayerChanged': 'Emitted when a current layer is changed\n', 'datasetsDropped': 'Emitted when datasets are dropped onto the layer tree view\n', 'contextMenuAboutToShow': 'Emitted when the context menu is about to show.\n\nAllows customization of the menu.\n\n.. versionadded:: 3.32\n'}
except NameError:
pass