diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.SqlBrowser.SqlConnectionDialog.html --- a/Documentation/Source/eric5.SqlBrowser.SqlConnectionDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.SqlBrowser.SqlConnectionDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.SqlBrowser.SqlConnectionDialog</h1> <p> -Module implementing a dialog to enter the connection parameters. +Module implementing a dialog to enter the connection parameters. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#SqlConnectionDialog">SqlConnectionDialog</a></td> -<td>Class implementing a dialog to enter the connection parameters.</td> +<td>Class implementing a dialog to enter the connection parameters.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="SqlConnectionDialog" ID="SqlConnectionDialog"></a> <h2>SqlConnectionDialog</h2> <p> - Class implementing a dialog to enter the connection parameters. + Class implementing a dialog to enter the connection parameters. </p> <h3>Derived from</h3> QDialog, Ui_SqlConnectionDialog @@ -55,61 +55,61 @@ <table> <tr> <td><a href="#SqlConnectionDialog.__init__">SqlConnectionDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#SqlConnectionDialog.__updateDialog">__updateDialog</a></td> -<td>Private slot to update the dialog depending on it's contents.</td> +<td>Private slot to update the dialog depending on it's contents.</td> </tr><tr> <td><a href="#SqlConnectionDialog.getData">getData</a></td> -<td>Public method to retrieve the connection data.</td> +<td>Public method to retrieve the connection data.</td> </tr><tr> <td><a href="#SqlConnectionDialog.on_databaseEdit_textChanged">on_databaseEdit_textChanged</a></td> -<td>Private slot handling the change of the database name.</td> +<td>Private slot handling the change of the database name.</td> </tr><tr> <td><a href="#SqlConnectionDialog.on_databaseFileButton_clicked">on_databaseFileButton_clicked</a></td> -<td>Private slot to open a database file via a file selection dialog.</td> +<td>Private slot to open a database file via a file selection dialog.</td> </tr><tr> <td><a href="#SqlConnectionDialog.on_driverCombo_activated">on_driverCombo_activated</a></td> -<td>Private slot handling the selection of a database driver.</td> +<td>Private slot handling the selection of a database driver.</td> </tr> </table> <a NAME="SqlConnectionDialog.__init__" ID="SqlConnectionDialog.__init__"></a> <h4>SqlConnectionDialog (Constructor)</h4> <b>SqlConnectionDialog</b>(<i>parent = None</i>) <p> - Constructor + Constructor </p><a NAME="SqlConnectionDialog.__updateDialog" ID="SqlConnectionDialog.__updateDialog"></a> <h4>SqlConnectionDialog.__updateDialog</h4> <b>__updateDialog</b>(<i></i>) <p> - Private slot to update the dialog depending on it's contents. + Private slot to update the dialog depending on it's contents. </p><a NAME="SqlConnectionDialog.getData" ID="SqlConnectionDialog.getData"></a> <h4>SqlConnectionDialog.getData</h4> <b>getData</b>(<i></i>) <p> - Public method to retrieve the connection data. + Public method to retrieve the connection data. </p><dl> <dt>Returns:</dt> <dd> -tuple giving the driver name (QString), the database name (QString), - the user name (QString), the password (QString), the host name (QString) - and the port (integer) +tuple giving the driver name (QString), the database name (QString), + the user name (QString), the password (QString), the host name (QString) + and the port (integer) </dd> </dl><a NAME="SqlConnectionDialog.on_databaseEdit_textChanged" ID="SqlConnectionDialog.on_databaseEdit_textChanged"></a> <h4>SqlConnectionDialog.on_databaseEdit_textChanged</h4> <b>on_databaseEdit_textChanged</b>(<i>p0</i>) <p> - Private slot handling the change of the database name. + Private slot handling the change of the database name. </p><a NAME="SqlConnectionDialog.on_databaseFileButton_clicked" ID="SqlConnectionDialog.on_databaseFileButton_clicked"></a> <h4>SqlConnectionDialog.on_databaseFileButton_clicked</h4> <b>on_databaseFileButton_clicked</b>(<i></i>) <p> - Private slot to open a database file via a file selection dialog. + Private slot to open a database file via a file selection dialog. </p><a NAME="SqlConnectionDialog.on_driverCombo_activated" ID="SqlConnectionDialog.on_driverCombo_activated"></a> <h4>SqlConnectionDialog.on_driverCombo_activated</h4> <b>on_driverCombo_activated</b>(<i>txt</i>) <p> - Private slot handling the selection of a database driver. + Private slot handling the selection of a database driver. </p> <div align="right"><a href="#top">Up</a></div> <hr />