Debugger/BreakPointModel.py

branch
5_0_x
changeset 534
7d247a767510
parent 13
1af94a91f439
child 792
a13346916170
equal deleted inserted replaced
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

eric ide

mercurial