src/eric7/VCS/StatusMonitorLed.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
8 thread. 8 thread.
9 """ 9 """
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 QHBoxLayout, QInputDialog, QLabel, QMenu, QWidget
14 14
15 from eric7 import Preferences
15 from eric7.EricWidgets.EricLed import EricClickableLed, EricLedType 16 from eric7.EricWidgets.EricLed import EricClickableLed, EricLedType
16
17 from eric7 import Preferences
18 17
19 18
20 class StatusMonitorLed(EricClickableLed): 19 class StatusMonitorLed(EricClickableLed):
21 """ 20 """
22 Class implementing a LED to indicate the status of the VCS status monitor 21 Class implementing a LED to indicate the status of the VCS status monitor

eric ide

mercurial