143 ): |
143 ): |
144 return BreakPointModel.Alignments[index.column()].value |
144 return BreakPointModel.Alignments[index.column()].value |
145 |
145 |
146 return None |
146 return None |
147 |
147 |
148 def setData(self, index, value, role=Qt.ItemDataRole.EditRole): # noqa: U100 |
148 def setData(self, index, value, role=Qt.ItemDataRole.EditRole): # noqa: U-100 |
149 """ |
149 """ |
150 Public method to change data in the model. |
150 Public method to change data in the model. |
151 |
151 |
152 @param index index of the changed data |
152 @param index index of the changed data |
153 @type QModelIndex |
153 @type QModelIndex |