mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
16 lines
780 B
Python
16 lines
780 B
Python
# 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\nwhen first shown\n'}
|
|
QgsCollapsibleGroupBoxBasic.__overridden_methods__ = ['showEvent', 'mousePressEvent', 'mouseReleaseEvent', 'changeEvent']
|
|
QgsCollapsibleGroupBoxBasic.__signal_arguments__ = {'collapsedStateChanged': ['collapsed: bool']}
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsGroupBoxCollapseButton.__overridden_methods__ = ['mouseReleaseEvent']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsCollapsibleGroupBox.__overridden_methods__ = ['showEvent']
|
|
except (NameError, AttributeError):
|
|
pass
|