mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
11 lines
964 B
Python
11 lines
964 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, AttributeError):
|
|
pass
|