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 |