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

10 lines
333 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'}
except NameError:
pass
try:
QgsRatioLockButton.__signal_arguments__ = {'lockChanged': ['locked: bool']}
except NameError:
pass