9 |
9 |
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 |
|
15 |
14 |
16 from PyQt5.QtCore import pyqtSlot, Qt, QPoint, QTimer |
15 from PyQt5.QtCore import pyqtSlot, Qt, QPoint, QTimer |
17 from PyQt5.QtWidgets import QGraphicsColorizeEffect, QMenu, QDialog |
16 from PyQt5.QtWidgets import QGraphicsColorizeEffect, QMenu, QDialog |
18 from PyQt5.QtWebEngineWidgets import QWebEngineSettings |
17 from PyQt5.QtWebEngineWidgets import QWebEngineSettings |
19 |
18 |