src/eric7/WebBrowser/UrlBar/FavIconLabel.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing the label to show the web site icon. 7 Module implementing the label to show the web site icon.
8 """ 8 """
9 9
10 from PyQt6.QtCore import Qt, QPoint, QMimeData 10 from PyQt6.QtCore import QMimeData, QPoint, Qt
11 from PyQt6.QtGui import QDrag, QPixmap 11 from PyQt6.QtGui import QDrag, QPixmap
12 from PyQt6.QtWidgets import QLabel, QApplication 12 from PyQt6.QtWidgets import QApplication, QLabel
13 13
14 14
15 class FavIconLabel(QLabel): 15 class FavIconLabel(QLabel):
16 """ 16 """
17 Class implementing the label to show the web site icon. 17 Class implementing the label to show the web site icon.

eric ide

mercurial