Documentation/Source/eric5.UI.FindFileNameDialog.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 767
27554f80d08f
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
46 Class implementing a dialog to search for files. 46 Class implementing a dialog to search for files.
47 </p><p> 47 </p><p>
48 The occurrences found are displayed in a QTreeWidget showing the 48 The occurrences found are displayed in a QTreeWidget showing the
49 filename and the pathname. The file will be opened upon a double click 49 filename and the pathname. The file will be opened upon a double click
50 onto the respective entry of the list. 50 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)</dt> 56 </dd><dt>sourceFile(str)</dt>
62 QWidget, Ui_FindFileNameDialog 62 QWidget, Ui_FindFileNameDialog
63 <h3>Class Attributes</h3> 63 <h3>Class Attributes</h3>
64 <table> 64 <table>
65 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
66 </table> 66 </table>
67 <h3>Class Methods</h3>
68 <table>
69 <tr><td>None</td></tr>
70 </table>
67 <h3>Methods</h3> 71 <h3>Methods</h3>
68 <table> 72 <table>
69 <tr> 73 <tr>
70 <td><a href="#FindFileNameDialog.__init__">FindFileNameDialog</a></td> 74 <td><a href="#FindFileNameDialog.__init__">FindFileNameDialog</a></td>
71 <td>Constructor</td> 75 <td>Constructor</td>
107 <td>Private slot to handle the toggled signal of the sys.path checkbox.</td> 111 <td>Private slot to handle the toggled signal of the sys.path checkbox.</td>
108 </tr><tr> 112 </tr><tr>
109 <td><a href="#FindFileNameDialog.show">show</a></td> 113 <td><a href="#FindFileNameDialog.show">show</a></td>
110 <td>Overwritten method to enable/disable the project checkbox.</td> 114 <td>Overwritten method to enable/disable the project checkbox.</td>
111 </tr> 115 </tr>
116 </table>
117 <h3>Static Methods</h3>
118 <table>
119 <tr><td>None</td></tr>
112 </table> 120 </table>
113 <a NAME="FindFileNameDialog.__init__" ID="FindFileNameDialog.__init__"></a> 121 <a NAME="FindFileNameDialog.__init__" ID="FindFileNameDialog.__init__"></a>
114 <h4>FindFileNameDialog (Constructor)</h4> 122 <h4>FindFileNameDialog (Constructor)</h4>
115 <b>FindFileNameDialog</b>(<i>project, parent = None</i>) 123 <b>FindFileNameDialog</b>(<i>project, parent = None</i>)
116 <p> 124 <p>

eric ide

mercurial