QGIS/python/gui/auto_additions/qgsunitselectionwidget.py

11 lines
663 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsunitselectionwidget.h
try:
QgsMapUnitScaleWidget.__attribute_docs__ = {'mapUnitScaleChanged': 'Emitted when the settings in the widget are modified.\n\n:param scale: :py:class:`QgsMapUnitScale` reflecting new settings from the widget\n'}
QgsMapUnitScaleWidget.__signal_arguments__ = {'mapUnitScaleChanged': ['scale: QgsMapUnitScale']}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
2024-09-03 10:32:58 +10:00
try:
QgsUnitSelectionWidget.__attribute_docs__ = {'changed': 'Emitted when the selected unit is changed, or the definition of the map unit scale is changed.\n'}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
2024-09-03 10:32:58 +10:00
pass