QGIS/python/gui/auto_additions/qgsattributetabledelegate.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

10 lines
611 B
Python

# The following has been generated automatically from src/gui/attributetable/qgsattributetabledelegate.h
try:
QgsAttributeTableDelegate.__attribute_docs__ = {'actionColumnItemPainted': 'Emitted when an action column item is painted.\nThe consumer of this signal can initialize the index widget.\n\n.. note::\n\n This signal is emitted repeatedly whenever the item is being painted.\n It is the consumers responsibility to check if initialization has already\n happened before.\n'}
except NameError:
pass
try:
QgsAttributeTableDelegate.__group__ = ['attributetable']
except NameError:
pass