PyLintInterface/Documentation/source/Plugin_Checker_PyLint.PyLintInterface.PyLintConfigDialog.html

branch
eric7
changeset 117
f8955e5dba87
parent 102
e40ecfd9ec37
diff -r 71d3a2e48265 -r f8955e5dba87 PyLintInterface/Documentation/source/Plugin_Checker_PyLint.PyLintInterface.PyLintConfigDialog.html
--- a/PyLintInterface/Documentation/source/Plugin_Checker_PyLint.PyLintInterface.PyLintConfigDialog.html	Sat Dec 23 16:06:01 2023 +0100
+++ b/PyLintInterface/Documentation/source/Plugin_Checker_PyLint.PyLintInterface.PyLintConfigDialog.html	Tue Oct 29 17:23:21 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>Plugin_Checker_PyLint.PyLintInterface.PyLintConfigDialog</h1>
-
 <p>
 Module implementing a dialog to configure the PyLint process.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#PyLintConfigDialog">PyLintConfigDialog</a></td>
 <td>Class implementing a dialog to configure the PyLint process.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="PyLintConfigDialog" ID="PyLintConfigDialog"></a>
 <h2>PyLintConfigDialog</h2>
-
 <p>
     Class implementing a dialog to configure the PyLint process.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_PyLintConfigDialog
 <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="#PyLintConfigDialog.__init__">PyLintConfigDialog</a></td>
 <td>Constructor</td>
@@ -87,19 +84,20 @@
 <td>Private slot to handle the generation of a sample configuration.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="PyLintConfigDialog.__init__" ID="PyLintConfigDialog.__init__"></a>
 <h4>PyLintConfigDialog (Constructor)</h4>
-<b>PyLintConfigDialog</b>(<i>ppath, exe, parms, version</i>)
-
+<b>PyLintConfigDialog</b>(<i>ppath, exe, parms, version, parent=None</i>)
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>ppath</i> (str)</dt>
@@ -119,14 +117,18 @@
 <dd>
 pylint version (unused)
 </dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
 </dl>
 <a NAME="PyLintConfigDialog.__createConfigDone" ID="PyLintConfigDialog.__createConfigDone"></a>
 <h4>PyLintConfigDialog.__createConfigDone</h4>
 <b>__createConfigDone</b>(<i>exitCode, exitStatus</i>)
-
 <p>
         Private slot to handle the the finished signal of the pylint process.
 </p>
+
 <dl>
 
 <dt><i>exitCode</i> (int)</dt>
@@ -141,7 +143,6 @@
 <a NAME="PyLintConfigDialog.__initializeDefaults" ID="PyLintConfigDialog.__initializeDefaults"></a>
 <h4>PyLintConfigDialog.__initializeDefaults</h4>
 <b>__initializeDefaults</b>(<i></i>)
-
 <p>
         Private method to set the default values.
 </p>
@@ -149,36 +150,36 @@
         These are needed later on to generate the commandline
         parameters.
 </p>
+
 <a NAME="PyLintConfigDialog.__readStderr" ID="PyLintConfigDialog.__readStderr"></a>
 <h4>PyLintConfigDialog.__readStderr</h4>
 <b>__readStderr</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardError signal of the
         pylint process.
 </p>
+
 <a NAME="PyLintConfigDialog.__readStdout" ID="PyLintConfigDialog.__readStdout"></a>
 <h4>PyLintConfigDialog.__readStdout</h4>
 <b>__readStdout</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardOutput signal of the
         pylint process.
 </p>
+
 <a NAME="PyLintConfigDialog.accept" ID="PyLintConfigDialog.accept"></a>
 <h4>PyLintConfigDialog.accept</h4>
 <b>accept</b>(<i></i>)
-
 <p>
         Public slot called by the Ok button.
 </p>
 <p>
         It saves the values in the parameters dictionary.
 </p>
+
 <a NAME="PyLintConfigDialog.generateParameters" ID="PyLintConfigDialog.generateParameters"></a>
 <h4>PyLintConfigDialog.generateParameters</h4>
 <b>generateParameters</b>(<i></i>)
-
 <p>
         Public method that generates the commandline parameters.
 </p>
@@ -193,6 +194,7 @@
         <b>Note</b>: The arguments list contains the name of the pylint
         executable as the first parameter.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -209,10 +211,10 @@
 <a NAME="PyLintConfigDialog.on_configButton_clicked" ID="PyLintConfigDialog.on_configButton_clicked"></a>
 <h4>PyLintConfigDialog.on_configButton_clicked</h4>
 <b>on_configButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the generation of a sample configuration.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial