67 <td>Public method to get the source code.</td> |
67 <td>Public method to get the source code.</td> |
68 </tr> |
68 </tr> |
69 </table> |
69 </table> |
70 <a NAME="QRegExpWizardDialog.__init__" ID="QRegExpWizardDialog.__init__"></a> |
70 <a NAME="QRegExpWizardDialog.__init__" ID="QRegExpWizardDialog.__init__"></a> |
71 <h4>QRegExpWizardDialog (Constructor)</h4> |
71 <h4>QRegExpWizardDialog (Constructor)</h4> |
72 <b>QRegExpWizardDialog</b>(<i>parent = None, fromEric = True</i>) |
72 <b>QRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>) |
73 <p> |
73 <p> |
74 Constructor |
74 Constructor |
75 </p><dl> |
75 </p><dl> |
76 <dt><i>parent</i></dt> |
76 <dt><i>parent</i></dt> |
77 <dd> |
77 <dd> |
185 <td>Private slot to handle the word boundary toolbutton.</td> |
185 <td>Private slot to handle the word boundary toolbutton.</td> |
186 </tr> |
186 </tr> |
187 </table> |
187 </table> |
188 <a NAME="QRegExpWizardWidget.__init__" ID="QRegExpWizardWidget.__init__"></a> |
188 <a NAME="QRegExpWizardWidget.__init__" ID="QRegExpWizardWidget.__init__"></a> |
189 <h4>QRegExpWizardWidget (Constructor)</h4> |
189 <h4>QRegExpWizardWidget (Constructor)</h4> |
190 <b>QRegExpWizardWidget</b>(<i>parent = None, fromEric = True</i>) |
190 <b>QRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>) |
191 <p> |
191 <p> |
192 Constructor |
192 Constructor |
193 </p><dl> |
193 </p><dl> |
194 <dt><i>parent</i></dt> |
194 <dt><i>parent</i></dt> |
195 <dd> |
195 <dd> |
273 <b>on_endlineButton_clicked</b>(<i></i>) |
273 <b>on_endlineButton_clicked</b>(<i></i>) |
274 <p> |
274 <p> |
275 Private slot to handle the end line toolbutton. |
275 Private slot to handle the end line toolbutton. |
276 </p><a NAME="QRegExpWizardWidget.on_executeButton_clicked" ID="QRegExpWizardWidget.on_executeButton_clicked"></a> |
276 </p><a NAME="QRegExpWizardWidget.on_executeButton_clicked" ID="QRegExpWizardWidget.on_executeButton_clicked"></a> |
277 <h4>QRegExpWizardWidget.on_executeButton_clicked</h4> |
277 <h4>QRegExpWizardWidget.on_executeButton_clicked</h4> |
278 <b>on_executeButton_clicked</b>(<i>startpos = 0</i>) |
278 <b>on_executeButton_clicked</b>(<i>startpos=0</i>) |
279 <p> |
279 <p> |
280 Private slot to execute the entered regexp on the test text. |
280 Private slot to execute the entered regexp on the test text. |
281 </p><p> |
281 </p><p> |
282 This slot will execute the entered regexp on the entered test |
282 This slot will execute the entered regexp on the entered test |
283 data and will display the result in the table part of the dialog. |
283 data and will display the result in the table part of the dialog. |