mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
10 lines
585 B
Python
10 lines
585 B
Python
# The following has been generated automatically from src/core/layout/qgslayoutitemattributetable.h
|
|
QgsLayoutItemAttributeTable.LayerAttributes = QgsLayoutItemAttributeTable.ContentSource.LayerAttributes
|
|
QgsLayoutItemAttributeTable.AtlasFeature = QgsLayoutItemAttributeTable.ContentSource.AtlasFeature
|
|
QgsLayoutItemAttributeTable.RelationChildren = QgsLayoutItemAttributeTable.ContentSource.RelationChildren
|
|
try:
|
|
QgsLayoutItemAttributeTable.create = staticmethod(QgsLayoutItemAttributeTable.create)
|
|
QgsLayoutItemAttributeTable.__group__ = ['layout']
|
|
except NameError:
|
|
pass
|