Documentation/Source/eric5.UI.FindFileDialog.html

changeset 501
5c615a85241a
parent 440
69ace3e2dcf6
child 682
91114a975eda
equal deleted inserted replaced
500:c3abc7895a01 501:5c615a85241a
48 The occurrences found are displayed in a QTreeWidget showing the filename, the 48 The occurrences found are displayed in a QTreeWidget showing the filename, the
49 linenumber and the found text. The file will be opened upon a double click onto 49 linenumber and the found text. The file will be opened upon a double click onto
50 the respective entry of the list. 50 the respective entry of the list.
51 </p><h4>Signals</h4> 51 </p><h4>Signals</h4>
52 <dl> 52 <dl>
53 <dt>designerFile(string)</dt> 53 <dt>designerFile(str)</dt>
54 <dd> 54 <dd>
55 emitted to open a Qt-Designer file 55 emitted to open a Qt-Designer file
56 </dd><dt>sourceFile(string, int, string, (int, int)</dt> 56 </dd><dt>sourceFile(str, int, str, int, int)</dt>
57 <dd> 57 <dd>
58 ) emitted to open a 58 emitted to open a source file at a line
59 source file at a line
60 </dd> 59 </dd>
61 </dl> 60 </dl>
62 <h3>Derived from</h3> 61 <h3>Derived from</h3>
63 QDialog, Ui_FindFileDialog 62 QDialog, Ui_FindFileDialog
64 <h3>Class Attributes</h3> 63 <h3>Class Attributes</h3>
65 <table> 64 <table>
66 <tr><td>endRole</td></tr><tr><td>lineRole</td></tr><tr><td>replaceRole</td></tr><tr><td>startRole</td></tr> 65 <tr><td>designerFile</td></tr><tr><td>endRole</td></tr><tr><td>lineRole</td></tr><tr><td>replaceRole</td></tr><tr><td>sourceFile</td></tr><tr><td>startRole</td></tr>
67 </table> 66 </table>
68 <h3>Methods</h3> 67 <h3>Methods</h3>
69 <table> 68 <table>
70 <tr> 69 <tr>
71 <td><a href="#FindFileDialog.__init__">FindFileDialog</a></td> 70 <td><a href="#FindFileDialog.__init__">FindFileDialog</a></td>
261 <b>on_filterCheckBox_clicked</b>(<i></i>) 260 <b>on_filterCheckBox_clicked</b>(<i></i>)
262 <p> 261 <p>
263 Private slot to handle the selection of the file filter check box. 262 Private slot to handle the selection of the file filter check box.
264 </p><a NAME="FindFileDialog.on_filterEdit_textEdited" ID="FindFileDialog.on_filterEdit_textEdited"></a> 263 </p><a NAME="FindFileDialog.on_filterEdit_textEdited" ID="FindFileDialog.on_filterEdit_textEdited"></a>
265 <h4>FindFileDialog.on_filterEdit_textEdited</h4> 264 <h4>FindFileDialog.on_filterEdit_textEdited</h4>
266 <b>on_filterEdit_textEdited</b>(<i>p0</i>) 265 <b>on_filterEdit_textEdited</b>(<i>text</i>)
267 <p> 266 <p>
268 Private slot to handle the textChanged signal of the file filter edit. 267 Private slot to handle the textChanged signal of the file filter edit.
269 </p><dl> 268 </p><dl>
270 <dt><i>text</i></dt> 269 <dt><i>text</i></dt>
271 <dd> 270 <dd>

eric ide

mercurial