ViewManager/ViewManager.py

changeset 1112
8a7d1b9d18db
parent 958
9f712690525e
child 1128
b8ab8eac9dde
--- a/ViewManager/ViewManager.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/ViewManager/ViewManager.py	Sun Jun 05 18:25:36 2011 +0200
@@ -9,8 +9,10 @@
 
 import os
 
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
+from PyQt4.QtCore import QSignalMapper, QTimer, QFileInfo, pyqtSignal, QRegExp, \
+    QObject, Qt
+from PyQt4.QtGui import QColor, QKeySequence, QLineEdit, QToolBar, QWidgetAction, \
+    QDialog, QApplication, QMenu, QPalette, QComboBox
 from PyQt4.Qsci import QsciScintilla
 
 from E5Gui.E5Application import e5App

eric ide

mercurial