QGIS/python/core/auto_additions/qgslayoutpagecollection.py
2024-08-14 13:05:46 +10:00

6 lines
436 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