WebBrowser/WebBrowserPage.py

changeset 5624
cdd346d8858b
parent 5587
ea526b78ee6c
child 5716
27a7c7064686
equal deleted inserted replaced
5623:f4d7cfdadc3f 5624:cdd346d8858b
8 Module implementing the helpbrowser using QWebView. 8 Module implementing the helpbrowser using QWebView.
9 """ 9 """
10 10
11 from __future__ import unicode_literals 11 from __future__ import unicode_literals
12 try: 12 try:
13 str = unicode # __IGNORE_EXCEPTION__ __IGNORE_WARNING_M131__ 13 str = unicode # __IGNORE_EXCEPTION__
14 except NameError: 14 except NameError:
15 pass 15 pass
16 16
17 from PyQt5.QtCore import pyqtSlot, qVersion, QUrl, QTimer, QEventLoop, QPoint 17 from PyQt5.QtCore import pyqtSlot, qVersion, QUrl, QTimer, QEventLoop, QPoint
18 from PyQt5.QtGui import QDesktopServices 18 from PyQt5.QtGui import QDesktopServices

eric ide

mercurial