eric7/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py

branch
eric7
changeset 8601
018c48d7ae3c
parent 8561
641304b46f08
child 8881
54e42bc2437a
equal deleted inserted replaced
8600:f95586787d90 8601:018c48d7ae3c
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
17 class SafeBrowsingInfoWidget(QMenu): 16 class SafeBrowsingInfoWidget(QMenu):
18 """ 17 """
19 Class implementing a widget to show some threat information. 18 Class implementing a widget to show some threat information.
20 """ 19 """
21 def __init__(self, info, parent=None): 20 def __init__(self, info, parent=None):

eric ide

mercurial