QGIS/python/gui/auto_additions/qgstreewidgetitem.py

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

7 lines
382 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgstreewidgetitem.h
try:
QgsTreeWidgetItemObject.__attribute_docs__ = {'itemEdited': 'Emitted when the contents of the column in the specified item has been edited by the user.\n'}
2024-08-28 11:14:23 +10:00
QgsTreeWidgetItemObject.__signal_arguments__ = {'itemEdited': ['item: QTreeWidgetItem', 'column: int']}
except NameError:
pass