src/eric7/WebBrowser/Passwords/PasswordModel.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
109 if parent.isValid(): 109 if parent.isValid():
110 return 0 110 return 0
111 else: 111 else:
112 return self.__manager.sitesCount() 112 return self.__manager.sitesCount()
113 113
114 def columnCount(self, parent=None): # noqa: U100 114 def columnCount(self, parent=None): # noqa: U-100
115 """ 115 """
116 Public method to get the number of columns of the model. 116 Public method to get the number of columns of the model.
117 117
118 @param parent parent index (unused) 118 @param parent parent index (unused)
119 @type QModelIndex 119 @type QModelIndex

eric ide

mercurial