9159:9c30e09c020b | 9160:1675c039a568 |
---|---|
417 | 417 |
418 if ( | 418 if ( |
419 role == Qt.ItemDataRole.TextAlignmentRole and | 419 role == Qt.ItemDataRole.TextAlignmentRole and |
420 index.column() in [0, 1, 3] | 420 index.column() in [0, 1, 3] |
421 ): | 421 ): |
422 return Qt.AlignmentFlag.AlignHCenter | 422 return Qt.AlignmentFlag.AlignHCenter.value |
423 | 423 |
424 return None | 424 return None |
425 | 425 |
426 def columnCount(self, parent): | 426 def columnCount(self, parent): |
427 """ | 427 """ |