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

14 lines
452 B
Python

# The following has been generated automatically from src/gui/layout/qgslayoutcombobox.h
try:
QgsLayoutComboBox.__attribute_docs__ = {'layoutChanged': 'Emitted whenever the currently selected layout changes\n'}
except NameError:
pass
try:
QgsLayoutComboBox.__signal_arguments__ = {'layoutChanged': ['layout: QgsMasterLayoutInterface']}
except NameError:
pass
try:
QgsLayoutComboBox.__group__ = ['layout']
except NameError:
pass