eric7/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py

branch
eric7
changeset 8561
641304b46f08
parent 8318
962bce857696
child 8601
018c48d7ae3c
equal deleted inserted replaced
8558:396fc1508450 8561:641304b46f08
11 from PyQt6.QtWidgets import QMenu, QLabel, QHBoxLayout, QSizePolicy 11 from PyQt6.QtWidgets import QMenu, QLabel, QHBoxLayout, QSizePolicy
12 12
13 import UI.PixmapCache 13 import UI.PixmapCache
14 14
15 15
16 # FIXME: don't use QMenu
16 class SafeBrowsingInfoWidget(QMenu): 17 class SafeBrowsingInfoWidget(QMenu):
17 """ 18 """
18 Class implementing a widget to show some threat information. 19 Class implementing a widget to show some threat information.
19 """ 20 """
20 def __init__(self, info, parent=None): 21 def __init__(self, info, parent=None):

eric ide

mercurial