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

7 lines
484 B
Python

# The following has been generated automatically from src/gui/qgsexpressionbuilderdialog.h
try:
QgsExpressionBuilderDialog.__attribute_docs__ = {'allowEvalErrorsChanged': "Allow accepting expressions with evaluation errors. This can be useful when we are not able to\nprovide an expression context of which we are sure it's completely populated.\n"}
QgsExpressionBuilderDialog.__overridden_methods__ = ['done', 'accept', 'reject']
except (NameError, AttributeError):
pass