Project/ProjectBrowserSortFilterProxyModel.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3621
15f23ed3f216
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
31 self.setDynamicSortFilter(True) 31 self.setDynamicSortFilter(True)
32 self.hideGeneratedForms = Preferences.getProject("HideGeneratedForms") 32 self.hideGeneratedForms = Preferences.getProject("HideGeneratedForms")
33 33
34 def filterAcceptsRow(self, source_row, source_parent): 34 def filterAcceptsRow(self, source_row, source_parent):
35 """ 35 """
36 Protected method to filter rows. 36 Public method to filter rows.
37 37
38 It implements a filter to suppress the display of non public 38 It implements a filter to suppress the display of non public
39 classes, methods and attributes. 39 classes, methods and attributes.
40 40
41 @param source_row row number (in the source model) of item (integer) 41 @param source_row row number (in the source model) of item (integer)

eric ide

mercurial