E5Gui/E5TreeSortFilterProxyModel.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
30 30
31 self.setFilterCaseSensitivity(Qt.CaseInsensitive) 31 self.setFilterCaseSensitivity(Qt.CaseInsensitive)
32 32
33 def filterAcceptsRow(self, sourceRow, sourceParent): 33 def filterAcceptsRow(self, sourceRow, sourceParent):
34 """ 34 """
35 Protected method to determine, if the row is acceptable. 35 Public method to determine, if the row is acceptable.
36 36
37 @param sourceRow row number in the source model (integer) 37 @param sourceRow row number in the source model (integer)
38 @param sourceParent index of the source item (QModelIndex) 38 @param sourceParent index of the source item (QModelIndex)
39 @return flag indicating acceptance (boolean) 39 @return flag indicating acceptance (boolean)
40 """ 40 """

eric ide

mercurial