E5Gui/E5Led.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
--- a/E5Gui/E5Led.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/E5Gui/E5Led.py	Sun Jun 05 18:25:36 2011 +0200
@@ -9,8 +9,8 @@
 It was inspired by KLed.
 """
 
-from PyQt4.QtGui import *
-from PyQt4.QtCore import *
+from PyQt4.QtCore import Qt, QSize
+from PyQt4.QtGui import QWidget, QColor, QRadialGradient, QPalette, QPainter, QBrush
 
 E5LedRectangular = 0
 E5LedCircular = 1

eric ide

mercurial