mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
6 lines
387 B
Python
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
|