Tasks/TaskViewer.py

changeset 1112
8a7d1b9d18db
parent 992
566e87428fc8
child 1131
7781e396c903
diff -r 9552b5e16a07 -r 8a7d1b9d18db Tasks/TaskViewer.py
--- a/Tasks/TaskViewer.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/Tasks/TaskViewer.py	Sun Jun 05 18:25:36 2011 +0200
@@ -15,8 +15,9 @@
 import time
 import fnmatch
 
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
+from PyQt4.QtCore import pyqtSignal, QRegExp, Qt
+from PyQt4.QtGui import QHeaderView, QLineEdit, QTreeWidget, QDialog, QInputDialog, \
+    QApplication, QMenu, QAbstractItemView, QProgressDialog, QTreeWidgetItem
 
 from E5Gui.E5Application import e5App
 from E5Gui import E5MessageBox

eric ide

mercurial