mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
8 lines
411 B
Python
8 lines
411 B
Python
# The following has been generated automatically from src/gui/qgsratiolockbutton.h
|
|
try:
|
|
QgsRatioLockButton.__attribute_docs__ = {'lockChanged': 'Emitted whenever the lock state changes.\n'}
|
|
QgsRatioLockButton.__overridden_methods__ = ['changeEvent', 'showEvent', 'resizeEvent']
|
|
QgsRatioLockButton.__signal_arguments__ = {'lockChanged': ['locked: bool']}
|
|
except (NameError, AttributeError):
|
|
pass
|