WebBrowser/WebBrowserView.py

changeset 4924
040e36a60b1b
parent 4917
682750cc7bd5
child 4925
6534062014dc
equal deleted inserted replaced
4923:939b6181ab26 4924:040e36a60b1b
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)

eric ide

mercurial