7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
9 | 9 |
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 | |
15 | 14 |
16 from E5Gui.E5ClickableLabel import E5ClickableLabel | 15 from E5Gui.E5ClickableLabel import E5ClickableLabel |
17 | 16 |
18 | 17 |
19 class StatusBarIcon(E5ClickableLabel): | 18 class StatusBarIcon(E5ClickableLabel): |