QGIS/python/gui/auto_additions/qgssearchwidgetwrapper.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

11 lines
946 B
Python

# The following has been generated automatically from src/gui/editorwidgets/core/qgssearchwidgetwrapper.h
try:
QgsSearchWidgetWrapper.__attribute_docs__ = {'expressionChanged': 'Emitted whenever the expression changes\n\n:param exp: The new search expression\n', 'valueChanged': 'Emitted when a user changes the value of the search widget.\n', 'valueCleared': 'Emitted when a user changes the value of the search widget back\nto an empty, default state.\n'}
QgsSearchWidgetWrapper.exclusiveFilterFlags = staticmethod(QgsSearchWidgetWrapper.exclusiveFilterFlags)
QgsSearchWidgetWrapper.nonExclusiveFilterFlags = staticmethod(QgsSearchWidgetWrapper.nonExclusiveFilterFlags)
QgsSearchWidgetWrapper.toString = staticmethod(QgsSearchWidgetWrapper.toString)
QgsSearchWidgetWrapper.__signal_arguments__ = {'expressionChanged': ['exp: str']}
QgsSearchWidgetWrapper.__group__ = ['editorwidgets', 'core']
except NameError:
pass