QGIS/python/gui/auto_additions/qgslayertreeviewindicator.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
501 B
Python
Raw Permalink Normal View History

# The following has been generated automatically from src/gui/layertree/qgslayertreeviewindicator.h
try:
QgsLayerTreeViewIndicator.__attribute_docs__ = {'clicked': 'Emitted when user clicks on the indicator\n', 'changed': 'Emitted when the indicator changes state (e.g. icon).\n\n.. versionadded:: 3.10\n'}
2024-08-28 11:14:23 +10:00
QgsLayerTreeViewIndicator.__signal_arguments__ = {'clicked': ['index: QModelIndex']}
QgsLayerTreeViewIndicator.__group__ = ['layertree']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass