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

6 lines
603 B
Python

# The following has been generated automatically from src/gui/symbology/qgssymbollayerwidget.h
try:
QgsSymbolLayerWidget.__attribute_docs__ = {'changed': 'Should be emitted whenever configuration changes happened on this symbol layer configuration.\nIf the subsymbol is changed, :py:func:`~QgsSymbolLayerWidget.symbolChanged` should be emitted instead.\n', 'symbolChanged': 'Should be emitted whenever the sub symbol changed on this symbol layer configuration.\nNormally :py:func:`~QgsSymbolLayerWidget.changed` should be preferred.\n\n.. seealso:: :py:func:`changed`\n'}
except NameError:
pass