--- a/E5Gui/E5LineEdit.py Sat May 17 19:58:49 2014 +0200 +++ b/E5Gui/E5LineEdit.py Sun May 18 14:13:09 2014 +0200 @@ -33,7 +33,7 @@ def event(self, evt): """ - Protected method to handle events. + Public method to handle events. @param evt reference to the event (QEvent) @return flag indicating, whether the event was recognized (boolean) @@ -124,7 +124,7 @@ def event(self, evt): """ - Protected method to handle events. + Public method to handle events. @param evt reference to the event (QEvent) @return flag indicating, whether the event was recognized (boolean)