eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvNameDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvNameDialog.html
--- a/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvNameDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvNameDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,30 +18,38 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.VirtualEnv.VirtualenvNameDialog</h1>
+
 <p>
 Module implementing a dialog to enter the logical name for a new virtual
 environment.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#VirtualenvNameDialog">VirtualenvNameDialog</a></td>
 <td>Class implementing a dialog to enter the logical name for a new virtual environment.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="VirtualenvNameDialog" ID="VirtualenvNameDialog"></a>
 <h2>VirtualenvNameDialog</h2>
+
 <p>
     Class implementing a dialog to enter the logical name for a new virtual
     environment.
@@ -49,67 +57,88 @@
 <h3>Derived from</h3>
 QDialog, Ui_VirtualenvNameDialog
 <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="#VirtualenvNameDialog.__init__">VirtualenvNameDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#VirtualenvNameDialog.getName">getName</a></td>
 <td>Public method to get the entered name.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#VirtualenvNameDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td>
 <td>Private slot to handle a change of the environment name.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="VirtualenvNameDialog.__init__" ID="VirtualenvNameDialog.__init__"></a>
 <h4>VirtualenvNameDialog (Constructor)</h4>
 <b>VirtualenvNameDialog</b>(<i>environments, currentName, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>environments</i> (list of str)</dt>
 <dd>
 list of environment names to be shown
-</dd><dt><i>currentName</i> (str)</dt>
+</dd>
+<dt><i>currentName</i> (str)</dt>
 <dd>
 name to be shown in the name edit
-</dd><dt><i>parent</i> (QWidget)</dt>
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
 </dd>
-</dl><a NAME="VirtualenvNameDialog.getName" ID="VirtualenvNameDialog.getName"></a>
+</dl>
+<a NAME="VirtualenvNameDialog.getName" ID="VirtualenvNameDialog.getName"></a>
 <h4>VirtualenvNameDialog.getName</h4>
 <b>getName</b>(<i></i>)
+
 <p>
         Public method to get the entered name.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 name for the environment
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 str
 </dd>
-</dl><a NAME="VirtualenvNameDialog.on_nameEdit_textChanged" ID="VirtualenvNameDialog.on_nameEdit_textChanged"></a>
+</dl>
+<a NAME="VirtualenvNameDialog.on_nameEdit_textChanged" ID="VirtualenvNameDialog.on_nameEdit_textChanged"></a>
 <h4>VirtualenvNameDialog.on_nameEdit_textChanged</h4>
 <b>on_nameEdit_textChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle a change of the environment name.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i> (str)</dt>
 <dd>
 contens of the name edit

eric ide

mercurial