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