mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
581 B
Python
10 lines
581 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
|
|
try:
|
|
QgsFieldValuesLineEdit.__signal_arguments__ = {'layerChanged': ['layer: QgsVectorLayer'], 'attributeIndexChanged': ['index: int']}
|
|
except NameError:
|
|
pass
|