ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoCheckOptionsDialog.html

branch
eric7
changeset 198
dd36f90e77ee
parent 176
1395e0583f4e
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoCheckOptionsDialog.html	Tue Dec 10 15:48:57 2024 +0100
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoCheckOptionsDialog.html	Thu Dec 26 14:19:48 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>Plugin_Project_Django.ProjectDjango.DjangoCheckOptionsDialog</h1>
-
 <p>
 Module implementing a dialog to enter the options for a check operation.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#DjangoCheckOptionsDialog">DjangoCheckOptionsDialog</a></td>
 <td>Class implementing a dialog to enter the options for a check operation.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="DjangoCheckOptionsDialog" ID="DjangoCheckOptionsDialog"></a>
 <h2>DjangoCheckOptionsDialog</h2>
-
 <p>
     Class implementing a dialog to enter the options for a check operation.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_DjangoCheckOptionsDialog
 <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="#DjangoCheckOptionsDialog.__init__">DjangoCheckOptionsDialog</a></td>
 <td>Constructor</td>
@@ -83,19 +80,20 @@
 <td>Private slot to select a settings file via a file selection dialog.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="DjangoCheckOptionsDialog.__init__" ID="DjangoCheckOptionsDialog.__init__"></a>
 <h4>DjangoCheckOptionsDialog (Constructor)</h4>
 <b>DjangoCheckOptionsDialog</b>(<i>python, path, apps, deployMode, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>python</i> (str)</dt>
@@ -122,10 +120,10 @@
 <a NAME="DjangoCheckOptionsDialog.__moduleToPath" ID="DjangoCheckOptionsDialog.__moduleToPath"></a>
 <h4>DjangoCheckOptionsDialog.__moduleToPath</h4>
 <b>__moduleToPath</b>(<i>moduleName</i>)
-
 <p>
         Private method to convert a module name to an file path.
 </p>
+
 <dl>
 
 <dt><i>moduleName</i> (str)</dt>
@@ -148,11 +146,11 @@
 <a NAME="DjangoCheckOptionsDialog.__pathToModule" ID="DjangoCheckOptionsDialog.__pathToModule"></a>
 <h4>DjangoCheckOptionsDialog.__pathToModule</h4>
 <b>__pathToModule</b>(<i>path</i>)
-
 <p>
         Private method to convert a file path including a .py extension to a
         module name.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -175,10 +173,10 @@
 <a NAME="DjangoCheckOptionsDialog.__populateTagsList" ID="DjangoCheckOptionsDialog.__populateTagsList"></a>
 <h4>DjangoCheckOptionsDialog.__populateTagsList</h4>
 <b>__populateTagsList</b>(<i>deployMode</i>)
-
 <p>
         Private slot to populate the tags list.
 </p>
+
 <dl>
 
 <dt><i>deployMode</i> (bool)</dt>
@@ -189,10 +187,10 @@
 <a NAME="DjangoCheckOptionsDialog.getData" ID="DjangoCheckOptionsDialog.getData"></a>
 <h4>DjangoCheckOptionsDialog.getData</h4>
 <b>getData</b>(<i></i>)
-
 <p>
         Public method to get the options for the check operation.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -209,10 +207,10 @@
 <a NAME="DjangoCheckOptionsDialog.on_deployCheckBox_toggled" ID="DjangoCheckOptionsDialog.on_deployCheckBox_toggled"></a>
 <h4>DjangoCheckOptionsDialog.on_deployCheckBox_toggled</h4>
 <b>on_deployCheckBox_toggled</b>(<i>checked</i>)
-
 <p>
         Private slot handling a change of the deploy check box.
 </p>
+
 <dl>
 
 <dt><i>checked</i> (bool)</dt>
@@ -223,10 +221,10 @@
 <a NAME="DjangoCheckOptionsDialog.on_settingsFileButton_clicked" ID="DjangoCheckOptionsDialog.on_settingsFileButton_clicked"></a>
 <h4>DjangoCheckOptionsDialog.on_settingsFileButton_clicked</h4>
 <b>on_settingsFileButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to select a settings file via a file selection dialog.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial