157 <p> |
157 <p> |
158 Private slot to set the state of the search buttons. |
158 Private slot to set the state of the search buttons. |
159 </p> |
159 </p> |
160 <dl> |
160 <dl> |
161 |
161 |
162 <dt><i>enabled</i></dt> |
162 <dt><i>enabled</i> (bool)</dt> |
163 <dd> |
163 <dd> |
164 flag indicating the state (boolean) |
164 flag indicating the state |
165 </dd> |
165 </dd> |
166 </dl> |
166 </dl> |
167 <a NAME="SearchWidget.keyPressEvent" ID="SearchWidget.keyPressEvent"></a> |
167 <a NAME="SearchWidget.keyPressEvent" ID="SearchWidget.keyPressEvent"></a> |
168 <h4>SearchWidget.keyPressEvent</h4> |
168 <h4>SearchWidget.keyPressEvent</h4> |
169 <b>keyPressEvent</b>(<i>event</i>) |
169 <b>keyPressEvent</b>(<i>event</i>) |
171 <p> |
171 <p> |
172 Protected slot to handle key press events. |
172 Protected slot to handle key press events. |
173 </p> |
173 </p> |
174 <dl> |
174 <dl> |
175 |
175 |
176 <dt><i>event</i></dt> |
176 <dt><i>event</i> (QKeyEvent)</dt> |
177 <dd> |
177 <dd> |
178 reference to the key press event (QKeyEvent) |
178 reference to the key press event |
179 </dd> |
179 </dd> |
180 </dl> |
180 </dl> |
181 <a NAME="SearchWidget.on_closeButton_clicked" ID="SearchWidget.on_closeButton_clicked"></a> |
181 <a NAME="SearchWidget.on_closeButton_clicked" ID="SearchWidget.on_closeButton_clicked"></a> |
182 <h4>SearchWidget.on_closeButton_clicked</h4> |
182 <h4>SearchWidget.on_closeButton_clicked</h4> |
183 <b>on_closeButton_clicked</b>(<i></i>) |
183 <b>on_closeButton_clicked</b>(<i></i>) |
206 <p> |
206 <p> |
207 Private slot to enable/disable the find buttons. |
207 Private slot to enable/disable the find buttons. |
208 </p> |
208 </p> |
209 <dl> |
209 <dl> |
210 |
210 |
211 <dt><i>txt</i></dt> |
211 <dt><i>txt</i> (str)</dt> |
212 <dd> |
212 <dd> |
213 text of the combobox (string) |
213 text of the combobox |
214 </dd> |
214 </dd> |
215 </dl> |
215 </dl> |
216 <a NAME="SearchWidget.searchStringFound" ID="SearchWidget.searchStringFound"></a> |
216 <a NAME="SearchWidget.searchStringFound" ID="SearchWidget.searchStringFound"></a> |
217 <h4>SearchWidget.searchStringFound</h4> |
217 <h4>SearchWidget.searchStringFound</h4> |
218 <b>searchStringFound</b>(<i>found</i>) |
218 <b>searchStringFound</b>(<i>found</i>) |
220 <p> |
220 <p> |
221 Public slot to indicate that the search string was found. |
221 Public slot to indicate that the search string was found. |
222 </p> |
222 </p> |
223 <dl> |
223 <dl> |
224 |
224 |
225 <dt><i>found</i></dt> |
225 <dt><i>found</i> (bool)</dt> |
226 <dd> |
226 <dd> |
227 flag indicating success (boolean) |
227 flag indicating success |
228 </dd> |
228 </dd> |
229 </dl> |
229 </dl> |
230 <a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a> |
230 <a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a> |
231 <h4>SearchWidget.showFind</h4> |
231 <h4>SearchWidget.showFind</h4> |
232 <b>showFind</b>(<i>txt=""</i>) |
232 <b>showFind</b>(<i>txt=""</i>) |