src/eric7/WebBrowser/ZoomManager/ZoomValuesModel.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
90 if parent.isValid(): 90 if parent.isValid():
91 return 0 91 return 0
92 else: 92 else:
93 return self.__manager.sitesCount() 93 return self.__manager.sitesCount()
94 94
95 def columnCount(self, parent=None): # noqa: U100 95 def columnCount(self, parent=None): # noqa: U-100
96 """ 96 """
97 Public method to get the number of columns of the model. 97 Public method to get the number of columns of the model.
98 98
99 @param parent parent index (unused) 99 @param parent parent index (unused)
100 @type QModelIndex 100 @type QModelIndex

eric ide

mercurial