1215 |
1215 |
1216 @param evt reference to the focus event (QFocusEvent) |
1216 @param evt reference to the focus event (QFocusEvent) |
1217 """ |
1217 """ |
1218 super(WebBrowserView, self).focusOutEvent(evt) |
1218 super(WebBrowserView, self).focusOutEvent(evt) |
1219 |
1219 |
1220 # TODO: Gestures: Obsoleted by eventFilter() (?) |
|
1221 def event(self, evt): |
1220 def event(self, evt): |
1222 """ |
1221 """ |
1223 Public method handling events. |
1222 Public method handling events. |
1224 |
1223 |
1225 @param evt reference to the event (QEvent) |
1224 @param evt reference to the event (QEvent) |