QGIS/python/PyQt6/gui/auto_additions/qgsopacitywidget.py
2024-08-14 13:05:46 +10:00

6 lines
373 B
Python

# 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'}
except NameError:
pass