QGIS/python/PyQt6/gui/auto_additions/qgsfeaturelistmodel.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

13 lines
583 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.'}
QgsFeatureListModel.__group__ = ['attributetable']
except NameError:
pass
try:
QgsFeatureListModel.FeatureInfo.__group__ = ['attributetable']
except NameError:
pass