7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
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 __future__ import unicode_literals | |
16 | 15 |
17 from E5Gui.E5ClickableLabel import E5ClickableLabel | 16 from E5Gui.E5ClickableLabel import E5ClickableLabel |
18 | 17 |
19 | 18 |
20 class StatusBarIcon(E5ClickableLabel): | 19 class StatusBarIcon(E5ClickableLabel): |