91 <td>Private slot to find the previous occurrence.</td> |
91 <td>Private slot to find the previous occurrence.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#SearchWidget.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> |
93 <td><a href="#SearchWidget.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> |
94 <td>Private slot to enable/disable the find buttons.</td> |
94 <td>Private slot to enable/disable the find buttons.</td> |
95 </tr><tr> |
95 </tr><tr> |
|
96 <td><a href="#SearchWidget.searchStringFound">searchStringFound</a></td> |
|
97 <td>Public slot to indicate that the search string was found.</td> |
|
98 </tr><tr> |
96 <td><a href="#SearchWidget.showFind">showFind</a></td> |
99 <td><a href="#SearchWidget.showFind">showFind</a></td> |
97 <td>Public method to display this widget.</td> |
100 <td>Public method to display this widget.</td> |
98 </tr> |
101 </tr> |
99 </table> |
102 </table> |
100 <h3>Static Methods</h3> |
103 <h3>Static Methods</h3> |
159 </p><dl> |
162 </p><dl> |
160 <dt><i>txt</i></dt> |
163 <dt><i>txt</i></dt> |
161 <dd> |
164 <dd> |
162 text of the combobox (string) |
165 text of the combobox (string) |
163 </dd> |
166 </dd> |
|
167 </dl><a NAME="SearchWidget.searchStringFound" ID="SearchWidget.searchStringFound"></a> |
|
168 <h4>SearchWidget.searchStringFound</h4> |
|
169 <b>searchStringFound</b>(<i>found</i>) |
|
170 <p> |
|
171 Public slot to indicate that the search string was found. |
|
172 </p><dl> |
|
173 <dt><i>found</i></dt> |
|
174 <dd> |
|
175 flag indicating success (boolean) |
|
176 </dd> |
164 </dl><a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a> |
177 </dl><a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a> |
165 <h4>SearchWidget.showFind</h4> |
178 <h4>SearchWidget.showFind</h4> |
166 <b>showFind</b>(<i>txt=""</i>) |
179 <b>showFind</b>(<i>txt=""</i>) |
167 <p> |
180 <p> |
168 Public method to display this widget. |
181 Public method to display this widget. |