QGIS/python/gui/auto_additions/qgsfeaturelistviewdelegate.py

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

8 lines
478 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/attributetable/qgsfeaturelistviewdelegate.h
2024-09-04 08:41:38 +10:00
try:
QgsFeatureListViewDelegate.__attribute_docs__ = {'editButtonClicked': 'Emitted when the edit button is clicked for the feature with matching ``index``.\n'}
2024-08-28 11:14:23 +10:00
QgsFeatureListViewDelegate.__signal_arguments__ = {'editButtonClicked': ['index: QModelIndex']}
QgsFeatureListViewDelegate.__group__ = ['attributetable']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass