753 Private slot to edit the list of defined file filter entries. |
753 Private slot to edit the list of defined file filter entries. |
754 </p> |
754 </p> |
755 |
755 |
756 <a NAME="FindFileWidget.on_findList_itemDoubleClicked" ID="FindFileWidget.on_findList_itemDoubleClicked"></a> |
756 <a NAME="FindFileWidget.on_findList_itemDoubleClicked" ID="FindFileWidget.on_findList_itemDoubleClicked"></a> |
757 <h4>FindFileWidget.on_findList_itemDoubleClicked</h4> |
757 <h4>FindFileWidget.on_findList_itemDoubleClicked</h4> |
758 <b>on_findList_itemDoubleClicked</b>(<i>itm, column</i>) |
758 <b>on_findList_itemDoubleClicked</b>(<i>itm, _column</i>) |
759 <p> |
759 <p> |
760 Private slot to handle the double click on a file item. |
760 Private slot to handle the double click on a file item. |
761 </p> |
761 </p> |
762 <p> |
762 <p> |
763 It emits a signal depending on the file extension. |
763 It emits a signal depending on the file extension. |
767 |
767 |
768 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
768 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
769 <dd> |
769 <dd> |
770 the double clicked tree item |
770 the double clicked tree item |
771 </dd> |
771 </dd> |
772 <dt><i>column</i> (int)</dt> |
772 <dt><i>_column</i> (int)</dt> |
773 <dd> |
773 <dd> |
774 column that was double clicked (ignored) |
774 column that was double clicked (unused) |
775 </dd> |
775 </dd> |
776 </dl> |
776 </dl> |
777 <a NAME="FindFileWidget.on_findtextCombo_editTextChanged" ID="FindFileWidget.on_findtextCombo_editTextChanged"></a> |
777 <a NAME="FindFileWidget.on_findtextCombo_editTextChanged" ID="FindFileWidget.on_findtextCombo_editTextChanged"></a> |
778 <h4>FindFileWidget.on_findtextCombo_editTextChanged</h4> |
778 <h4>FindFileWidget.on_findtextCombo_editTextChanged</h4> |
779 <b>on_findtextCombo_editTextChanged</b>(<i>text</i>) |
779 <b>on_findtextCombo_editTextChanged</b>(<i>text</i>) |