|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.eric7_plugininstall</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_plugininstall</h1> |
|
10 |
|
11 <p> |
|
12 eric Plugin Installer. |
|
13 </p> |
|
14 <p> |
|
15 This is the main Python script to install eric plugins from outside of the |
|
16 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></dt> |
|
53 <dd> |
|
54 list of commandline parameters (list of strings) |
|
55 </dd> |
|
56 </dl> |
|
57 <dl> |
|
58 <dt>Return:</dt> |
|
59 <dd> |
|
60 reference to the main widget (QWidget) |
|
61 </dd> |
|
62 </dl> |
|
63 <div align="right"><a href="#top">Up</a></div> |
|
64 <hr /> |
|
65 <hr /> |
|
66 <a NAME="main" ID="main"></a> |
|
67 <h2>main</h2> |
|
68 <b>main</b>(<i></i>) |
|
69 |
|
70 <p> |
|
71 Main entry point into the application. |
|
72 </p> |
|
73 <div align="right"><a href="#top">Up</a></div> |
|
74 <hr /> |
|
75 </body></html> |