QGIS/python/gui/auto_additions/qgsfeaturelistviewdelegate.py
2024-09-08 16:06:22 +10:00

14 lines
524 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'}
except NameError:
pass
try:
QgsFeatureListViewDelegate.__signal_arguments__ = {'editButtonClicked': ['index: QModelIndex']}
except NameError:
pass
try:
QgsFeatureListViewDelegate.__group__ = ['attributetable']
except NameError:
pass