Documentation/Source/eric6.SqlBrowser.SqlConnectionDialog.html

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
equal deleted inserted replaced
4601:0017e7cb67ae 4602:48cc4820e2c2
64 <td>Private slot to update the dialog depending on its contents.</td> 64 <td>Private slot to update the dialog depending on its contents.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#SqlConnectionDialog.getData">getData</a></td> 66 <td><a href="#SqlConnectionDialog.getData">getData</a></td>
67 <td>Public method to retrieve the connection data.</td> 67 <td>Public method to retrieve the connection data.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#SqlConnectionDialog.on_databaseEdit_textChanged">on_databaseEdit_textChanged</a></td> 69 <td><a href="#SqlConnectionDialog.on_databasePicker_textChanged">on_databasePicker_textChanged</a></td>
70 <td>Private slot handling the change of the database name.</td> 70 <td>Private slot handling the change of the database name.</td>
71 </tr><tr>
72 <td><a href="#SqlConnectionDialog.on_databaseFileButton_clicked">on_databaseFileButton_clicked</a></td>
73 <td>Private slot to open a database file via a file selection dialog.</td>
74 </tr><tr> 71 </tr><tr>
75 <td><a href="#SqlConnectionDialog.on_driverCombo_activated">on_driverCombo_activated</a></td> 72 <td><a href="#SqlConnectionDialog.on_driverCombo_activated">on_driverCombo_activated</a></td>
76 <td>Private slot handling the selection of a database driver.</td> 73 <td>Private slot handling the selection of a database driver.</td>
77 </tr> 74 </tr>
78 </table> 75 </table>
105 <dd> 102 <dd>
106 tuple giving the driver name (string), the database name 103 tuple giving the driver name (string), the database name
107 (string), the user name (string), the password (string), the 104 (string), the user name (string), the password (string), the
108 host name (string) and the port (integer) 105 host name (string) and the port (integer)
109 </dd> 106 </dd>
110 </dl><a NAME="SqlConnectionDialog.on_databaseEdit_textChanged" ID="SqlConnectionDialog.on_databaseEdit_textChanged"></a> 107 </dl><a NAME="SqlConnectionDialog.on_databasePicker_textChanged" ID="SqlConnectionDialog.on_databasePicker_textChanged"></a>
111 <h4>SqlConnectionDialog.on_databaseEdit_textChanged</h4> 108 <h4>SqlConnectionDialog.on_databasePicker_textChanged</h4>
112 <b>on_databaseEdit_textChanged</b>(<i>txt</i>) 109 <b>on_databasePicker_textChanged</b>(<i>txt</i>)
113 <p> 110 <p>
114 Private slot handling the change of the database name. 111 Private slot handling the change of the database name.
115 </p><dl> 112 </p><dl>
116 <dt><i>txt</i></dt> 113 <dt><i>txt</i></dt>
117 <dd> 114 <dd>
118 text of the edit (string) 115 text of the edit (string)
119 </dd> 116 </dd>
120 </dl><a NAME="SqlConnectionDialog.on_databaseFileButton_clicked" ID="SqlConnectionDialog.on_databaseFileButton_clicked"></a> 117 </dl><a NAME="SqlConnectionDialog.on_driverCombo_activated" ID="SqlConnectionDialog.on_driverCombo_activated"></a>
121 <h4>SqlConnectionDialog.on_databaseFileButton_clicked</h4>
122 <b>on_databaseFileButton_clicked</b>(<i></i>)
123 <p>
124 Private slot to open a database file via a file selection dialog.
125 </p><a NAME="SqlConnectionDialog.on_driverCombo_activated" ID="SqlConnectionDialog.on_driverCombo_activated"></a>
126 <h4>SqlConnectionDialog.on_driverCombo_activated</h4> 118 <h4>SqlConnectionDialog.on_driverCombo_activated</h4>
127 <b>on_driverCombo_activated</b>(<i>txt</i>) 119 <b>on_driverCombo_activated</b>(<i>txt</i>)
128 <p> 120 <p>
129 Private slot handling the selection of a database driver. 121 Private slot handling the selection of a database driver.
130 </p><dl> 122 </p><dl>

eric ide

mercurial