eric7/WebBrowser/StatusBar/JavaScriptIcon.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8553
10d31e5ce9e5
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
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 PyQt5.QtCore import pyqtSlot, Qt, QPoint, QTimer 15 from PyQt6.QtCore import pyqtSlot, Qt, QPoint, QTimer
16 from PyQt5.QtWidgets import QGraphicsColorizeEffect, QMenu, QDialog 16 from PyQt6.QtWidgets import QGraphicsColorizeEffect, QMenu, QDialog
17 from PyQt5.QtWebEngineWidgets import QWebEngineSettings 17 from PyQt6.QtWebEngineWidgets import QWebEngineSettings
18 18
19 from .StatusBarIcon import StatusBarIcon 19 from .StatusBarIcon import StatusBarIcon
20 20
21 import UI.PixmapCache 21 import UI.PixmapCache
22 22

eric ide

mercurial