src/eric7/Documentation/Source/eric7.SqlBrowser.SqlConnectionDialog.html

branch
eric7
changeset 10431
64157aeb0312
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10430:e440aaf179ce 10431:64157aeb0312
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
92 92
93 <dt><i>parent</i></dt> 93 <dt><i>parent</i> (QWidget)</dt>
94 <dd> 94 <dd>
95 reference to the parent widget (QWidget) 95 reference to the parent widget
96 </dd> 96 </dd>
97 </dl> 97 </dl>
98 <a NAME="SqlConnectionDialog.__updateDialog" ID="SqlConnectionDialog.__updateDialog"></a> 98 <a NAME="SqlConnectionDialog.__updateDialog" ID="SqlConnectionDialog.__updateDialog"></a>
99 <h4>SqlConnectionDialog.__updateDialog</h4> 99 <h4>SqlConnectionDialog.__updateDialog</h4>
100 <b>__updateDialog</b>(<i></i>) 100 <b>__updateDialog</b>(<i></i>)
110 Public method to retrieve the connection data. 110 Public method to retrieve the connection data.
111 </p> 111 </p>
112 <dl> 112 <dl>
113 <dt>Return:</dt> 113 <dt>Return:</dt>
114 <dd> 114 <dd>
115 tuple giving the driver name (string), the database name 115 tuple giving the driver name, the database name, the user name,
116 (string), the user name (string), the password (string), the 116 the password, the host name and the port
117 host name (string) and the port (integer) 117 </dd>
118 </dl>
119 <dl>
120 <dt>Return Type:</dt>
121 <dd>
122 tuple of (str, str, str, str, str, int)
118 </dd> 123 </dd>
119 </dl> 124 </dl>
120 <a NAME="SqlConnectionDialog.on_databasePicker_textChanged" ID="SqlConnectionDialog.on_databasePicker_textChanged"></a> 125 <a NAME="SqlConnectionDialog.on_databasePicker_textChanged" ID="SqlConnectionDialog.on_databasePicker_textChanged"></a>
121 <h4>SqlConnectionDialog.on_databasePicker_textChanged</h4> 126 <h4>SqlConnectionDialog.on_databasePicker_textChanged</h4>
122 <b>on_databasePicker_textChanged</b>(<i>txt</i>) 127 <b>on_databasePicker_textChanged</b>(<i>txt</i>)
124 <p> 129 <p>
125 Private slot handling the change of the database name. 130 Private slot handling the change of the database name.
126 </p> 131 </p>
127 <dl> 132 <dl>
128 133
129 <dt><i>txt</i></dt> 134 <dt><i>txt</i> (str)</dt>
130 <dd> 135 <dd>
131 text of the edit (string) 136 text of the edit
132 </dd> 137 </dd>
133 </dl> 138 </dl>
134 <a NAME="SqlConnectionDialog.on_driverCombo_activated" ID="SqlConnectionDialog.on_driverCombo_activated"></a> 139 <a NAME="SqlConnectionDialog.on_driverCombo_activated" ID="SqlConnectionDialog.on_driverCombo_activated"></a>
135 <h4>SqlConnectionDialog.on_driverCombo_activated</h4> 140 <h4>SqlConnectionDialog.on_driverCombo_activated</h4>
136 <b>on_driverCombo_activated</b>(<i>index</i>) 141 <b>on_driverCombo_activated</b>(<i>index</i>)

eric ide

mercurial