# 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, AttributeError):
pass
|