QGIS/python/gui/auto_additions/qgsratiolockbutton.py

7 lines
301 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsratiolockbutton.h
try:
QgsRatioLockButton.__attribute_docs__ = {'lockChanged': 'Emitted whenever the lock state changes.\n'}
2024-08-28 11:14:23 +10:00
QgsRatioLockButton.__signal_arguments__ = {'lockChanged': ['locked: bool']}
except NameError:
pass