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

11 lines
743 B
Python

# The following has been generated automatically from src/gui/attributetable/qgsfeaturelistviewdelegate.h
QgsFeatureListViewDelegate.EditElement = QgsFeatureListViewDelegate.Element.EditElement
QgsFeatureListViewDelegate.SelectionElement = QgsFeatureListViewDelegate.Element.SelectionElement
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