QGIS/python/gui/auto_additions/qgsfeaturelistviewdelegate.py
2024-12-03 07:47:10 +00:00

8 lines
478 B
Python

# The following has been generated automatically from src/gui/attributetable/qgsfeaturelistviewdelegate.h
try:
QgsFeatureListViewDelegate.__attribute_docs__ = {'editButtonClicked': 'Emitted when the edit button is clicked for the feature with matching ``index``.\n'}
QgsFeatureListViewDelegate.__signal_arguments__ = {'editButtonClicked': ['index: QModelIndex']}
QgsFeatureListViewDelegate.__group__ = ['attributetable']
except (NameError, AttributeError):
pass