QGIS/python/core/auto_additions/qgsattributetableconfig.py
2024-08-14 13:05:46 +10:00

6 lines
387 B
Python

# The following has been generated automatically from src/core/qgsattributetableconfig.h
try:
QgsAttributeTableConfig.__attribute_docs__ = {'type': 'The type of this column.', 'name': 'The name of the attribute if this column represents a field', 'hidden': 'Flag that controls if the column is hidden', 'width': 'Width of column, or -1 for default width'}
except NameError:
pass