QGIS/python/gui/auto_additions/qgstableeditorwidget.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

8 lines
481 B
Python

# The following has been generated automatically from src/gui/tableeditor/qgstableeditorwidget.h
try:
QgsTableEditorWidget.__attribute_docs__ = {'tableChanged': 'Emitted whenever the table contents are changed.\n', 'activeCellChanged': 'Emitted whenever the active (or selected) cell changes in the widget.\n'}
QgsTableEditorWidget.__overridden_methods__ = ['keyPressEvent']
QgsTableEditorWidget.__group__ = ['tableeditor']
except (NameError, AttributeError):
pass