QGIS/python/gui/auto_additions/qgsfeaturelistmodel.py

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

11 lines
481 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/attributetable/qgsfeaturelistmodel.h
try:
QgsFeatureListModel.FeatureInfo.__attribute_docs__ = {'isNew': 'True if feature is a newly added feature.', 'isEdited': 'True if feature has been edited.'}
QgsFeatureListModel.FeatureInfo.__group__ = ['attributetable']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsFeatureListModel.__group__ = ['attributetable']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass