src/eric7/Documentation/Source/eric7.UI.FindLocationWidget.html

branch
eric7
changeset 10692
9becf9ca115c
parent 10479
856476537696
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
345 bool 345 bool
346 </dd> 346 </dd>
347 </dl> 347 </dl>
348 <a NAME="FindLocationWidget.on_fileList_currentItemChanged" ID="FindLocationWidget.on_fileList_currentItemChanged"></a> 348 <a NAME="FindLocationWidget.on_fileList_currentItemChanged" ID="FindLocationWidget.on_fileList_currentItemChanged"></a>
349 <h4>FindLocationWidget.on_fileList_currentItemChanged</h4> 349 <h4>FindLocationWidget.on_fileList_currentItemChanged</h4>
350 <b>on_fileList_currentItemChanged</b>(<i>current, previous</i>) 350 <b>on_fileList_currentItemChanged</b>(<i>current, _previous</i>)
351 <p> 351 <p>
352 Private slot handling a change of the current item. 352 Private slot handling a change of the current item.
353 </p> 353 </p>
354 354
355 <dl> 355 <dl>
356 356
357 <dt><i>current</i> (QTreeWidgetItem)</dt> 357 <dt><i>current</i> (QTreeWidgetItem)</dt>
358 <dd> 358 <dd>
359 current item 359 current item
360 </dd> 360 </dd>
361 <dt><i>previous</i> (QTreeWidgetItem)</dt> 361 <dt><i>_previous</i> (QTreeWidgetItem)</dt>
362 <dd> 362 <dd>
363 prevoius current item 363 prevoius current item (unused)
364 </dd> 364 </dd>
365 </dl> 365 </dl>
366 <a NAME="FindLocationWidget.on_fileList_itemActivated" ID="FindLocationWidget.on_fileList_itemActivated"></a> 366 <a NAME="FindLocationWidget.on_fileList_itemActivated" ID="FindLocationWidget.on_fileList_itemActivated"></a>
367 <h4>FindLocationWidget.on_fileList_itemActivated</h4> 367 <h4>FindLocationWidget.on_fileList_itemActivated</h4>
368 <b>on_fileList_itemActivated</b>(<i>itm, column</i>) 368 <b>on_fileList_itemActivated</b>(<i>itm, _column</i>)
369 <p> 369 <p>
370 Private slot to handle the double click on a file item. 370 Private slot to handle the double click on a file item.
371 </p> 371 </p>
372 <p> 372 <p>
373 It emits the signal sourceFile or designerFile depending on the 373 It emits the signal sourceFile or designerFile depending on the
378 378
379 <dt><i>itm</i> (QTreeWidgetItem)</dt> 379 <dt><i>itm</i> (QTreeWidgetItem)</dt>
380 <dd> 380 <dd>
381 the double clicked listview item 381 the double clicked listview item
382 </dd> 382 </dd>
383 <dt><i>column</i> (int)</dt> 383 <dt><i>_column</i> (int)</dt>
384 <dd> 384 <dd>
385 column that was double clicked (ignored) 385 column that was double clicked (unused)
386 </dd> 386 </dd>
387 </dl> 387 </dl>
388 <a NAME="FindLocationWidget.on_searchDirPicker_textChanged" ID="FindLocationWidget.on_searchDirPicker_textChanged"></a> 388 <a NAME="FindLocationWidget.on_searchDirPicker_textChanged" ID="FindLocationWidget.on_searchDirPicker_textChanged"></a>
389 <h4>FindLocationWidget.on_searchDirPicker_textChanged</h4> 389 <h4>FindLocationWidget.on_searchDirPicker_textChanged</h4>
390 <b>on_searchDirPicker_textChanged</b>(<i>text</i>) 390 <b>on_searchDirPicker_textChanged</b>(<i>text</i>)

eric ide

mercurial