QGIS/python/gui/auto_additions/qgsfeaturelistviewdelegate.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

9 lines
557 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\n``index``.\n'}
QgsFeatureListViewDelegate.__overridden_methods__ = ['sizeHint', 'paint']
QgsFeatureListViewDelegate.__signal_arguments__ = {'editButtonClicked': ['index: QModelIndex']}
QgsFeatureListViewDelegate.__group__ = ['attributetable']
except (NameError, AttributeError):
pass