mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
8 lines
398 B
Python
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
|