QGIS/python/PyQt6/gui/auto_additions/qgslayoutitemguiregistry.py
2024-08-14 13:05:46 +10:00

12 lines
696 B
Python

# The following has been generated automatically from src/gui/layout/qgslayoutitemguiregistry.h
QgsLayoutItemAbstractGuiMetadata.FlagNoCreationTools = QgsLayoutItemAbstractGuiMetadata.Flag.FlagNoCreationTools
QgsLayoutItemAbstractGuiMetadata.Flags = lambda flags=0: QgsLayoutItemAbstractGuiMetadata.Flag(flags)
try:
QgsLayoutItemGuiGroup.__attribute_docs__ = {'id': 'Unique (untranslated) group ID string.', 'name': 'Translated group name.', 'icon': 'Icon for group.'}
except NameError:
pass
try:
QgsLayoutItemGuiRegistry.__attribute_docs__ = {'typeAdded': 'Emitted whenever a new item type is added to the registry, with the specified\n``metadataId``.\n'}
except NameError:
pass