src/eric7/Documentation/Source/eric7.Project.ProjectVenvCreationParametersDialog.html

branch
eric7
changeset 9389
7b2344009d7a
child 10479
856476537696
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.Project.ProjectVenvCreationParametersDialog.html	Thu Oct 06 16:22:35 2022 +0200
@@ -0,0 +1,115 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.Project.ProjectVenvCreationParametersDialog</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>eric7.Project.ProjectVenvCreationParametersDialog</h1>
+
+<p>
+Module implementing a dialog to enter the parameters for the creation of the embedded
+virtual environment.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+
+<tr>
+<td><a href="#ProjectVenvCreationParametersDialog">ProjectVenvCreationParametersDialog</a></td>
+<td>Class implementing a dialog to enter the parameters for the creation of the embedded virtual environment.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr />
+<hr />
+<a NAME="ProjectVenvCreationParametersDialog" ID="ProjectVenvCreationParametersDialog"></a>
+<h2>ProjectVenvCreationParametersDialog</h2>
+
+<p>
+    Class implementing a dialog to enter the parameters for the creation of the embedded
+    virtual environment.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_ProjectVenvCreationParametersDialog
+<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="#ProjectVenvCreationParametersDialog.__init__">ProjectVenvCreationParametersDialog</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#ProjectVenvCreationParametersDialog.getData">getData</a></td>
+<td>Public method to retrieve the entered data.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<a NAME="ProjectVenvCreationParametersDialog.__init__" ID="ProjectVenvCreationParametersDialog.__init__"></a>
+<h4>ProjectVenvCreationParametersDialog (Constructor)</h4>
+<b>ProjectVenvCreationParametersDialog</b>(<i>withSystemSitePackages=False, parent=None</i>)
+
+<p>
+        Constructor
+</p>
+<dl>
+
+<dt><i>withSystemSitePackages</i> (bool)</dt>
+<dd>
+flag indicating to access the system site-packages
+            (defaults to False)
+</dd>
+<dt><i>parent</i> (QWidget (optional))</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
+</dl>
+<a NAME="ProjectVenvCreationParametersDialog.getData" ID="ProjectVenvCreationParametersDialog.getData"></a>
+<h4>ProjectVenvCreationParametersDialog.getData</h4>
+<b>getData</b>(<i></i>)
+
+<p>
+        Public method to retrieve the entered data.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+tuple containing the path of the Python executable and a flag indicating
+            to enable access to the system wide site-packages
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial