QGIS/python/gui/auto_additions/qgssymbollayerwidget.py

3 lines
567 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/symbology/qgssymbollayerwidget.h
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'}