Add docs for quality models

This commit is contained in:
Lipu Fei 2018-03-01 15:28:58 +01:00
parent 52da140833
commit a395f93706
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,9 @@ from PyQt5.QtCore import Qt, pyqtSlot
from UM.Qt.ListModel import ListModel
#
# This the QML model for the quality management page.
#
class QualityManagementModel(ListModel):
NameRole = Qt.UserRole + 1
IsReadOnlyRole = Qt.UserRole + 2