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): |