mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
10 lines
817 B
Python
10 lines
817 B
Python
# The following has been generated automatically from src/gui/attributetable/qgsattributetableview.h
|
|
try:
|
|
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'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsAttributeTableView.__group__ = ['attributetable']
|
|
except NameError:
|
|
pass
|