mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
12 lines
578 B
Python
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
|