QGIS/python/PyQt6/core/auto_additions/qgsmasterlayoutinterface.py
2024-12-03 07:47:10 +00:00

8 lines
351 B
Python

# The following has been generated automatically from src/core/layout/qgsmasterlayoutinterface.h
QgsMasterLayoutInterface.PrintLayout = QgsMasterLayoutInterface.Type.PrintLayout
QgsMasterLayoutInterface.Report = QgsMasterLayoutInterface.Type.Report
try:
QgsMasterLayoutInterface.__group__ = ['layout']
except (NameError, AttributeError):
pass