UI/FindFileNameDialog.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 998
eb7a1af5d9fc
--- a/UI/FindFileNameDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/UI/FindFileNameDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -35,7 +35,7 @@
     sourceFile = pyqtSignal(str)
     designerFile = pyqtSignal(str)
     
-    def __init__(self, project, parent = None):
+    def __init__(self, project, parent=None):
         """
         Constructor
         
@@ -74,7 +74,7 @@
     
     def __openFile(self):
         """
-        Private slot to open a file. 
+        Private slot to open a file.
         
         It emits the signal
         sourceFile or designerFile depending on the file extension.
@@ -178,7 +178,7 @@
     @pyqtSlot()
     def on_searchDirButton_clicked(self):
         """
-        Private slot to handle the clicked signal of the search directory selection 
+        Private slot to handle the clicked signal of the search directory selection
         button.
         """
         searchDir = E5FileDialog.getExistingDirectory(
@@ -217,7 +217,7 @@
         
     def on_fileList_itemActivated(self, itm, column):
         """
-        Private slot to handle the double click on a file item. 
+        Private slot to handle the double click on a file item.
         
         It emits the signal
         sourceFile or designerFile depending on the file extension.

eric ide

mercurial