530:ff77c9153c47 | 534:7d247a767510 |
---|---|
43 """ | 43 """ |
44 Public method to get the current column count. | 44 Public method to get the current column count. |
45 | 45 |
46 @return column count (integer) | 46 @return column count (integer) |
47 """ | 47 """ |
48 return len(self.header) + 1 | 48 return len(self.header) |
49 | 49 |
50 def rowCount(self, parent = QModelIndex()): | 50 def rowCount(self, parent = QModelIndex()): |
51 """ | 51 """ |
52 Public method to get the current row count. | 52 Public method to get the current row count. |
53 | 53 |