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

9 lines
492 B
Python

# The following has been generated automatically from src/gui/editorwidgets/core/qgseditorconfigwidget.h
try:
QgsEditorConfigWidget.__attribute_docs__ = {'changed': 'Emitted when the configuration of the widget is changed.\n'}
QgsEditorConfigWidget.__abstract_methods__ = ['config', 'setConfig']
QgsEditorConfigWidget.__overridden_methods__ = ['createExpressionContext']
QgsEditorConfigWidget.__group__ = ['editorwidgets', 'core']
except (NameError, AttributeError):
pass