eric7/WebBrowser/StatusBar/StatusBarIcon.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8312
800c432b34c8
child 8358
144a6b854f70
equal deleted inserted replaced
8355:8a7677a63c8d 8356:68ec9c3d4de5
10 # 10 #
11 # This is modelled after the code found in Qupzilla 11 # This is modelled after the code found in Qupzilla
12 # Copyright (C) 2014 David Rosca <nowrep@gmail.com> 12 # Copyright (C) 2014 David Rosca <nowrep@gmail.com>
13 # 13 #
14 14
15 from E5Gui.E5ClickableLabel import E5ClickableLabel 15 from E5Gui.EricClickableLabel import EricClickableLabel
16 16
17 17
18 class StatusBarIcon(E5ClickableLabel): 18 class StatusBarIcon(EricClickableLabel):
19 """ 19 """
20 Class implementing common methods for all status bar icons. 20 Class implementing common methods for all status bar icons.
21 """ 21 """
22 def __init__(self, window): 22 def __init__(self, window):
23 """ 23 """

eric ide

mercurial