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

7 lines
337 B
Python

# The following has been generated automatically from src/gui/qgsvariableeditorwidget.h
try:
QgsVariableEditorWidget.__attribute_docs__ = {'scopeChanged': 'Emitted when the user has modified a scope using the widget.\n'}
QgsVariableEditorWidget.__overridden_methods__ = ['showEvent']
except (NameError, AttributeError):
pass