Documentation/Source/eric5.UI.FindFileDialog.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 855
d8c4113a9274
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
46 Class implementing a dialog to search for text in files. 46 Class implementing a dialog to search for text in files.
47 </p><p> 47 </p><p>
48 The occurrences found are displayed in a QTreeWidget showing the filename, 48 The occurrences found are displayed in a QTreeWidget showing the filename,
49 the linenumber and the found text. The file will be opened upon a double 49 the linenumber and the found text. The file will be opened upon a double
50 click onto the respective entry of the list. 50 click onto the respective entry of the list.
51 </p><h4>Signals</h4> 51 </p><h3>Signals</h3>
52 <dl> 52 <dl>
53 <dt>designerFile(str)</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(str, int, str, int, int)</dt> 56 </dd><dt>sourceFile(str, int, str, int, int)</dt>
63 QDialog, Ui_FindFileDialog 63 QDialog, Ui_FindFileDialog
64 <h3>Class Attributes</h3> 64 <h3>Class Attributes</h3>
65 <table> 65 <table>
66 <tr><td>endRole</td></tr><tr><td>lineRole</td></tr><tr><td>md5Role</td></tr><tr><td>replaceRole</td></tr><tr><td>startRole</td></tr> 66 <tr><td>endRole</td></tr><tr><td>lineRole</td></tr><tr><td>md5Role</td></tr><tr><td>replaceRole</td></tr><tr><td>startRole</td></tr>
67 </table> 67 </table>
68 <h3>Class Methods</h3>
69 <table>
70 <tr><td>None</td></tr>
71 </table>
68 <h3>Methods</h3> 72 <h3>Methods</h3>
69 <table> 73 <table>
70 <tr> 74 <tr>
71 <td><a href="#FindFileDialog.__init__">FindFileDialog</a></td> 75 <td><a href="#FindFileDialog.__init__">FindFileDialog</a></td>
72 <td>Constructor</td> 76 <td>Constructor</td>
135 <td>Public slot to set the name of the directory to search in.</td> 139 <td>Public slot to set the name of the directory to search in.</td>
136 </tr><tr> 140 </tr><tr>
137 <td><a href="#FindFileDialog.show">show</a></td> 141 <td><a href="#FindFileDialog.show">show</a></td>
138 <td>Overwritten method to enable/disable the project button.</td> 142 <td>Overwritten method to enable/disable the project button.</td>
139 </tr> 143 </tr>
144 </table>
145 <h3>Static Methods</h3>
146 <table>
147 <tr><td>None</td></tr>
140 </table> 148 </table>
141 <a NAME="FindFileDialog.__init__" ID="FindFileDialog.__init__"></a> 149 <a NAME="FindFileDialog.__init__" ID="FindFileDialog.__init__"></a>
142 <h4>FindFileDialog (Constructor)</h4> 150 <h4>FindFileDialog (Constructor)</h4>
143 <b>FindFileDialog</b>(<i>project, replaceMode = False, parent=None</i>) 151 <b>FindFileDialog</b>(<i>project, replaceMode = False, parent=None</i>)
144 <p> 152 <p>

eric ide

mercurial