7 Module implementing a button alternating between reload and stop. |
7 Module implementing a button alternating between reload and stop. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import pyqtSlot, pyqtSignal, Qt |
10 from PyQt6.QtCore import pyqtSlot, pyqtSignal, Qt |
11 |
11 |
12 from E5Gui.EricToolButton import EricToolButton |
12 from EricWidgets.EricToolButton import EricToolButton |
13 |
13 |
14 import UI.PixmapCache |
14 import UI.PixmapCache |
15 |
15 |
16 |
16 |
17 class ReloadStopButton(EricToolButton): |
17 class ReloadStopButton(EricToolButton): |