mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
8 lines
531 B
Python
8 lines
531 B
Python
# The following has been generated automatically from src/core/layout/qgslayoutitemgroup.h
|
|
try:
|
|
QgsLayoutItemGroup.create = staticmethod(QgsLayoutItemGroup.create)
|
|
QgsLayoutItemGroup.__overridden_methods__ = ['cleanup', 'type', 'displayName', 'setVisibility', 'attemptMove', 'attemptResize', 'paint', 'finalizeRestoreFromXml', 'exportLayerBehavior', 'rectWithFrame', 'draw', 'writePropertiesToElement', 'readPropertiesFromElement']
|
|
QgsLayoutItemGroup.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|