--- a/Tools/TRPreviewer.py Sat May 17 19:58:49 2014 +0200 +++ b/Tools/TRPreviewer.py Sun May 18 14:13:09 2014 +0200 @@ -143,7 +143,7 @@ def closeEvent(self, event): """ - Private event handler for the close event. + Protected event handler for the close event. @param event close event (QCloseEvent) """ @@ -809,7 +809,7 @@ def eventFilter(self, obj, ev): """ - Protected method called to filter an event. + Public method called to filter an event. @param obj object, that generated the event (QObject) @param ev the event, that was generated by object (QEvent)