QGIS/python/PyQt6/gui/auto_additions/qgsrelationreferencewidget.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

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