282 button that was clicked |
282 button that was clicked |
283 </dd> |
283 </dd> |
284 </dl> |
284 </dl> |
285 <a NAME="QuickFindFileDialog.on_fileList_currentItemChanged" ID="QuickFindFileDialog.on_fileList_currentItemChanged"></a> |
285 <a NAME="QuickFindFileDialog.on_fileList_currentItemChanged" ID="QuickFindFileDialog.on_fileList_currentItemChanged"></a> |
286 <h4>QuickFindFileDialog.on_fileList_currentItemChanged</h4> |
286 <h4>QuickFindFileDialog.on_fileList_currentItemChanged</h4> |
287 <b>on_fileList_currentItemChanged</b>(<i>current, previous</i>) |
287 <b>on_fileList_currentItemChanged</b>(<i>current, _previous</i>) |
288 <p> |
288 <p> |
289 Private slot handling a change of the current item. |
289 Private slot handling a change of the current item. |
290 </p> |
290 </p> |
291 |
291 |
292 <dl> |
292 <dl> |
293 |
293 |
294 <dt><i>current</i> (QTreeWidgetItem)</dt> |
294 <dt><i>current</i> (QTreeWidgetItem)</dt> |
295 <dd> |
295 <dd> |
296 current item |
296 current item |
297 </dd> |
297 </dd> |
298 <dt><i>previous</i> (QTreeWidgetItem)</dt> |
298 <dt><i>_previous</i> (QTreeWidgetItem)</dt> |
299 <dd> |
299 <dd> |
300 prevoius current item |
300 prevoius current item (unused) |
301 </dd> |
301 </dd> |
302 </dl> |
302 </dl> |
303 <a NAME="QuickFindFileDialog.on_fileList_itemActivated" ID="QuickFindFileDialog.on_fileList_itemActivated"></a> |
303 <a NAME="QuickFindFileDialog.on_fileList_itemActivated" ID="QuickFindFileDialog.on_fileList_itemActivated"></a> |
304 <h4>QuickFindFileDialog.on_fileList_itemActivated</h4> |
304 <h4>QuickFindFileDialog.on_fileList_itemActivated</h4> |
305 <b>on_fileList_itemActivated</b>(<i>itm, column</i>) |
305 <b>on_fileList_itemActivated</b>(<i>itm, _column</i>) |
306 <p> |
306 <p> |
307 Private slot to handle the double click on a file item. |
307 Private slot to handle the double click on a file item. |
308 </p> |
308 </p> |
309 <p> |
309 <p> |
310 It emits the signal sourceFile or designerFile depending on the |
310 It emits the signal sourceFile or designerFile depending on the |
315 |
315 |
316 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
316 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
317 <dd> |
317 <dd> |
318 the double clicked listview item |
318 the double clicked listview item |
319 </dd> |
319 </dd> |
320 <dt><i>column</i> (int)</dt> |
320 <dt><i>_column</i> (int)</dt> |
321 <dd> |
321 <dd> |
322 column that was double clicked |
322 column that was double clicked (unused) |
323 </dd> |
323 </dd> |
324 </dl> |
324 </dl> |
325 <a NAME="QuickFindFileDialog.on_fileNameEdit_returnPressed" ID="QuickFindFileDialog.on_fileNameEdit_returnPressed"></a> |
325 <a NAME="QuickFindFileDialog.on_fileNameEdit_returnPressed" ID="QuickFindFileDialog.on_fileNameEdit_returnPressed"></a> |
326 <h4>QuickFindFileDialog.on_fileNameEdit_returnPressed</h4> |
326 <h4>QuickFindFileDialog.on_fileNameEdit_returnPressed</h4> |
327 <b>on_fileNameEdit_returnPressed</b>(<i></i>) |
327 <b>on_fileNameEdit_returnPressed</b>(<i></i>) |