QGIS/python/PyQt6/gui/auto_additions/qgsfieldvalueslineedit.py
2024-08-14 13:05:46 +10:00

6 lines
414 B
Python

# The following has been generated automatically from src/gui/qgsfieldvalueslineedit.h
try:
QgsFieldValuesLineEdit.__attribute_docs__ = {'layerChanged': 'Emitted when the layer associated with the widget changes.\n\n:param layer: vector layer\n', 'attributeIndexChanged': 'Emitted when the field associated with the widget changes.\n\n:param index: new attribute index for field\n'}
except NameError:
pass