QGIS/python/gui/auto_additions/qgsopacitywidget.py

7 lines
474 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsopacitywidget.h
try:
QgsOpacityWidget.__attribute_docs__ = {'opacityChanged': 'Emitted when the ``opacity`` is changed in the widget, where ``opacity`` ranges from 0.0 (transparent)\nto 1.0 (opaque).\n\n.. seealso:: :py:func:`setOpacity`\n\n.. seealso:: :py:func:`opacity`\n'}
2024-08-28 11:14:23 +10:00
QgsOpacityWidget.__signal_arguments__ = {'opacityChanged': ['opacity: float']}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
2024-08-28 11:14:23 +10:00
pass