diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.SqlBrowser.SqlConnectionDialog.html --- a/src/eric7/Documentation/Source/eric7.SqlBrowser.SqlConnectionDialog.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.SqlBrowser.SqlConnectionDialog.html Thu Dec 21 12:03:40 2023 +0100 @@ -90,9 +90,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="SqlConnectionDialog.__updateDialog" ID="SqlConnectionDialog.__updateDialog"></a> @@ -112,9 +112,14 @@ <dl> <dt>Return:</dt> <dd> -tuple giving the driver name (string), the database name - (string), the user name (string), the password (string), the - host name (string) and the port (integer) +tuple giving the driver name, the database name, the user name, + the password, the host name and the port +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, str, str, str, int) </dd> </dl> <a NAME="SqlConnectionDialog.on_databasePicker_textChanged" ID="SqlConnectionDialog.on_databasePicker_textChanged"></a> @@ -126,9 +131,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the edit (string) +text of the edit </dd> </dl> <a NAME="SqlConnectionDialog.on_driverCombo_activated" ID="SqlConnectionDialog.on_driverCombo_activated"></a>