eric6/WebBrowser/WebBrowserView.py

changeset 7229
53054eb5b15a
parent 7201
6b42677d7043
child 7249
0bf517e60f54
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
6 6
7 """ 7 """
8 Module implementing the web browser using QWebEngineView. 8 Module implementing the web browser using QWebEngineView.
9 """ 9 """
10 10
11 from __future__ import unicode_literals
12 11
13 import os 12 import os
14 13
15 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QUrl, QFileInfo, QTimer, \ 14 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QUrl, QFileInfo, QTimer, \
16 QEvent, QPoint, QPointF, QDateTime, QStandardPaths, QByteArray, \ 15 QEvent, QPoint, QPointF, QDateTime, QStandardPaths, QByteArray, \

eric ide

mercurial