eric6/Documentation/Source/eric6.Project.MakePropertiesDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Project.MakePropertiesDialog.html
--- a/eric6/Documentation/Source/eric6.Project.MakePropertiesDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Project.MakePropertiesDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,91 +18,119 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Project.MakePropertiesDialog</h1>
+
 <p>
 Module implementing a dialog to enter the properties for 'make'.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#MakePropertiesDialog">MakePropertiesDialog</a></td>
 <td>Class implementing a dialog to enter the properties for 'make'.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="MakePropertiesDialog" ID="MakePropertiesDialog"></a>
 <h2>MakePropertiesDialog</h2>
+
 <p>
     Class implementing a dialog to enter the properties for 'make'.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_MakePropertiesDialog
 <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="#MakePropertiesDialog.__init__">MakePropertiesDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MakePropertiesDialog.__updateOkButton">__updateOkButton</a></td>
 <td>Private slot to update the enabled state of the OK button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MakePropertiesDialog.initDialog">initDialog</a></td>
 <td>Public method to initialize the dialog's data.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#MakePropertiesDialog.storeData">storeData</a></td>
 <td>Public method to store the entered/modified data.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="MakePropertiesDialog.__init__" ID="MakePropertiesDialog.__init__"></a>
 <h4>MakePropertiesDialog (Constructor)</h4>
 <b>MakePropertiesDialog</b>(<i>project, new, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>project</i> (Project)</dt>
 <dd>
 reference to the project object
-</dd><dt><i>new</i> (bool)</dt>
+</dd>
+<dt><i>new</i> (bool)</dt>
 <dd>
 flag indicating the generation of a new project
-</dd><dt><i>parent</i> (QWidget)</dt>
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget of this dialog
 </dd>
-</dl><a NAME="MakePropertiesDialog.__updateOkButton" ID="MakePropertiesDialog.__updateOkButton"></a>
+</dl>
+<a NAME="MakePropertiesDialog.__updateOkButton" ID="MakePropertiesDialog.__updateOkButton"></a>
 <h4>MakePropertiesDialog.__updateOkButton</h4>
 <b>__updateOkButton</b>(<i></i>)
+
 <p>
         Private slot to update the enabled state of the OK button.
-</p><a NAME="MakePropertiesDialog.initDialog" ID="MakePropertiesDialog.initDialog"></a>
+</p>
+<a NAME="MakePropertiesDialog.initDialog" ID="MakePropertiesDialog.initDialog"></a>
 <h4>MakePropertiesDialog.initDialog</h4>
 <b>initDialog</b>(<i></i>)
+
 <p>
         Public method to initialize the dialog's data.
-</p><a NAME="MakePropertiesDialog.storeData" ID="MakePropertiesDialog.storeData"></a>
+</p>
+<a NAME="MakePropertiesDialog.storeData" ID="MakePropertiesDialog.storeData"></a>
 <h4>MakePropertiesDialog.storeData</h4>
 <b>storeData</b>(<i></i>)
+
 <p>
         Public method to store the entered/modified data.
 </p>

eric ide

mercurial