QGIS/python/gui/auto_additions/qgssettingseditorwidgetwrapper.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
579 B
Python

# The following has been generated automatically from src/gui/settings/qgssettingseditorwidgetwrapper.h
try:
QgsSettingsEditorWidgetWrapper.fromWidget = staticmethod(QgsSettingsEditorWidgetWrapper.fromWidget)
QgsSettingsEditorWidgetWrapper.__abstract_methods__ = ['id', 'createWrapper', 'setWidgetFromSetting', 'setSettingFromWidget', 'variantValueFromWidget', 'setWidgetFromVariant', 'createEditorPrivate', 'configureEditorPrivate', 'enableAutomaticUpdatePrivate']
QgsSettingsEditorWidgetWrapper.__group__ = ['settings']
except (NameError, AttributeError):
pass