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) |