diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.UI.FindFileNameDialog.html --- a/Documentation/Source/eric5.UI.FindFileNameDialog.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.UI.FindFileNameDialog.html Fri Mar 11 16:51:57 2011 +0100 @@ -112,7 +112,7 @@ </table> <a NAME="FindFileNameDialog.__init__" ID="FindFileNameDialog.__init__"></a> <h4>FindFileNameDialog (Constructor)</h4> -<b>FindFileNameDialog</b>(<i>project, parent = None</i>) +<b>FindFileNameDialog</b>(<i>project, parent=None</i>) <p> Constructor </p><dl> @@ -127,7 +127,7 @@ <h4>FindFileNameDialog.__openFile</h4> <b>__openFile</b>(<i></i>) <p> - Private slot to open a file. + Private slot to open a file. </p><p> It emits the signal sourceFile or designerFile depending on the file extension. @@ -170,7 +170,7 @@ <h4>FindFileNameDialog.on_fileList_itemActivated</h4> <b>on_fileList_itemActivated</b>(<i>itm, column</i>) <p> - Private slot to handle the double click on a file item. + Private slot to handle the double click on a file item. </p><p> It emits the signal sourceFile or designerFile depending on the file extension. @@ -206,7 +206,7 @@ <h4>FindFileNameDialog.on_searchDirButton_clicked</h4> <b>on_searchDirButton_clicked</b>(<i></i>) <p> - 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. </p><a NAME="FindFileNameDialog.on_searchDirCheckBox_toggled" ID="FindFileNameDialog.on_searchDirCheckBox_toggled"></a> <h4>FindFileNameDialog.on_searchDirCheckBox_toggled</h4>