QGIS/python/PyQt6/gui/auto_additions/qgsfeaturelistmodel.py
2024-08-14 13:05:46 +10:00

8 lines
429 B
Python

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