VCS/StatusMonitorLed.py

changeset 3656
441956d8fce5
parent 3539
0c2dc1446ebf
child 4021
195a471c327b
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
8 thread. 8 thread.
9 """ 9 """
10 10
11 from __future__ import unicode_literals 11 from __future__ import unicode_literals
12 12
13 from PyQt4.QtCore import Qt 13 from PyQt5.QtCore import Qt
14 from PyQt4.QtGui import QColor, QInputDialog, QMenu 14 from PyQt5.QtGui import QColor
15 from PyQt5.QtWidgets import QInputDialog, QMenu
15 16
16 from E5Gui.E5Led import E5ClickableLed, E5LedRectangular 17 from E5Gui.E5Led import E5ClickableLed, E5LedRectangular
17 18
18 import Preferences 19 import Preferences
19 20

eric ide

mercurial