Documentation/Source/eric5.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog.html

changeset 2736
86cd4d14b58e
child 2750
865f6b0a1611
equal deleted inserted replaced
2734:eddb1a77f771 2736:86cd4d14b58e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric5.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric5.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog</h1>
23 <p>
24 Module implementing the QRegularExpression wizard dialog.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#QRegularExpressionWizardDialog">QRegularExpressionWizardDialog</a></td>
34 <td>Class for the dialog variant.</td>
35 </tr><tr>
36 <td><a href="#QRegularExpressionWizardWidget">QRegularExpressionWizardWidget</a></td>
37 <td>Class implementing the QRegularExpression wizard dialog.</td>
38 </tr><tr>
39 <td><a href="#QRegularExpressionWizardWindow">QRegularExpressionWizardWindow</a></td>
40 <td>Main window class for the standalone dialog.</td>
41 </tr>
42 </table>
43 <h3>Functions</h3>
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr /><hr />
48 <a NAME="QRegularExpressionWizardDialog" ID="QRegularExpressionWizardDialog"></a>
49 <h2>QRegularExpressionWizardDialog</h2>
50 <p>
51 Class for the dialog variant.
52 </p>
53 <h3>Derived from</h3>
54 QDialog
55 <h3>Class Attributes</h3>
56 <table>
57 <tr><td>None</td></tr>
58 </table>
59 <h3>Class Methods</h3>
60 <table>
61 <tr><td>None</td></tr>
62 </table>
63 <h3>Methods</h3>
64 <table>
65 <tr>
66 <td><a href="#QRegularExpressionWizardDialog.__init__">QRegularExpressionWizardDialog</a></td>
67 <td>Constructor</td>
68 </tr><tr>
69 <td><a href="#QRegularExpressionWizardDialog.getCode">getCode</a></td>
70 <td>Public method to get the source code.</td>
71 </tr>
72 </table>
73 <h3>Static Methods</h3>
74 <table>
75 <tr><td>None</td></tr>
76 </table>
77 <a NAME="QRegularExpressionWizardDialog.__init__" ID="QRegularExpressionWizardDialog.__init__"></a>
78 <h4>QRegularExpressionWizardDialog (Constructor)</h4>
79 <b>QRegularExpressionWizardDialog</b>(<i>parent=None, fromEric=True</i>)
80 <p>
81 Constructor
82 </p><dl>
83 <dt><i>parent</i></dt>
84 <dd>
85 parent widget (QWidget)
86 </dd><dt><i>fromEric</i></dt>
87 <dd>
88 flag indicating a call from within eric5
89 </dd>
90 </dl><a NAME="QRegularExpressionWizardDialog.getCode" ID="QRegularExpressionWizardDialog.getCode"></a>
91 <h4>QRegularExpressionWizardDialog.getCode</h4>
92 <b>getCode</b>(<i>indLevel, indString</i>)
93 <p>
94 Public method to get the source code.
95 </p><dl>
96 <dt><i>indLevel</i></dt>
97 <dd>
98 indentation level (int)
99 </dd><dt><i>indString</i></dt>
100 <dd>
101 string used for indentation (space or tab) (string)
102 </dd>
103 </dl><dl>
104 <dt>Returns:</dt>
105 <dd>
106 generated code (string)
107 </dd>
108 </dl>
109 <div align="right"><a href="#top">Up</a></div>
110 <hr /><hr />
111 <a NAME="QRegularExpressionWizardWidget" ID="QRegularExpressionWizardWidget"></a>
112 <h2>QRegularExpressionWizardWidget</h2>
113 <p>
114 Class implementing the QRegularExpression wizard dialog.
115 </p>
116 <h3>Derived from</h3>
117 QWidget, Ui_QRegularExpressionWizardDialog
118 <h3>Class Attributes</h3>
119 <table>
120 <tr><td>None</td></tr>
121 </table>
122 <h3>Class Methods</h3>
123 <table>
124 <tr><td>None</td></tr>
125 </table>
126 <h3>Methods</h3>
127 <table>
128 <tr>
129 <td><a href="#QRegularExpressionWizardWidget.__init__">QRegularExpressionWizardWidget</a></td>
130 <td>Constructor</td>
131 </tr><tr>
132 <td><a href="#QRegularExpressionWizardWidget.__insertString">__insertString</a></td>
133 <td>Private method to insert a string into line edit and move cursor.</td>
134 </tr><tr>
135 <td><a href="#QRegularExpressionWizardWidget.getCode">getCode</a></td>
136 <td>Public method to get the source code.</td>
137 </tr><tr>
138 <td><a href="#QRegularExpressionWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td>
139 <td>Private slot to handle the alternatives toolbutton.</td>
140 </tr><tr>
141 <td><a href="#QRegularExpressionWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td>
142 <td>Private slot to handle the any character toolbutton.</td>
143 </tr><tr>
144 <td><a href="#QRegularExpressionWizardWidget.on_atomicGroupButton_clicked">on_atomicGroupButton_clicked</a></td>
145 <td>Private slot to handle the atomic non group toolbutton.</td>
146 </tr><tr>
147 <td><a href="#QRegularExpressionWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td>
148 <td>Private slot to handle the begin line toolbutton.</td>
149 </tr><tr>
150 <td><a href="#QRegularExpressionWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
151 <td>Private slot called by a button of the button box clicked.</td>
152 </tr><tr>
153 <td><a href="#QRegularExpressionWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td>
154 <td>Private slot to handle the characters toolbutton.</td>
155 </tr><tr>
156 <td><a href="#QRegularExpressionWizardWidget.on_commentButton_clicked">on_commentButton_clicked</a></td>
157 <td>Private slot to handle the comment toolbutton.</td>
158 </tr><tr>
159 <td><a href="#QRegularExpressionWizardWidget.on_copyButton_clicked">on_copyButton_clicked</a></td>
160 <td>Private slot to copy the QRegularExpression string into the clipboard.</td>
161 </tr><tr>
162 <td><a href="#QRegularExpressionWizardWidget.on_endlineButton_clicked">on_endlineButton_clicked</a></td>
163 <td>Private slot to handle the end line toolbutton.</td>
164 </tr><tr>
165 <td><a href="#QRegularExpressionWizardWidget.on_executeButton_clicked">on_executeButton_clicked</a></td>
166 <td>Private slot to execute the entered QRegularExpression on the test text.</td>
167 </tr><tr>
168 <td><a href="#QRegularExpressionWizardWidget.on_groupButton_clicked">on_groupButton_clicked</a></td>
169 <td>Private slot to handle the group toolbutton.</td>
170 </tr><tr>
171 <td><a href="#QRegularExpressionWizardWidget.on_loadButton_clicked">on_loadButton_clicked</a></td>
172 <td>Private slot to load a QRegularExpression from a file.</td>
173 </tr><tr>
174 <td><a href="#QRegularExpressionWizardWidget.on_namedGroupButton_clicked">on_namedGroupButton_clicked</a></td>
175 <td>Private slot to handle the named group toolbutton.</td>
176 </tr><tr>
177 <td><a href="#QRegularExpressionWizardWidget.on_namedReferenceButton_clicked">on_namedReferenceButton_clicked</a></td>
178 <td>Private slot to handle the named reference toolbutton.</td>
179 </tr><tr>
180 <td><a href="#QRegularExpressionWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td>
181 <td>Private slot to handle the negative lookahead toolbutton.</td>
182 </tr><tr>
183 <td><a href="#QRegularExpressionWizardWidget.on_neglookbehindButton_clicked">on_neglookbehindButton_clicked</a></td>
184 <td>Private slot to handle the negative lookbehind toolbutton.</td>
185 </tr><tr>
186 <td><a href="#QRegularExpressionWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td>
187 <td>Private slot to find the next match.</td>
188 </tr><tr>
189 <td><a href="#QRegularExpressionWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td>
190 <td>Private slot to handle the non group toolbutton.</td>
191 </tr><tr>
192 <td><a href="#QRegularExpressionWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td>
193 <td>Private slot to handle the non word boundary toolbutton.</td>
194 </tr><tr>
195 <td><a href="#QRegularExpressionWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td>
196 <td>Private slot to handle the positive lookahead toolbutton.</td>
197 </tr><tr>
198 <td><a href="#QRegularExpressionWizardWidget.on_poslookbehindButton_clicked">on_poslookbehindButton_clicked</a></td>
199 <td>Private slot to handle the positive lookbehind toolbutton.</td>
200 </tr><tr>
201 <td><a href="#QRegularExpressionWizardWidget.on_redoButton_clicked">on_redoButton_clicked</a></td>
202 <td>Private slot to handle the redo action.</td>
203 </tr><tr>
204 <td><a href="#QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged">on_regexpTextEdit_textChanged</a></td>
205 <td>Private slot called when the regexp changes.</td>
206 </tr><tr>
207 <td><a href="#QRegularExpressionWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td>
208 <td>Private slot to handle the repeat toolbutton.</td>
209 </tr><tr>
210 <td><a href="#QRegularExpressionWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td>
211 <td>Private slot to save the QRegularExpression to a file.</td>
212 </tr><tr>
213 <td><a href="#QRegularExpressionWizardWidget.on_undoButton_clicked">on_undoButton_clicked</a></td>
214 <td>Private slot to handle the undo action.</td>
215 </tr><tr>
216 <td><a href="#QRegularExpressionWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td>
217 <td>Private slot to validate the entered QRegularExpression.</td>
218 </tr><tr>
219 <td><a href="#QRegularExpressionWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td>
220 <td>Private slot to handle the word boundary toolbutton.</td>
221 </tr>
222 </table>
223 <h3>Static Methods</h3>
224 <table>
225 <tr><td>None</td></tr>
226 </table>
227 <a NAME="QRegularExpressionWizardWidget.__init__" ID="QRegularExpressionWizardWidget.__init__"></a>
228 <h4>QRegularExpressionWizardWidget (Constructor)</h4>
229 <b>QRegularExpressionWizardWidget</b>(<i>parent=None, fromEric=True</i>)
230 <p>
231 Constructor
232 </p><dl>
233 <dt><i>parent</i></dt>
234 <dd>
235 parent widget (QWidget)
236 </dd><dt><i>fromEric</i></dt>
237 <dd>
238 flag indicating a call from within eric5
239 </dd>
240 </dl><a NAME="QRegularExpressionWizardWidget.__insertString" ID="QRegularExpressionWizardWidget.__insertString"></a>
241 <h4>QRegularExpressionWizardWidget.__insertString</h4>
242 <b>__insertString</b>(<i>s, steps=0</i>)
243 <p>
244 Private method to insert a string into line edit and move cursor.
245 </p><dl>
246 <dt><i>s</i></dt>
247 <dd>
248 string to be inserted into the regexp line edit
249 (string)
250 </dd><dt><i>steps</i></dt>
251 <dd>
252 number of characters to move the cursor (integer).
253 Negative steps moves cursor back, positives forward.
254 </dd>
255 </dl><a NAME="QRegularExpressionWizardWidget.getCode" ID="QRegularExpressionWizardWidget.getCode"></a>
256 <h4>QRegularExpressionWizardWidget.getCode</h4>
257 <b>getCode</b>(<i>indLevel, indString</i>)
258 <p>
259 Public method to get the source code.
260 </p><dl>
261 <dt><i>indLevel</i></dt>
262 <dd>
263 indentation level (int)
264 </dd><dt><i>indString</i></dt>
265 <dd>
266 string used for indentation (space or tab) (string)
267 </dd>
268 </dl><dl>
269 <dt>Returns:</dt>
270 <dd>
271 generated code (string)
272 </dd>
273 </dl><a NAME="QRegularExpressionWizardWidget.on_altnButton_clicked" ID="QRegularExpressionWizardWidget.on_altnButton_clicked"></a>
274 <h4>QRegularExpressionWizardWidget.on_altnButton_clicked</h4>
275 <b>on_altnButton_clicked</b>(<i></i>)
276 <p>
277 Private slot to handle the alternatives toolbutton.
278 </p><a NAME="QRegularExpressionWizardWidget.on_anycharButton_clicked" ID="QRegularExpressionWizardWidget.on_anycharButton_clicked"></a>
279 <h4>QRegularExpressionWizardWidget.on_anycharButton_clicked</h4>
280 <b>on_anycharButton_clicked</b>(<i></i>)
281 <p>
282 Private slot to handle the any character toolbutton.
283 </p><a NAME="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked"></a>
284 <h4>QRegularExpressionWizardWidget.on_atomicGroupButton_clicked</h4>
285 <b>on_atomicGroupButton_clicked</b>(<i></i>)
286 <p>
287 Private slot to handle the atomic non group toolbutton.
288 </p><a NAME="QRegularExpressionWizardWidget.on_beglineButton_clicked" ID="QRegularExpressionWizardWidget.on_beglineButton_clicked"></a>
289 <h4>QRegularExpressionWizardWidget.on_beglineButton_clicked</h4>
290 <b>on_beglineButton_clicked</b>(<i></i>)
291 <p>
292 Private slot to handle the begin line toolbutton.
293 </p><a NAME="QRegularExpressionWizardWidget.on_buttonBox_clicked" ID="QRegularExpressionWizardWidget.on_buttonBox_clicked"></a>
294 <h4>QRegularExpressionWizardWidget.on_buttonBox_clicked</h4>
295 <b>on_buttonBox_clicked</b>(<i>button</i>)
296 <p>
297 Private slot called by a button of the button box clicked.
298 </p><dl>
299 <dt><i>button</i></dt>
300 <dd>
301 button that was clicked (QAbstractButton)
302 </dd>
303 </dl><a NAME="QRegularExpressionWizardWidget.on_charButton_clicked" ID="QRegularExpressionWizardWidget.on_charButton_clicked"></a>
304 <h4>QRegularExpressionWizardWidget.on_charButton_clicked</h4>
305 <b>on_charButton_clicked</b>(<i></i>)
306 <p>
307 Private slot to handle the characters toolbutton.
308 </p><a NAME="QRegularExpressionWizardWidget.on_commentButton_clicked" ID="QRegularExpressionWizardWidget.on_commentButton_clicked"></a>
309 <h4>QRegularExpressionWizardWidget.on_commentButton_clicked</h4>
310 <b>on_commentButton_clicked</b>(<i></i>)
311 <p>
312 Private slot to handle the comment toolbutton.
313 </p><a NAME="QRegularExpressionWizardWidget.on_copyButton_clicked" ID="QRegularExpressionWizardWidget.on_copyButton_clicked"></a>
314 <h4>QRegularExpressionWizardWidget.on_copyButton_clicked</h4>
315 <b>on_copyButton_clicked</b>(<i></i>)
316 <p>
317 Private slot to copy the QRegularExpression string into the clipboard.
318 </p><p>
319 This slot is only available, if not called from within eric5.
320 </p><a NAME="QRegularExpressionWizardWidget.on_endlineButton_clicked" ID="QRegularExpressionWizardWidget.on_endlineButton_clicked"></a>
321 <h4>QRegularExpressionWizardWidget.on_endlineButton_clicked</h4>
322 <b>on_endlineButton_clicked</b>(<i></i>)
323 <p>
324 Private slot to handle the end line toolbutton.
325 </p><a NAME="QRegularExpressionWizardWidget.on_executeButton_clicked" ID="QRegularExpressionWizardWidget.on_executeButton_clicked"></a>
326 <h4>QRegularExpressionWizardWidget.on_executeButton_clicked</h4>
327 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
328 <p>
329 Private slot to execute the entered QRegularExpression on the test text.
330 </p><p>
331 This slot will execute the entered QRegularExpression on the entered test
332 data and will display the result in the table part of the dialog.
333 </p><dl>
334 <dt><i>startpos</i></dt>
335 <dd>
336 starting position for the QRegularExpression matching
337 </dd>
338 </dl><a NAME="QRegularExpressionWizardWidget.on_groupButton_clicked" ID="QRegularExpressionWizardWidget.on_groupButton_clicked"></a>
339 <h4>QRegularExpressionWizardWidget.on_groupButton_clicked</h4>
340 <b>on_groupButton_clicked</b>(<i></i>)
341 <p>
342 Private slot to handle the group toolbutton.
343 </p><a NAME="QRegularExpressionWizardWidget.on_loadButton_clicked" ID="QRegularExpressionWizardWidget.on_loadButton_clicked"></a>
344 <h4>QRegularExpressionWizardWidget.on_loadButton_clicked</h4>
345 <b>on_loadButton_clicked</b>(<i></i>)
346 <p>
347 Private slot to load a QRegularExpression from a file.
348 </p><a NAME="QRegularExpressionWizardWidget.on_namedGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_namedGroupButton_clicked"></a>
349 <h4>QRegularExpressionWizardWidget.on_namedGroupButton_clicked</h4>
350 <b>on_namedGroupButton_clicked</b>(<i></i>)
351 <p>
352 Private slot to handle the named group toolbutton.
353 </p><a NAME="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked" ID="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked"></a>
354 <h4>QRegularExpressionWizardWidget.on_namedReferenceButton_clicked</h4>
355 <b>on_namedReferenceButton_clicked</b>(<i></i>)
356 <p>
357 Private slot to handle the named reference toolbutton.
358 </p><a NAME="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked"></a>
359 <h4>QRegularExpressionWizardWidget.on_neglookaheadButton_clicked</h4>
360 <b>on_neglookaheadButton_clicked</b>(<i></i>)
361 <p>
362 Private slot to handle the negative lookahead toolbutton.
363 </p><a NAME="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked"></a>
364 <h4>QRegularExpressionWizardWidget.on_neglookbehindButton_clicked</h4>
365 <b>on_neglookbehindButton_clicked</b>(<i></i>)
366 <p>
367 Private slot to handle the negative lookbehind toolbutton.
368 </p><a NAME="QRegularExpressionWizardWidget.on_nextButton_clicked" ID="QRegularExpressionWizardWidget.on_nextButton_clicked"></a>
369 <h4>QRegularExpressionWizardWidget.on_nextButton_clicked</h4>
370 <b>on_nextButton_clicked</b>(<i></i>)
371 <p>
372 Private slot to find the next match.
373 </p><a NAME="QRegularExpressionWizardWidget.on_nonGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_nonGroupButton_clicked"></a>
374 <h4>QRegularExpressionWizardWidget.on_nonGroupButton_clicked</h4>
375 <b>on_nonGroupButton_clicked</b>(<i></i>)
376 <p>
377 Private slot to handle the non group toolbutton.
378 </p><a NAME="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked"></a>
379 <h4>QRegularExpressionWizardWidget.on_nonwordboundButton_clicked</h4>
380 <b>on_nonwordboundButton_clicked</b>(<i></i>)
381 <p>
382 Private slot to handle the non word boundary toolbutton.
383 </p><a NAME="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked"></a>
384 <h4>QRegularExpressionWizardWidget.on_poslookaheadButton_clicked</h4>
385 <b>on_poslookaheadButton_clicked</b>(<i></i>)
386 <p>
387 Private slot to handle the positive lookahead toolbutton.
388 </p><a NAME="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked"></a>
389 <h4>QRegularExpressionWizardWidget.on_poslookbehindButton_clicked</h4>
390 <b>on_poslookbehindButton_clicked</b>(<i></i>)
391 <p>
392 Private slot to handle the positive lookbehind toolbutton.
393 </p><a NAME="QRegularExpressionWizardWidget.on_redoButton_clicked" ID="QRegularExpressionWizardWidget.on_redoButton_clicked"></a>
394 <h4>QRegularExpressionWizardWidget.on_redoButton_clicked</h4>
395 <b>on_redoButton_clicked</b>(<i></i>)
396 <p>
397 Private slot to handle the redo action.
398 </p><a NAME="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged" ID="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged"></a>
399 <h4>QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged</h4>
400 <b>on_regexpTextEdit_textChanged</b>(<i></i>)
401 <p>
402 Private slot called when the regexp changes.
403 </p><a NAME="QRegularExpressionWizardWidget.on_repeatButton_clicked" ID="QRegularExpressionWizardWidget.on_repeatButton_clicked"></a>
404 <h4>QRegularExpressionWizardWidget.on_repeatButton_clicked</h4>
405 <b>on_repeatButton_clicked</b>(<i></i>)
406 <p>
407 Private slot to handle the repeat toolbutton.
408 </p><a NAME="QRegularExpressionWizardWidget.on_saveButton_clicked" ID="QRegularExpressionWizardWidget.on_saveButton_clicked"></a>
409 <h4>QRegularExpressionWizardWidget.on_saveButton_clicked</h4>
410 <b>on_saveButton_clicked</b>(<i></i>)
411 <p>
412 Private slot to save the QRegularExpression to a file.
413 </p><a NAME="QRegularExpressionWizardWidget.on_undoButton_clicked" ID="QRegularExpressionWizardWidget.on_undoButton_clicked"></a>
414 <h4>QRegularExpressionWizardWidget.on_undoButton_clicked</h4>
415 <b>on_undoButton_clicked</b>(<i></i>)
416 <p>
417 Private slot to handle the undo action.
418 </p><a NAME="QRegularExpressionWizardWidget.on_validateButton_clicked" ID="QRegularExpressionWizardWidget.on_validateButton_clicked"></a>
419 <h4>QRegularExpressionWizardWidget.on_validateButton_clicked</h4>
420 <b>on_validateButton_clicked</b>(<i></i>)
421 <p>
422 Private slot to validate the entered QRegularExpression.
423 </p><a NAME="QRegularExpressionWizardWidget.on_wordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_wordboundButton_clicked"></a>
424 <h4>QRegularExpressionWizardWidget.on_wordboundButton_clicked</h4>
425 <b>on_wordboundButton_clicked</b>(<i></i>)
426 <p>
427 Private slot to handle the word boundary toolbutton.
428 </p>
429 <div align="right"><a href="#top">Up</a></div>
430 <hr /><hr />
431 <a NAME="QRegularExpressionWizardWindow" ID="QRegularExpressionWizardWindow"></a>
432 <h2>QRegularExpressionWizardWindow</h2>
433 <p>
434 Main window class for the standalone dialog.
435 </p>
436 <h3>Derived from</h3>
437 E5MainWindow
438 <h3>Class Attributes</h3>
439 <table>
440 <tr><td>None</td></tr>
441 </table>
442 <h3>Class Methods</h3>
443 <table>
444 <tr><td>None</td></tr>
445 </table>
446 <h3>Methods</h3>
447 <table>
448 <tr>
449 <td><a href="#QRegularExpressionWizardWindow.__init__">QRegularExpressionWizardWindow</a></td>
450 <td>Constructor</td>
451 </tr>
452 </table>
453 <h3>Static Methods</h3>
454 <table>
455 <tr><td>None</td></tr>
456 </table>
457 <a NAME="QRegularExpressionWizardWindow.__init__" ID="QRegularExpressionWizardWindow.__init__"></a>
458 <h4>QRegularExpressionWizardWindow (Constructor)</h4>
459 <b>QRegularExpressionWizardWindow</b>(<i>parent=None</i>)
460 <p>
461 Constructor
462 </p><dl>
463 <dt><i>parent</i></dt>
464 <dd>
465 reference to the parent widget (QWidget)
466 </dd>
467 </dl>
468 <div align="right"><a href="#top">Up</a></div>
469 <hr />
470 </body></html>

eric ide

mercurial