mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
8 lines
776 B
Python
8 lines
776 B
Python
# The following has been generated automatically from src/gui/qgsfieldexpressionwidget.h
|
|
try:
|
|
QgsFieldExpressionWidget.__attribute_docs__ = {'fieldChanged': 'fieldChanged signal with indication of the validity of the expression\n', 'allowEvalErrorsChanged': "Allow accepting expressions with evaluation errors. This can be useful\nwhen we are not able to provide an expression context of which we are\nsure it's completely populated.\n", 'buttonVisibleChanged': 'Emitted when the button visibility changes\n\n.. versionadded:: 3.36\n'}
|
|
QgsFieldExpressionWidget.__overridden_methods__ = ['changeEvent', 'eventFilter']
|
|
QgsFieldExpressionWidget.__signal_arguments__ = {'fieldChanged': ['fieldName: str', 'isValid: bool']}
|
|
except (NameError, AttributeError):
|
|
pass
|