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> |
|
71 <td>Constructor</td> |
|
72 </tr><tr> |
|
73 <td><a href="#FindFileNameDialog.__openFile">__openFile</a></td> |
74 <td><a href="#FindFileNameDialog.__openFile">__openFile</a></td> |
74 <td>Private slot to open a file.</td> |
75 <td>Private slot to open a file.</td> |
75 </tr><tr> |
76 </tr><tr> |
76 <td><a href="#FindFileNameDialog.__searchFile">__searchFile</a></td> |
77 <td><a href="#FindFileNameDialog.__searchFile">__searchFile</a></td> |
77 <td>Private slot to handle the search.</td> |
78 <td>Private slot to handle the search.</td> |
107 <td>Private slot to handle the toggled signal of the sys.path checkbox.</td> |
108 <td>Private slot to handle the toggled signal of the sys.path checkbox.</td> |
108 </tr><tr> |
109 </tr><tr> |
109 <td><a href="#FindFileNameDialog.show">show</a></td> |
110 <td><a href="#FindFileNameDialog.show">show</a></td> |
110 <td>Overwritten method to enable/disable the project checkbox.</td> |
111 <td>Overwritten method to enable/disable the project checkbox.</td> |
111 </tr> |
112 </tr> |
|
113 </table> |
|
114 <h3>Static Methods</h3> |
|
115 <table> |
|
116 <tr><td>None</td></tr> |
112 </table> |
117 </table> |
113 <a NAME="FindFileNameDialog.__init__" ID="FindFileNameDialog.__init__"></a> |
118 <a NAME="FindFileNameDialog.__init__" ID="FindFileNameDialog.__init__"></a> |
114 <h4>FindFileNameDialog (Constructor)</h4> |
119 <h4>FindFileNameDialog (Constructor)</h4> |
115 <b>FindFileNameDialog</b>(<i>project, parent=None</i>) |
120 <b>FindFileNameDialog</b>(<i>project, parent=None</i>) |
116 <p> |
121 <p> |