128 <p> |
128 <p> |
129 Constructor |
129 Constructor |
130 </p> |
130 </p> |
131 <dl> |
131 <dl> |
132 |
132 |
133 <dt><i>mainWindow</i></dt> |
133 <dt><i>mainWindow</i> (QMainWindow)</dt> |
134 <dd> |
134 <dd> |
135 reference to the main window (QMainWindow) |
135 reference to the main window |
136 </dd> |
136 </dd> |
137 <dt><i>parent</i></dt> |
137 <dt><i>parent</i> (QWidget)</dt> |
138 <dd> |
138 <dd> |
139 parent widget of this dialog (QWidget) |
139 parent widget of this dialog |
140 </dd> |
140 </dd> |
141 </dl> |
141 </dl> |
142 <a NAME="SearchWidget.__findByReturnPressed" ID="SearchWidget.__findByReturnPressed"></a> |
142 <a NAME="SearchWidget.__findByReturnPressed" ID="SearchWidget.__findByReturnPressed"></a> |
143 <h4>SearchWidget.__findByReturnPressed</h4> |
143 <h4>SearchWidget.__findByReturnPressed</h4> |
144 <b>__findByReturnPressed</b>(<i></i>) |
144 <b>__findByReturnPressed</b>(<i></i>) |
182 <p> |
182 <p> |
183 Private slot to perform an incremental search. |
183 Private slot to perform an incremental search. |
184 </p> |
184 </p> |
185 <dl> |
185 <dl> |
186 |
186 |
187 <dt><i>txt</i></dt> |
187 <dt><i>txt</i> (str)</dt> |
188 <dd> |
188 <dd> |
189 current text of the search combos line edit (string) |
189 current text of the search combos line edit |
190 (unused) |
190 (unused) |
191 </dd> |
191 </dd> |
192 </dl> |
192 </dl> |
193 <a NAME="SearchWidget.__setFindtextComboBackground" ID="SearchWidget.__setFindtextComboBackground"></a> |
193 <a NAME="SearchWidget.__setFindtextComboBackground" ID="SearchWidget.__setFindtextComboBackground"></a> |
194 <h4>SearchWidget.__setFindtextComboBackground</h4> |
194 <h4>SearchWidget.__setFindtextComboBackground</h4> |
198 Private slot to change the findtext combo background to indicate |
198 Private slot to change the findtext combo background to indicate |
199 errors. |
199 errors. |
200 </p> |
200 </p> |
201 <dl> |
201 <dl> |
202 |
202 |
203 <dt><i>error</i></dt> |
203 <dt><i>error</i> (bool)</dt> |
204 <dd> |
204 <dd> |
205 flag indicating an error condition (boolean) |
205 flag indicating an error condition |
206 </dd> |
206 </dd> |
207 </dl> |
207 </dl> |
208 <a NAME="SearchWidget.findNext" ID="SearchWidget.findNext"></a> |
208 <a NAME="SearchWidget.findNext" ID="SearchWidget.findNext"></a> |
209 <h4>SearchWidget.findNext</h4> |
209 <h4>SearchWidget.findNext</h4> |
210 <b>findNext</b>(<i></i>) |
210 <b>findNext</b>(<i></i>) |
226 <p> |
226 <p> |
227 Protected slot to handle key press events. |
227 Protected slot to handle key press events. |
228 </p> |
228 </p> |
229 <dl> |
229 <dl> |
230 |
230 |
231 <dt><i>event</i></dt> |
231 <dt><i>event</i> (QKeyEvent)</dt> |
232 <dd> |
232 <dd> |
233 reference to the key press event (QKeyEvent) |
233 reference to the key press event |
234 </dd> |
234 </dd> |
235 </dl> |
235 </dl> |
236 <a NAME="SearchWidget.on_closeButton_clicked" ID="SearchWidget.on_closeButton_clicked"></a> |
236 <a NAME="SearchWidget.on_closeButton_clicked" ID="SearchWidget.on_closeButton_clicked"></a> |
237 <h4>SearchWidget.on_closeButton_clicked</h4> |
237 <h4>SearchWidget.on_closeButton_clicked</h4> |
238 <b>on_closeButton_clicked</b>(<i></i>) |
238 <b>on_closeButton_clicked</b>(<i></i>) |
261 <p> |
261 <p> |
262 Private slot to enable/disable the find buttons. |
262 Private slot to enable/disable the find buttons. |
263 </p> |
263 </p> |
264 <dl> |
264 <dl> |
265 |
265 |
266 <dt><i>txt</i></dt> |
266 <dt><i>txt</i> (str)</dt> |
267 <dd> |
267 <dd> |
268 text of the combobox (string) |
268 text of the combobox |
269 </dd> |
269 </dd> |
270 </dl> |
270 </dl> |
271 <a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a> |
271 <a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a> |
272 <h4>SearchWidget.showFind</h4> |
272 <h4>SearchWidget.showFind</h4> |
273 <b>showFind</b>(<i></i>) |
273 <b>showFind</b>(<i></i>) |