QGIS/python/gui/auto_additions/qgslayoutcombobox.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
406 B
Python
Raw Normal View History

# 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'}
2024-08-28 11:14:23 +10:00
QgsLayoutComboBox.__signal_arguments__ = {'layoutChanged': ['layout: QgsMasterLayoutInterface']}
QgsLayoutComboBox.__group__ = ['layout']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass