mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
8 lines
478 B
Python
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
|