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

changeset 2897
45a5370f89a8
parent 2750
865f6b0a1611
child 2966
f85f686981ad
equal deleted inserted replaced
2896:9fa71ee50b3d 2897:45a5370f89a8
293 <p> 293 <p>
294 Private method to send a command to the PyQt5 server. 294 Private method to send a command to the PyQt5 server.
295 </p><dl> 295 </p><dl>
296 <dt><i>commandDict</i></dt> 296 <dt><i>commandDict</i></dt>
297 <dd> 297 <dd>
298 dictionary with command string and related data (dict) 298 dictionary with command string and related
299 data (dict)
299 </dd> 300 </dd>
300 </dl><dl> 301 </dl><dl>
301 <dt>Returns:</dt> 302 <dt>Returns:</dt>
302 <dd> 303 <dd>
303 flag indicating a successful transmission (boolean) 304 flag indicating a successful transmission (boolean)
374 Private slot to handle the end line toolbutton. 375 Private slot to handle the end line toolbutton.
375 </p><a NAME="QRegularExpressionWizardWidget.on_executeButton_clicked" ID="QRegularExpressionWizardWidget.on_executeButton_clicked"></a> 376 </p><a NAME="QRegularExpressionWizardWidget.on_executeButton_clicked" ID="QRegularExpressionWizardWidget.on_executeButton_clicked"></a>
376 <h4>QRegularExpressionWizardWidget.on_executeButton_clicked</h4> 377 <h4>QRegularExpressionWizardWidget.on_executeButton_clicked</h4>
377 <b>on_executeButton_clicked</b>(<i>startpos=0</i>) 378 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
378 <p> 379 <p>
379 Private slot to execute the entered QRegularExpression on the test text. 380 Private slot to execute the entered QRegularExpression on the test
381 text.
380 </p><p> 382 </p><p>
381 This slot will execute the entered QRegularExpression on the entered test 383 This slot will execute the entered QRegularExpression on the entered
382 data and will display the result in the table part of the dialog. 384 test data and will display the result in the table part of the dialog.
383 </p><dl> 385 </p><dl>
384 <dt><i>startpos</i></dt> 386 <dt><i>startpos</i></dt>
385 <dd> 387 <dd>
386 starting position for the QRegularExpression matching 388 starting position for the QRegularExpression matching
387 </dd> 389 </dd>

eric ide

mercurial