QGIS/python/PyQt6/gui/auto_additions/qgsfeaturelistviewdelegate.py
2024-09-04 13:54:39 +10:00

12 lines
578 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'}
except NameError:
pass
try:
QgsFeatureListViewDelegate.__group__ = ['attributetable']
except NameError:
pass