126 reference to the parent widget |
126 reference to the parent widget |
127 </dd> |
127 </dd> |
128 </dl> |
128 </dl> |
129 <a NAME="SqlConnectionWidget.__currentItemChanged" ID="SqlConnectionWidget.__currentItemChanged"></a> |
129 <a NAME="SqlConnectionWidget.__currentItemChanged" ID="SqlConnectionWidget.__currentItemChanged"></a> |
130 <h4>SqlConnectionWidget.__currentItemChanged</h4> |
130 <h4>SqlConnectionWidget.__currentItemChanged</h4> |
131 <b>__currentItemChanged</b>(<i>current, previous</i>) |
131 <b>__currentItemChanged</b>(<i>current, _previous</i>) |
132 <p> |
132 <p> |
133 Private slot handling a change of the current item. |
133 Private slot handling a change of the current item. |
134 </p> |
134 </p> |
135 |
135 |
136 <dl> |
136 <dl> |
137 |
137 |
138 <dt><i>current</i> (QTreeWidgetItem)</dt> |
138 <dt><i>current</i> (QTreeWidgetItem)</dt> |
139 <dd> |
139 <dd> |
140 reference to the new current item |
140 reference to the new current item |
141 </dd> |
141 </dd> |
142 <dt><i>previous</i> (QTreeWidgetItem)</dt> |
142 <dt><i>_previous</i> (QTreeWidgetItem)</dt> |
143 <dd> |
143 <dd> |
144 reference to the previous current item |
144 reference to the previous current item (unused) |
145 </dd> |
145 </dd> |
146 </dl> |
146 </dl> |
147 <a NAME="SqlConnectionWidget.__dbCaption" ID="SqlConnectionWidget.__dbCaption"></a> |
147 <a NAME="SqlConnectionWidget.__dbCaption" ID="SqlConnectionWidget.__dbCaption"></a> |
148 <h4>SqlConnectionWidget.__dbCaption</h4> |
148 <h4>SqlConnectionWidget.__dbCaption</h4> |
149 <b>__dbCaption</b>(<i>db</i>) |
149 <b>__dbCaption</b>(<i>db</i>) |
170 str |
170 str |
171 </dd> |
171 </dd> |
172 </dl> |
172 </dl> |
173 <a NAME="SqlConnectionWidget.__itemActivated" ID="SqlConnectionWidget.__itemActivated"></a> |
173 <a NAME="SqlConnectionWidget.__itemActivated" ID="SqlConnectionWidget.__itemActivated"></a> |
174 <h4>SqlConnectionWidget.__itemActivated</h4> |
174 <h4>SqlConnectionWidget.__itemActivated</h4> |
175 <b>__itemActivated</b>(<i>itm, column</i>) |
175 <b>__itemActivated</b>(<i>itm, _column</i>) |
176 <p> |
176 <p> |
177 Private slot handling the activation of an item. |
177 Private slot handling the activation of an item. |
178 </p> |
178 </p> |
179 |
179 |
180 <dl> |
180 <dl> |
181 |
181 |
182 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
182 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
183 <dd> |
183 <dd> |
184 reference to the item |
184 reference to the item |
185 </dd> |
185 </dd> |
186 <dt><i>column</i> (int)</dt> |
186 <dt><i>_column</i> (int)</dt> |
187 <dd> |
187 <dd> |
188 column that was activated |
188 column that was activated (unused) |
189 </dd> |
189 </dd> |
190 </dl> |
190 </dl> |
191 <a NAME="SqlConnectionWidget.__setActive" ID="SqlConnectionWidget.__setActive"></a> |
191 <a NAME="SqlConnectionWidget.__setActive" ID="SqlConnectionWidget.__setActive"></a> |
192 <h4>SqlConnectionWidget.__setActive</h4> |
192 <h4>SqlConnectionWidget.__setActive</h4> |
193 <b>__setActive</b>(<i>itm</i>) |
193 <b>__setActive</b>(<i>itm</i>) |