QGIS/python/PyQt6/gui/auto_additions/qgseditorwidgetfactory.py
Alexander Bruy 451098bf93 sipify
2025-06-03 09:37:36 +10:00

8 lines
398 B
Python

# The following has been generated automatically from src/gui/editorwidgets/core/qgseditorwidgetfactory.h
try:
QgsEditorWidgetFactory.__virtual_methods__ = ['createSearchWidget', 'isReadOnly', 'fieldScore']
QgsEditorWidgetFactory.__abstract_methods__ = ['create', 'configWidget']
QgsEditorWidgetFactory.__group__ = ['editorwidgets', 'core']
except (NameError, AttributeError):
pass