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