5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Project.ProjectVenvCreationParametersDialog</h1> |
9 <h1>eric7.Project.ProjectVenvCreationParametersDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the parameters for the creation of the embedded |
11 Module implementing a dialog to enter the parameters for the creation of the embedded |
13 virtual environment. |
12 virtual environment. |
14 </p> |
13 </p> |
|
14 |
15 <h3>Global Attributes</h3> |
15 <h3>Global Attributes</h3> |
16 |
|
17 <table> |
16 <table> |
18 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
19 </table> |
18 </table> |
|
19 |
20 <h3>Classes</h3> |
20 <h3>Classes</h3> |
21 |
|
22 <table> |
21 <table> |
23 |
|
24 <tr> |
22 <tr> |
25 <td><a href="#ProjectVenvCreationParametersDialog">ProjectVenvCreationParametersDialog</a></td> |
23 <td><a href="#ProjectVenvCreationParametersDialog">ProjectVenvCreationParametersDialog</a></td> |
26 <td>Class implementing a dialog to enter the parameters for the creation of the embedded virtual environment.</td> |
24 <td>Class implementing a dialog to enter the parameters for the creation of the embedded virtual environment.</td> |
27 </tr> |
25 </tr> |
28 </table> |
26 </table> |
|
27 |
29 <h3>Functions</h3> |
28 <h3>Functions</h3> |
30 |
|
31 <table> |
29 <table> |
32 <tr><td>None</td></tr> |
30 <tr><td>None</td></tr> |
33 </table> |
31 </table> |
|
32 |
34 <hr /> |
33 <hr /> |
35 <hr /> |
34 <hr /> |
36 <a NAME="ProjectVenvCreationParametersDialog" ID="ProjectVenvCreationParametersDialog"></a> |
35 <a NAME="ProjectVenvCreationParametersDialog" ID="ProjectVenvCreationParametersDialog"></a> |
37 <h2>ProjectVenvCreationParametersDialog</h2> |
36 <h2>ProjectVenvCreationParametersDialog</h2> |
38 |
|
39 <p> |
37 <p> |
40 Class implementing a dialog to enter the parameters for the creation of the embedded |
38 Class implementing a dialog to enter the parameters for the creation of the embedded |
41 virtual environment. |
39 virtual environment. |
42 </p> |
40 </p> |
|
41 |
43 <h3>Derived from</h3> |
42 <h3>Derived from</h3> |
44 QDialog, Ui_ProjectVenvCreationParametersDialog |
43 QDialog, Ui_ProjectVenvCreationParametersDialog |
45 <h3>Class Attributes</h3> |
44 <h3>Class Attributes</h3> |
46 |
|
47 <table> |
45 <table> |
48 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
49 </table> |
47 </table> |
|
48 |
50 <h3>Class Methods</h3> |
49 <h3>Class Methods</h3> |
51 |
|
52 <table> |
50 <table> |
53 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
54 </table> |
52 </table> |
|
53 |
55 <h3>Methods</h3> |
54 <h3>Methods</h3> |
56 |
|
57 <table> |
55 <table> |
58 |
|
59 <tr> |
56 <tr> |
60 <td><a href="#ProjectVenvCreationParametersDialog.__init__">ProjectVenvCreationParametersDialog</a></td> |
57 <td><a href="#ProjectVenvCreationParametersDialog.__init__">ProjectVenvCreationParametersDialog</a></td> |
61 <td>Constructor</td> |
58 <td>Constructor</td> |
62 </tr> |
59 </tr> |
63 <tr> |
60 <tr> |
64 <td><a href="#ProjectVenvCreationParametersDialog.getData">getData</a></td> |
61 <td><a href="#ProjectVenvCreationParametersDialog.getData">getData</a></td> |
65 <td>Public method to retrieve the entered data.</td> |
62 <td>Public method to retrieve the entered data.</td> |
66 </tr> |
63 </tr> |
67 </table> |
64 </table> |
|
65 |
68 <h3>Static Methods</h3> |
66 <h3>Static Methods</h3> |
69 |
|
70 <table> |
67 <table> |
71 <tr><td>None</td></tr> |
68 <tr><td>None</td></tr> |
72 </table> |
69 </table> |
73 |
70 |
|
71 |
74 <a NAME="ProjectVenvCreationParametersDialog.__init__" ID="ProjectVenvCreationParametersDialog.__init__"></a> |
72 <a NAME="ProjectVenvCreationParametersDialog.__init__" ID="ProjectVenvCreationParametersDialog.__init__"></a> |
75 <h4>ProjectVenvCreationParametersDialog (Constructor)</h4> |
73 <h4>ProjectVenvCreationParametersDialog (Constructor)</h4> |
76 <b>ProjectVenvCreationParametersDialog</b>(<i>withSystemSitePackages=False, parent=None</i>) |
74 <b>ProjectVenvCreationParametersDialog</b>(<i>withSystemSitePackages=False, parent=None</i>) |
77 |
|
78 <p> |
75 <p> |
79 Constructor |
76 Constructor |
80 </p> |
77 </p> |
|
78 |
81 <dl> |
79 <dl> |
82 |
80 |
83 <dt><i>withSystemSitePackages</i> (bool)</dt> |
81 <dt><i>withSystemSitePackages</i> (bool)</dt> |
84 <dd> |
82 <dd> |
85 flag indicating to access the system site-packages |
83 flag indicating to access the system site-packages |
91 </dd> |
89 </dd> |
92 </dl> |
90 </dl> |
93 <a NAME="ProjectVenvCreationParametersDialog.getData" ID="ProjectVenvCreationParametersDialog.getData"></a> |
91 <a NAME="ProjectVenvCreationParametersDialog.getData" ID="ProjectVenvCreationParametersDialog.getData"></a> |
94 <h4>ProjectVenvCreationParametersDialog.getData</h4> |
92 <h4>ProjectVenvCreationParametersDialog.getData</h4> |
95 <b>getData</b>(<i></i>) |
93 <b>getData</b>(<i></i>) |
96 |
|
97 <p> |
94 <p> |
98 Public method to retrieve the entered data. |
95 Public method to retrieve the entered data. |
99 </p> |
96 </p> |
|
97 |
100 <dl> |
98 <dl> |
101 <dt>Return:</dt> |
99 <dt>Return:</dt> |
102 <dd> |
100 <dd> |
103 tuple containing the path of the Python executable and a flag indicating |
101 tuple containing the path of the Python executable and a flag indicating |
104 to enable access to the system wide site-packages |
102 to enable access to the system wide site-packages |