--- a/UI/BrowserSortFilterProxyModel.py Sat May 17 19:58:49 2014 +0200 +++ b/UI/BrowserSortFilterProxyModel.py Sun May 18 14:13:09 2014 +0200 @@ -41,7 +41,7 @@ def lessThan(self, left, right): """ - Protected method used to sort the displayed items. + Public method used to sort the displayed items. It implements a special sorting function that takes into account, if folders should be shown first, and that __init__ is always the first @@ -87,7 +87,7 @@ def filterAcceptsRow(self, source_row, source_parent): """ - Protected method to filter rows. + Public method to filter rows. It implements a filter to suppress the display of non public classes, methods and attributes.