QGIS/python/PyQt6/gui/auto_additions/qgsfieldmappingwidget.py

7 lines
825 B
Python

# The following has been generated automatically from src/gui/qgsfieldmappingwidget.h
try:
QgsFieldMappingWidget.__attribute_docs__ = {'changed': 'Emitted when the fields defined in the widget are changed.\n', 'willShowContextMenu': 'Emitted in order to provide a hook to add additional* menu entries to\nthe context menu.\n\n:param menu: If additional QMenuItems are added, they will show up in\n the context menu.\n:param atIndex: The QModelIndex, to which the context menu belongs.\n Relative to the source model. In most cases, this will\n be a :py:class:`QgsAttributeTableFilterModel`\n\n.. versionadded:: 3.44\n'}
QgsFieldMappingWidget.__signal_arguments__ = {'willShowContextMenu': ['menu: QMenu', 'atIndex: QModelIndex']}
except (NameError, AttributeError):
pass