--- a/Documentation/Source/eric5.MultiProject.AddProjectDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.MultiProject.AddProjectDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.MultiProject.AddProjectDialog</h1> <p> -Module implementing the add project dialog. +Module implementing the add project dialog. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#AddProjectDialog">AddProjectDialog</a></td> -<td>Class implementing the add project dialog.</td> +<td>Class implementing the add project dialog.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="AddProjectDialog" ID="AddProjectDialog"></a> <h2>AddProjectDialog</h2> <p> - Class implementing the add project dialog. + Class implementing the add project dialog. </p> <h3>Derived from</h3> QDialog, Ui_AddProjectDialog @@ -55,73 +55,73 @@ <table> <tr> <td><a href="#AddProjectDialog.__init__">AddProjectDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#AddProjectDialog.__updateUi">__updateUi</a></td> -<td>Private method to update the dialog.</td> +<td>Private method to update the dialog.</td> </tr><tr> <td><a href="#AddProjectDialog.getData">getData</a></td> -<td>Public slot to retrieve the dialogs data.</td> +<td>Public slot to retrieve the dialogs data.</td> </tr><tr> <td><a href="#AddProjectDialog.on_fileButton_clicked">on_fileButton_clicked</a></td> -<td>Private slot to display a file selection dialog.</td> +<td>Private slot to display a file selection dialog.</td> </tr><tr> <td><a href="#AddProjectDialog.on_filenameEdit_textChanged">on_filenameEdit_textChanged</a></td> -<td>Private slot called when the project filename has changed.</td> +<td>Private slot called when the project filename has changed.</td> </tr><tr> <td><a href="#AddProjectDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> -<td>Private slot called when the project name has changed.</td> +<td>Private slot called when the project name has changed.</td> </tr> </table> <a NAME="AddProjectDialog.__init__" ID="AddProjectDialog.__init__"></a> <h4>AddProjectDialog (Constructor)</h4> <b>AddProjectDialog</b>(<i>parent = None, startdir = None, project = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog (QWidget) </dd><dt><i>startdir</i></dt> <dd> -start directory for the selection dialog (string) +start directory for the selection dialog (string) </dd><dt><i>project</i></dt> <dd> -dictionary containing project data +dictionary containing project data </dd> </dl><a NAME="AddProjectDialog.__updateUi" ID="AddProjectDialog.__updateUi"></a> <h4>AddProjectDialog.__updateUi</h4> <b>__updateUi</b>(<i></i>) <p> - Private method to update the dialog. + Private method to update the dialog. </p><a NAME="AddProjectDialog.getData" ID="AddProjectDialog.getData"></a> <h4>AddProjectDialog.getData</h4> <b>getData</b>(<i></i>) <p> - Public slot to retrieve the dialogs data. + Public slot to retrieve the dialogs data. </p><dl> <dt>Returns:</dt> <dd> -tuple of four values (string, string, boolean, string) giving the - project name, the name of the project file, a flag telling, whether - the project shall be the master project and a short description - for the project +tuple of four values (string, string, boolean, string) giving the + project name, the name of the project file, a flag telling, whether + the project shall be the master project and a short description + for the project </dd> </dl><a NAME="AddProjectDialog.on_fileButton_clicked" ID="AddProjectDialog.on_fileButton_clicked"></a> <h4>AddProjectDialog.on_fileButton_clicked</h4> <b>on_fileButton_clicked</b>(<i></i>) <p> - Private slot to display a file selection dialog. + Private slot to display a file selection dialog. </p><a NAME="AddProjectDialog.on_filenameEdit_textChanged" ID="AddProjectDialog.on_filenameEdit_textChanged"></a> <h4>AddProjectDialog.on_filenameEdit_textChanged</h4> <b>on_filenameEdit_textChanged</b>(<i>p0</i>) <p> - Private slot called when the project filename has changed. + Private slot called when the project filename has changed. </p><a NAME="AddProjectDialog.on_nameEdit_textChanged" ID="AddProjectDialog.on_nameEdit_textChanged"></a> <h4>AddProjectDialog.on_nameEdit_textChanged</h4> <b>on_nameEdit_textChanged</b>(<i>p0</i>) <p> - Private slot called when the project name has changed. + Private slot called when the project name has changed. </p> <div align="right"><a href="#top">Up</a></div> <hr />