QGIS/python/PyQt6/gui/auto_additions/qgscalloutwidget.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

10 lines
660 B
Python

# The following has been generated automatically from src/gui/callouts/qgscalloutwidget.h
try:
QgsCalloutWidget.__attribute_docs__ = {'changed': 'Should be emitted whenever configuration changes happened on this symbol layer configuration.\nIf the subsymbol is changed, :py:func:`~QgsCalloutWidget.symbolChanged` should be emitted instead.\n'}
QgsCalloutWidget.__virtual_methods__ = ['setContext']
QgsCalloutWidget.__abstract_methods__ = ['setCallout', 'callout', 'setGeometryType']
QgsCalloutWidget.__overridden_methods__ = ['createExpressionContext']
QgsCalloutWidget.__group__ = ['callouts']
except (NameError, AttributeError):
pass