diff -r 9552b5e16a07 -r 8a7d1b9d18db E5Graphics/E5GraphicsView.py --- a/E5Graphics/E5GraphicsView.py Sat Jun 04 11:53:15 2011 +0200 +++ b/E5Graphics/E5GraphicsView.py Sun Jun 05 18:25:36 2011 +0200 @@ -9,8 +9,8 @@ import sys -from PyQt4.QtCore import * -from PyQt4.QtGui import * +from PyQt4.QtCore import QRectF, QSize, QSizeF, Qt +from PyQt4.QtGui import QGraphicsView, QBrush, QPainter, QPixmap, QFont, QColor import Preferences