src/eric7/WebBrowser/AdBlock/AdBlockIcon.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
8 """ 8 """
9 9
10 from PyQt6.QtCore import Qt 10 from PyQt6.QtCore import Qt
11 from PyQt6.QtWidgets import QMenu 11 from PyQt6.QtWidgets import QMenu
12 12
13 from eric7.EricGui import EricPixmapCache
13 from eric7.EricWidgets.EricClickableLabel import EricClickableLabel 14 from eric7.EricWidgets.EricClickableLabel import EricClickableLabel
14
15 from eric7.EricGui import EricPixmapCache
16 15
17 16
18 class AdBlockIcon(EricClickableLabel): 17 class AdBlockIcon(EricClickableLabel):
19 """ 18 """
20 Class implementing the AdBlock icon for the main window status bar. 19 Class implementing the AdBlock icon for the main window status bar.

eric ide

mercurial