mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
13 lines
736 B
Python
13 lines
736 B
Python
# The following has been generated automatically from src/gui/qgsrelationeditorwidget.h
|
|
QgsRelationEditorWidget.Button.baseClass = QgsRelationEditorWidget
|
|
QgsRelationEditorWidget.Buttons.baseClass = QgsRelationEditorWidget
|
|
Buttons = QgsRelationEditorWidget # dirty hack since SIP seems to introduce the flags in module
|
|
try:
|
|
QgsRelationEditorWidget.__overridden_methods__ = ['setEditorContext', 'config', 'setConfig', 'parentFormValueChanged', 'updateUi', 'beforeSetRelationFeature', 'afterSetRelationFeature', 'beforeSetRelations', 'afterSetRelations']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsRelationEditorConfigWidget.__overridden_methods__ = ['config', 'setConfig']
|
|
except (NameError, AttributeError):
|
|
pass
|