QGIS/python/gui/auto_additions/qgsattributetableview.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
1.0 KiB
Python
Raw Normal View History

# The following has been generated automatically from src/gui/attributetable/qgsattributetableview.h
try:
2024-09-04 08:41:38 +10:00
QgsAttributeTableView.__attribute_docs__ = {'willShowContextMenu': 'Emitted in order to provide a hook to add additional* menu entries to the context menu.\n\n:param menu: If additional QMenuItems are added, they will show up in the context menu.\n:param atIndex: The QModelIndex, to which the context menu belongs. Relative to the source model.\n In most cases, this will be a :py:class:`QgsAttributeTableFilterModel`\n', 'columnResized': 'Emitted when a column in the view has been resized.\n\n:param column: column index (starts at 0)\n:param width: new width in pixel\n', 'finished': '\n.. deprecated:: 3.40\n\n No longer used.\n'}
2024-08-28 11:14:23 +10:00
QgsAttributeTableView.__signal_arguments__ = {'willShowContextMenu': ['menu: QMenu', 'atIndex: QModelIndex'], 'columnResized': ['column: int', 'width: int']}
QgsAttributeTableView.__group__ = ['attributetable']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass