QGIS/python/gui/auto_additions/qgssearchwidgettoolbutton.py

8 lines
492 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/editorwidgets/qgssearchwidgettoolbutton.h
try:
QgsSearchWidgetToolButton.__attribute_docs__ = {'activeFlagsChanged': 'Emitted when the active flags selected in the widget is changed\n\n:param flags: active flags\n'}
2024-08-28 11:14:23 +10:00
QgsSearchWidgetToolButton.__signal_arguments__ = {'activeFlagsChanged': ['flags: QgsSearchWidgetWrapper.FilterFlags']}
QgsSearchWidgetToolButton.__group__ = ['editorwidgets']
except NameError:
pass