ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog.html

changeset 133
8f183975895d
parent 37
1b089e0fba1e
child 144
5c3684ee818e
--- a/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog.html	Wed Jan 01 11:58:58 2020 +0100
+++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog.html	Thu Apr 09 18:16:19 2020 +0200
@@ -18,85 +18,111 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog</h1>
+
 <p>
 Module implementing a dialog to select the template type.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#FormSelectionDialog">FormSelectionDialog</a></td>
 <td>Class implementing a dialog to select the template type.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="FormSelectionDialog" ID="FormSelectionDialog"></a>
 <h2>FormSelectionDialog</h2>
+
 <p>
     Class implementing a dialog to select the template type.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_FormSelectionDialog
 <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="#FormSelectionDialog.__init__">FormSelectionDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#FormSelectionDialog.getTemplateText">getTemplateText</a></td>
 <td>Public method to get the template text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#FormSelectionDialog.on_typeCombo_currentIndexChanged">on_typeCombo_currentIndexChanged</a></td>
 <td>Private slot to act upon a change of the selected template type.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="FormSelectionDialog.__init__" ID="FormSelectionDialog.__init__"></a>
 <h4>FormSelectionDialog (Constructor)</h4>
 <b>FormSelectionDialog</b>(<i>parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="FormSelectionDialog.getTemplateText" ID="FormSelectionDialog.getTemplateText"></a>
+</dl>
+<a NAME="FormSelectionDialog.getTemplateText" ID="FormSelectionDialog.getTemplateText"></a>
 <h4>FormSelectionDialog.getTemplateText</h4>
 <b>getTemplateText</b>(<i></i>)
+
 <p>
         Public method to get the template text.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 text of the template (string)
 </dd>
-</dl><a NAME="FormSelectionDialog.on_typeCombo_currentIndexChanged" ID="FormSelectionDialog.on_typeCombo_currentIndexChanged"></a>
+</dl>
+<a NAME="FormSelectionDialog.on_typeCombo_currentIndexChanged" ID="FormSelectionDialog.on_typeCombo_currentIndexChanged"></a>
 <h4>FormSelectionDialog.on_typeCombo_currentIndexChanged</h4>
 <b>on_typeCombo_currentIndexChanged</b>(<i>index</i>)
+
 <p>
         Private slot to act upon a change of the selected template type.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>index</i></dt>
 <dd>
 selected index (integer)

eric ide

mercurial