mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-20 00:06:36 -04:00
7 lines
825 B
Python
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
|