src/eric7/WebBrowser/StatusBar/StatusBarIcon.py

branch
eric7
changeset 9413
80c06d472826
parent 9273
5c6a9210d291
child 9653
e67609152c5e
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
10 # 10 #
11 # This is modeled after the code found in Qupzilla 11 # This is modeled 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 EricWidgets.EricClickableLabel import EricClickableLabel 15 from eric7.EricWidgets.EricClickableLabel import EricClickableLabel
16 16
17 17
18 class StatusBarIcon(EricClickableLabel): 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.

eric ide

mercurial