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