(self, **_)
| 345 | print("[qt.py] FocusHandler.OnTakeFocus") |
| 346 | |
| 347 | def OnSetFocus(self, **_): |
| 348 | if cef.GetAppSetting("debug"): |
| 349 | print("[qt.py] FocusHandler.OnSetFocus") |
| 350 | |
| 351 | def OnGotFocus(self, browser, **_): |
| 352 | if cef.GetAppSetting("debug"): |
no outgoing calls