10 # |
10 # |
11 # This is modeled after the code found in Qupzilla |
11 # This is modeled after the code found in Qupzilla |
12 # Copyright (C) 2014 David Rosca <nowrep@gmail.com> |
12 # Copyright (C) 2014 David Rosca <nowrep@gmail.com> |
13 # |
13 # |
14 |
14 |
15 from __future__ import unicode_literals |
|
16 |
15 |
17 from PyQt5.QtCore import pyqtSlot, Qt, QPoint, QTimer |
16 from PyQt5.QtCore import pyqtSlot, Qt, QPoint, QTimer |
18 from PyQt5.QtWidgets import QGraphicsColorizeEffect, QMenu, QDialog |
17 from PyQt5.QtWidgets import QGraphicsColorizeEffect, QMenu, QDialog |
19 from PyQt5.QtWebEngineWidgets import QWebEngineSettings |
18 from PyQt5.QtWebEngineWidgets import QWebEngineSettings |
20 |
19 |