QGIS/python/gui/auto_additions/qgscollapsiblegroupbox.py

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

7 lines
410 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgscollapsiblegroupbox.h
try:
QgsCollapsibleGroupBoxBasic.__attribute_docs__ = {'collapsedStateChanged': 'Signal emitted when groupbox collapsed/expanded state is changed, and when first shown\n'}
2024-08-28 11:14:23 +10:00
QgsCollapsibleGroupBoxBasic.__signal_arguments__ = {'collapsedStateChanged': ['collapsed: bool']}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
2024-08-28 11:14:23 +10:00
pass