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