QGIS/python/gui/auto_additions/qgsfeaturelistmodel.py

6 lines
279 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/attributetable/qgsfeaturelistmodel.h
try:
QgsFeatureListModel.__attribute_docs__ = {'isNew': 'True if feature is a newly added feature.', 'isEdited': 'True if feature has been edited.'}
except NameError:
pass