mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
11 lines
679 B
Python
11 lines
679 B
Python
# 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\n the widget\n'}
|
|
QgsMapUnitScaleWidget.__signal_arguments__ = {'mapUnitScaleChanged': ['scale: QgsMapUnitScale']}
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsUnitSelectionWidget.__attribute_docs__ = {'changed': 'Emitted when the selected unit is changed, or the definition of the map\nunit scale is changed.\n'}
|
|
except (NameError, AttributeError):
|
|
pass
|