93 <td>Private slot to open the currently selected entry.</td> |
93 <td>Private slot to open the currently selected entry.</td> |
94 </tr><tr> |
94 </tr><tr> |
95 <td><a href="#FindFileDialog.__stopSearch">__stopSearch</a></td> |
95 <td><a href="#FindFileDialog.__stopSearch">__stopSearch</a></td> |
96 <td>Private slot to handle the stop button being pressed.</td> |
96 <td>Private slot to handle the stop button being pressed.</td> |
97 </tr><tr> |
97 </tr><tr> |
|
98 <td><a href="#FindFileDialog.__stripEol">__stripEol</a></td> |
|
99 <td>Private method to strip the eol part.</td> |
|
100 </tr><tr> |
98 <td><a href="#FindFileDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
101 <td><a href="#FindFileDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
99 <td>Private slot called by a button of the button box clicked.</td> |
102 <td>Private slot called by a button of the button box clicked.</td> |
100 </tr><tr> |
103 </tr><tr> |
101 <td><a href="#FindFileDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> |
104 <td><a href="#FindFileDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> |
102 <td>Private slot to handle the selection of the project radio button.</td> |
105 <td>Private slot to handle the selection of the project radio button.</td> |
224 </p><a NAME="FindFileDialog.__stopSearch" ID="FindFileDialog.__stopSearch"></a> |
227 </p><a NAME="FindFileDialog.__stopSearch" ID="FindFileDialog.__stopSearch"></a> |
225 <h4>FindFileDialog.__stopSearch</h4> |
228 <h4>FindFileDialog.__stopSearch</h4> |
226 <b>__stopSearch</b>(<i></i>) |
229 <b>__stopSearch</b>(<i></i>) |
227 <p> |
230 <p> |
228 Private slot to handle the stop button being pressed. |
231 Private slot to handle the stop button being pressed. |
229 </p><a NAME="FindFileDialog.on_buttonBox_clicked" ID="FindFileDialog.on_buttonBox_clicked"></a> |
232 </p><a NAME="FindFileDialog.__stripEol" ID="FindFileDialog.__stripEol"></a> |
|
233 <h4>FindFileDialog.__stripEol</h4> |
|
234 <b>__stripEol</b>(<i>txt</i>) |
|
235 <p> |
|
236 Private method to strip the eol part. |
|
237 </p><dl> |
|
238 <dt><i>txt</i></dt> |
|
239 <dd> |
|
240 line of text that should be treated (string) |
|
241 </dd> |
|
242 </dl><dl> |
|
243 <dt>Returns:</dt> |
|
244 <dd> |
|
245 text with eol stripped (string) |
|
246 </dd> |
|
247 </dl><a NAME="FindFileDialog.on_buttonBox_clicked" ID="FindFileDialog.on_buttonBox_clicked"></a> |
230 <h4>FindFileDialog.on_buttonBox_clicked</h4> |
248 <h4>FindFileDialog.on_buttonBox_clicked</h4> |
231 <b>on_buttonBox_clicked</b>(<i>button</i>) |
249 <b>on_buttonBox_clicked</b>(<i>button</i>) |
232 <p> |
250 <p> |
233 Private slot called by a button of the button box clicked. |
251 Private slot called by a button of the button box clicked. |
234 </p><dl> |
252 </p><dl> |