mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
6 lines
436 B
Python
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
|