src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog.html

branch
eric7
changeset 10479
856476537696
parent 10437
2f70ca07f0af
--- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog</h1>
-
 <p>
 Module implementing the QRegularExpression wizard dialog.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#QRegularExpressionWizardDialog">QRegularExpressionWizardDialog</a></td>
 <td>Class for the dialog variant.</td>
@@ -33,35 +31,34 @@
 <td>Main window class for the standalone dialog.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="QRegularExpressionWizardDialog" ID="QRegularExpressionWizardDialog"></a>
 <h2>QRegularExpressionWizardDialog</h2>
-
 <p>
     Class for the dialog variant.
 </p>
+
 <h3>Derived from</h3>
 QDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#QRegularExpressionWizardDialog.__init__">QRegularExpressionWizardDialog</a></td>
 <td>Constructor</td>
@@ -79,19 +76,20 @@
 <td>Public slot to hide the dialog and set the result code to Rejected.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="QRegularExpressionWizardDialog.__init__" ID="QRegularExpressionWizardDialog.__init__"></a>
 <h4>QRegularExpressionWizardDialog (Constructor)</h4>
 <b>QRegularExpressionWizardDialog</b>(<i>parent=None, fromEric=True</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -106,17 +104,17 @@
 <a NAME="QRegularExpressionWizardDialog.accept" ID="QRegularExpressionWizardDialog.accept"></a>
 <h4>QRegularExpressionWizardDialog.accept</h4>
 <b>accept</b>(<i></i>)
-
 <p>
         Public slot to hide the dialog and set the result code to Accepted.
 </p>
+
 <a NAME="QRegularExpressionWizardDialog.getCode" ID="QRegularExpressionWizardDialog.getCode"></a>
 <h4>QRegularExpressionWizardDialog.getCode</h4>
 <b>getCode</b>(<i>indLevel, indString</i>)
-
 <p>
         Public method to get the source code.
 </p>
+
 <dl>
 
 <dt><i>indLevel</i> (int)</dt>
@@ -143,35 +141,33 @@
 <a NAME="QRegularExpressionWizardDialog.reject" ID="QRegularExpressionWizardDialog.reject"></a>
 <h4>QRegularExpressionWizardDialog.reject</h4>
 <b>reject</b>(<i></i>)
-
 <p>
         Public slot to hide the dialog and set the result code to Rejected.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="QRegularExpressionWizardWidget" ID="QRegularExpressionWizardWidget"></a>
 <h2>QRegularExpressionWizardWidget</h2>
-
 <p>
     Class implementing the QRegularExpression wizard dialog.
 </p>
+
 <h3>Derived from</h3>
 QWidget, Ui_QRegularExpressionWizardDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#QRegularExpressionWizardWidget.__init__">QRegularExpressionWizardWidget</a></td>
 <td>Constructor</td>
@@ -309,19 +305,20 @@
 <td>Public method to shut down the server part.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="QRegularExpressionWizardWidget.__init__" ID="QRegularExpressionWizardWidget.__init__"></a>
 <h4>QRegularExpressionWizardWidget (Constructor)</h4>
 <b>QRegularExpressionWizardWidget</b>(<i>parent=None, fromEric=True</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -336,10 +333,10 @@
 <a NAME="QRegularExpressionWizardWidget.__insertString" ID="QRegularExpressionWizardWidget.__insertString"></a>
 <h4>QRegularExpressionWizardWidget.__insertString</h4>
 <b>__insertString</b>(<i>s, steps=0</i>)
-
 <p>
         Private method to insert a string into line edit and move cursor.
 </p>
+
 <dl>
 
 <dt><i>s</i> (str)</dt>
@@ -355,10 +352,10 @@
 <a NAME="QRegularExpressionWizardWidget.__receiveResponse" ID="QRegularExpressionWizardWidget.__receiveResponse"></a>
 <h4>QRegularExpressionWizardWidget.__receiveResponse</h4>
 <b>__receiveResponse</b>(<i></i>)
-
 <p>
         Private method to receive a response from the server.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -374,10 +371,10 @@
 <a NAME="QRegularExpressionWizardWidget.__sendCommand" ID="QRegularExpressionWizardWidget.__sendCommand"></a>
 <h4>QRegularExpressionWizardWidget.__sendCommand</h4>
 <b>__sendCommand</b>(<i>command, **kw</i>)
-
 <p>
         Private method to send a command to the server.
 </p>
+
 <dl>
 
 <dt><i>command</i> (dict)</dt>
@@ -404,10 +401,10 @@
 <a NAME="QRegularExpressionWizardWidget.getCode" ID="QRegularExpressionWizardWidget.getCode"></a>
 <h4>QRegularExpressionWizardWidget.getCode</h4>
 <b>getCode</b>(<i>indLevel, indString</i>)
-
 <p>
         Public method to get the source code.
 </p>
+
 <dl>
 
 <dt><i>indLevel</i> (int)</dt>
@@ -434,38 +431,38 @@
 <a NAME="QRegularExpressionWizardWidget.on_altnButton_clicked" ID="QRegularExpressionWizardWidget.on_altnButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_altnButton_clicked</h4>
 <b>on_altnButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the alternatives toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_anycharButton_clicked" ID="QRegularExpressionWizardWidget.on_anycharButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_anycharButton_clicked</h4>
 <b>on_anycharButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the any character toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_atomicGroupButton_clicked</h4>
 <b>on_atomicGroupButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the atomic non group toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_beglineButton_clicked" ID="QRegularExpressionWizardWidget.on_beglineButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_beglineButton_clicked</h4>
 <b>on_beglineButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the begin line toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_buttonBox_clicked" ID="QRegularExpressionWizardWidget.on_buttonBox_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)
-
 <p>
         Private slot called by a button of the button box clicked.
 </p>
+
 <dl>
 
 <dt><i>button</i> (QAbstractButton)</dt>
@@ -476,38 +473,37 @@
 <a NAME="QRegularExpressionWizardWidget.on_charButton_clicked" ID="QRegularExpressionWizardWidget.on_charButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_charButton_clicked</h4>
 <b>on_charButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the characters toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_commentButton_clicked" ID="QRegularExpressionWizardWidget.on_commentButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_commentButton_clicked</h4>
 <b>on_commentButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the comment toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_copyButton_clicked" ID="QRegularExpressionWizardWidget.on_copyButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_copyButton_clicked</h4>
 <b>on_copyButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to copy the QRegularExpression string into the clipboard.
 </p>
 <p>
         This slot is only available, if not called from within eric.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_endlineButton_clicked" ID="QRegularExpressionWizardWidget.on_endlineButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_endlineButton_clicked</h4>
 <b>on_endlineButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the end line toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_executeButton_clicked" ID="QRegularExpressionWizardWidget.on_executeButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_executeButton_clicked</h4>
 <b>on_executeButton_clicked</b>(<i>startpos=0</i>)
-
 <p>
         Private slot to execute the entered QRegularExpression on the test
         text.
@@ -516,6 +512,7 @@
         This slot will execute the entered QRegularExpression on the entered
         test data and will display the result in the table part of the dialog.
 </p>
+
 <dl>
 
 <dt><i>startpos</i> (int)</dt>
@@ -526,161 +523,159 @@
 <a NAME="QRegularExpressionWizardWidget.on_groupButton_clicked" ID="QRegularExpressionWizardWidget.on_groupButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_groupButton_clicked</h4>
 <b>on_groupButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the group toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_loadButton_clicked" ID="QRegularExpressionWizardWidget.on_loadButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_loadButton_clicked</h4>
 <b>on_loadButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to load a QRegularExpression from a file.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_namedGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_namedGroupButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_namedGroupButton_clicked</h4>
 <b>on_namedGroupButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the named group toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked" ID="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_namedReferenceButton_clicked</h4>
 <b>on_namedReferenceButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the named reference toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_neglookaheadButton_clicked</h4>
 <b>on_neglookaheadButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the negative lookahead toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_neglookbehindButton_clicked</h4>
 <b>on_neglookbehindButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the negative lookbehind toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_nextButton_clicked" ID="QRegularExpressionWizardWidget.on_nextButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_nextButton_clicked</h4>
 <b>on_nextButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to find the next match.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_nonGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_nonGroupButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_nonGroupButton_clicked</h4>
 <b>on_nonGroupButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the non group toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_nonwordboundButton_clicked</h4>
 <b>on_nonwordboundButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the non word boundary toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_poslookaheadButton_clicked</h4>
 <b>on_poslookaheadButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the positive lookahead toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_poslookbehindButton_clicked</h4>
 <b>on_poslookbehindButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the positive lookbehind toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_redoButton_clicked" ID="QRegularExpressionWizardWidget.on_redoButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_redoButton_clicked</h4>
 <b>on_redoButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the redo action.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged" ID="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged"></a>
 <h4>QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged</h4>
 <b>on_regexpTextEdit_textChanged</b>(<i></i>)
-
 <p>
         Private slot called when the regexp changes.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_repeatButton_clicked" ID="QRegularExpressionWizardWidget.on_repeatButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_repeatButton_clicked</h4>
 <b>on_repeatButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the repeat toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_saveButton_clicked" ID="QRegularExpressionWizardWidget.on_saveButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_saveButton_clicked</h4>
 <b>on_saveButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to save the QRegularExpression to a file.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_undoButton_clicked" ID="QRegularExpressionWizardWidget.on_undoButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_undoButton_clicked</h4>
 <b>on_undoButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the undo action.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_validateButton_clicked" ID="QRegularExpressionWizardWidget.on_validateButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_validateButton_clicked</h4>
 <b>on_validateButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to validate the entered QRegularExpression.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.on_wordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_wordboundButton_clicked"></a>
 <h4>QRegularExpressionWizardWidget.on_wordboundButton_clicked</h4>
 <b>on_wordboundButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the word boundary toolbutton.
 </p>
+
 <a NAME="QRegularExpressionWizardWidget.shutdown" ID="QRegularExpressionWizardWidget.shutdown"></a>
 <h4>QRegularExpressionWizardWidget.shutdown</h4>
 <b>shutdown</b>(<i></i>)
-
 <p>
         Public method to shut down the server part.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="QRegularExpressionWizardWindow" ID="QRegularExpressionWizardWindow"></a>
 <h2>QRegularExpressionWizardWindow</h2>
-
 <p>
     Main window class for the standalone dialog.
 </p>
+
 <h3>Derived from</h3>
 EricMainWindow
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#QRegularExpressionWizardWindow.__init__">QRegularExpressionWizardWindow</a></td>
 <td>Constructor</td>
@@ -690,19 +685,20 @@
 <td>Protected method handling the close event.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="QRegularExpressionWizardWindow.__init__" ID="QRegularExpressionWizardWindow.__init__"></a>
 <h4>QRegularExpressionWizardWindow (Constructor)</h4>
 <b>QRegularExpressionWizardWindow</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -713,10 +709,10 @@
 <a NAME="QRegularExpressionWizardWindow.closeEvent" ID="QRegularExpressionWizardWindow.closeEvent"></a>
 <h4>QRegularExpressionWizardWindow.closeEvent</h4>
 <b>closeEvent</b>(<i>evt</i>)
-
 <p>
         Protected method handling the close event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QCloseEvent)</dt>
@@ -726,4 +722,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial