mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
13 lines
705 B
Python
13 lines
705 B
Python
# The following has been generated automatically from src/gui/editorwidgets/qgsrelationreferencewidget.h
|
|
QgsRelationReferenceWidget.Fixed = QgsRelationReferenceWidget.CanvasExtent.Fixed
|
|
QgsRelationReferenceWidget.Pan = QgsRelationReferenceWidget.CanvasExtent.Pan
|
|
QgsRelationReferenceWidget.Scale = QgsRelationReferenceWidget.CanvasExtent.Scale
|
|
try:
|
|
QgsRelationReferenceWidget.__attribute_docs__ = {'foreignKeyChanged': 'Emitted when the foreign key changed\n\n.. deprecated:: QGIS 3.10\n', 'foreignKeysChanged': 'Emitted when the foreign keys changed\n\n.. versionadded:: 3.10\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsRelationReferenceWidget.__group__ = ['editorwidgets']
|
|
except NameError:
|
|
pass
|