mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
11 lines
445 B
Python
11 lines
445 B
Python
# 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']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsFeatureListModel.__group__ = ['attributetable']
|
|
except NameError:
|
|
pass
|