|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.eric7_virtualenv</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.eric7_virtualenv</h1> |
|
10 |
|
11 <p> |
|
12 eric Virtual Environment Manager. |
|
13 </p> |
|
14 <p> |
|
15 This is the main Python script to manage Python Virtual Environments from |
|
16 outside of the IDE. |
|
17 </p> |
|
18 <h3>Global Attributes</h3> |
|
19 |
|
20 <table> |
|
21 <tr><td>None</td></tr> |
|
22 </table> |
|
23 <h3>Classes</h3> |
|
24 |
|
25 <table> |
|
26 <tr><td>None</td></tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 |
|
32 <tr> |
|
33 <td><a href="#createMainWidget">createMainWidget</a></td> |
|
34 <td>Function to create the main widget.</td> |
|
35 </tr> |
|
36 <tr> |
|
37 <td><a href="#main">main</a></td> |
|
38 <td>Main entry point into the application.</td> |
|
39 </tr> |
|
40 </table> |
|
41 <hr /> |
|
42 <hr /> |
|
43 <a NAME="createMainWidget" ID="createMainWidget"></a> |
|
44 <h2>createMainWidget</h2> |
|
45 <b>createMainWidget</b>(<i>argv</i>) |
|
46 |
|
47 <p> |
|
48 Function to create the main widget. |
|
49 </p> |
|
50 <dl> |
|
51 |
|
52 <dt><i>argv</i> (list of str)</dt> |
|
53 <dd> |
|
54 list of commandline parameters |
|
55 </dd> |
|
56 </dl> |
|
57 <dl> |
|
58 <dt>Return:</dt> |
|
59 <dd> |
|
60 reference to the main widget |
|
61 </dd> |
|
62 </dl> |
|
63 <dl> |
|
64 <dt>Return Type:</dt> |
|
65 <dd> |
|
66 QWidget |
|
67 </dd> |
|
68 </dl> |
|
69 <div align="right"><a href="#top">Up</a></div> |
|
70 <hr /> |
|
71 <hr /> |
|
72 <a NAME="main" ID="main"></a> |
|
73 <h2>main</h2> |
|
74 <b>main</b>(<i></i>) |
|
75 |
|
76 <p> |
|
77 Main entry point into the application. |
|
78 </p> |
|
79 <div align="right"><a href="#top">Up</a></div> |
|
80 <hr /> |
|
81 </body></html> |