QGIS/python/PyQt6/core/auto_additions/qgslayoutpagecollection.py
2024-09-08 16:06:22 +10:00

14 lines
648 B
Python

# The following has been generated automatically from src/core/layout/qgslayoutpagecollection.h
try:
QgsLayoutPageCollection.__attribute_docs__ = {'changed': 'Emitted when pages are added or removed from the collection.\n', 'pageAboutToBeRemoved': 'Emitted just before a page is removed from the collection.\n\nPage numbers in collections begin at 0 - so a page number of 0 indicates the\nfirst page.\n'}
except NameError:
pass
try:
QgsLayoutPageCollection.__signal_arguments__ = {'pageAboutToBeRemoved': ['pageNumber: int']}
except NameError:
pass
try:
QgsLayoutPageCollection.__group__ = ['layout']
except NameError:
pass