src/eric7/VCS/StatusMonitorLed.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
10 10
11 from PyQt6.QtCore import Qt 11 from PyQt6.QtCore import Qt
12 from PyQt6.QtGui import QColor 12 from PyQt6.QtGui import QColor
13 from PyQt6.QtWidgets import QWidget, QInputDialog, QMenu, QHBoxLayout, QLabel 13 from PyQt6.QtWidgets import QWidget, QInputDialog, QMenu, QHBoxLayout, QLabel
14 14
15 from EricWidgets.EricLed import EricClickableLed, EricLedType 15 from eric7.EricWidgets.EricLed import EricClickableLed, EricLedType
16 16
17 import Preferences 17 from eric7 import Preferences
18 18
19 19
20 class StatusMonitorLed(EricClickableLed): 20 class StatusMonitorLed(EricClickableLed):
21 """ 21 """
22 Class implementing a LED to indicate the status of the VCS status monitor 22 Class implementing a LED to indicate the status of the VCS status monitor

eric ide

mercurial