mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
9 lines
492 B
Python
9 lines
492 B
Python
# The following has been generated automatically from src/gui/editorwidgets/core/qgseditorconfigwidget.h
|
|
try:
|
|
QgsEditorConfigWidget.__attribute_docs__ = {'changed': 'Emitted when the configuration of the widget is changed.\n'}
|
|
QgsEditorConfigWidget.__abstract_methods__ = ['config', 'setConfig']
|
|
QgsEditorConfigWidget.__overridden_methods__ = ['createExpressionContext']
|
|
QgsEditorConfigWidget.__group__ = ['editorwidgets', 'core']
|
|
except (NameError, AttributeError):
|
|
pass
|