QGIS/python/PyQt6/gui/auto_additions/qgsfeaturelistviewdelegate.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

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