94 <tr> |
94 <tr> |
95 <td><a href="#FindLocationWidget.__init__">FindLocationWidget</a></td> |
95 <td><a href="#FindLocationWidget.__init__">FindLocationWidget</a></td> |
96 <td>Constructor</td> |
96 <td>Constructor</td> |
97 </tr> |
97 </tr> |
98 <tr> |
98 <tr> |
|
99 <td><a href="#FindLocationWidget.__clearResults">__clearResults</a></td> |
|
100 <td>Private slot to clear the current search results.</td> |
|
101 </tr> |
|
102 <tr> |
99 <td><a href="#FindLocationWidget.__openFile">__openFile</a></td> |
103 <td><a href="#FindLocationWidget.__openFile">__openFile</a></td> |
100 <td>Private slot to open a file.</td> |
104 <td>Private slot to open a file.</td> |
101 </tr> |
105 </tr> |
102 <tr> |
106 <tr> |
103 <td><a href="#FindLocationWidget.__projectClosed">__projectClosed</a></td> |
107 <td><a href="#FindLocationWidget.__projectClosed">__projectClosed</a></td> |
128 <td>Private slot handling a change of the current item.</td> |
132 <td>Private slot handling a change of the current item.</td> |
129 </tr> |
133 </tr> |
130 <tr> |
134 <tr> |
131 <td><a href="#FindLocationWidget.on_fileList_itemActivated">on_fileList_itemActivated</a></td> |
135 <td><a href="#FindLocationWidget.on_fileList_itemActivated">on_fileList_itemActivated</a></td> |
132 <td>Private slot to handle the double click on a file item.</td> |
136 <td>Private slot to handle the double click on a file item.</td> |
133 </tr> |
|
134 <tr> |
|
135 <td><a href="#FindLocationWidget.on_fileNameEdit_textChanged">on_fileNameEdit_textChanged</a></td> |
|
136 <td>Private slot to handle the textChanged signal of the file name edit.</td> |
|
137 </tr> |
137 </tr> |
138 <tr> |
138 <tr> |
139 <td><a href="#FindLocationWidget.on_searchDirPicker_textChanged">on_searchDirPicker_textChanged</a></td> |
139 <td><a href="#FindLocationWidget.on_searchDirPicker_textChanged">on_searchDirPicker_textChanged</a></td> |
140 <td>Private slot to handle the textChanged signal of the search directory edit.</td> |
140 <td>Private slot to handle the textChanged signal of the search directory edit.</td> |
141 </tr> |
141 </tr> |
162 <dt><i>parent</i> (QWidget)</dt> |
162 <dt><i>parent</i> (QWidget)</dt> |
163 <dd> |
163 <dd> |
164 parent widget of this dialog |
164 parent widget of this dialog |
165 </dd> |
165 </dd> |
166 </dl> |
166 </dl> |
|
167 <a NAME="FindLocationWidget.__clearResults" ID="FindLocationWidget.__clearResults"></a> |
|
168 <h4>FindLocationWidget.__clearResults</h4> |
|
169 <b>__clearResults</b>(<i></i>) |
|
170 |
|
171 <p> |
|
172 Private slot to clear the current search results. |
|
173 </p> |
167 <a NAME="FindLocationWidget.__openFile" ID="FindLocationWidget.__openFile"></a> |
174 <a NAME="FindLocationWidget.__openFile" ID="FindLocationWidget.__openFile"></a> |
168 <h4>FindLocationWidget.__openFile</h4> |
175 <h4>FindLocationWidget.__openFile</h4> |
169 <b>__openFile</b>(<i>itm=None</i>) |
176 <b>__openFile</b>(<i>itm=None</i>) |
170 |
177 |
171 <p> |
178 <p> |
273 <dt><i>column</i> (int)</dt> |
280 <dt><i>column</i> (int)</dt> |
274 <dd> |
281 <dd> |
275 column that was double clicked (ignored) |
282 column that was double clicked (ignored) |
276 </dd> |
283 </dd> |
277 </dl> |
284 </dl> |
278 <a NAME="FindLocationWidget.on_fileNameEdit_textChanged" ID="FindLocationWidget.on_fileNameEdit_textChanged"></a> |
|
279 <h4>FindLocationWidget.on_fileNameEdit_textChanged</h4> |
|
280 <b>on_fileNameEdit_textChanged</b>(<i>text</i>) |
|
281 |
|
282 <p> |
|
283 Private slot to handle the textChanged signal of the file name edit. |
|
284 </p> |
|
285 <dl> |
|
286 |
|
287 <dt><i>text</i> (str)</dt> |
|
288 <dd> |
|
289 (ignored) |
|
290 </dd> |
|
291 </dl> |
|
292 <a NAME="FindLocationWidget.on_searchDirPicker_textChanged" ID="FindLocationWidget.on_searchDirPicker_textChanged"></a> |
285 <a NAME="FindLocationWidget.on_searchDirPicker_textChanged" ID="FindLocationWidget.on_searchDirPicker_textChanged"></a> |
293 <h4>FindLocationWidget.on_searchDirPicker_textChanged</h4> |
286 <h4>FindLocationWidget.on_searchDirPicker_textChanged</h4> |
294 <b>on_searchDirPicker_textChanged</b>(<i>text</i>) |
287 <b>on_searchDirPicker_textChanged</b>(<i>text</i>) |
295 |
288 |
296 <p> |
289 <p> |