7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a tool button for the download manager. | 7 Module implementing a tool button for the download manager. |
8 """ | 8 """ |
9 | 9 |
10 from __future__ import unicode_literals | |
11 | 10 |
12 from PyQt5.QtCore import pyqtSlot, Qt | 11 from PyQt5.QtCore import pyqtSlot, Qt |
13 | 12 |
14 from E5Gui.E5ToolButton import E5ToolButton | 13 from E5Gui.E5ToolButton import E5ToolButton |
15 | 14 |