35 self.alignments = [Qt.Alignment(Qt.AlignLeft), |
35 self.alignments = [Qt.Alignment(Qt.AlignLeft), |
36 Qt.Alignment(Qt.AlignLeft), |
36 Qt.Alignment(Qt.AlignLeft), |
37 Qt.Alignment(Qt.AlignHCenter), |
37 Qt.Alignment(Qt.AlignHCenter), |
38 Qt.Alignment(Qt.AlignHCenter), |
38 Qt.Alignment(Qt.AlignHCenter), |
39 Qt.Alignment(Qt.AlignRight), |
39 Qt.Alignment(Qt.AlignRight), |
40 ] |
40 ] |
41 |
41 |
42 def columnCount(self, parent=QModelIndex()): |
42 def columnCount(self, parent=QModelIndex()): |
43 """ |
43 """ |
44 Public method to get the current column count. |
44 Public method to get the current column count. |
45 |
45 |