|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.eric5_plugininstall</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric5.eric5_plugininstall</h1> |
|
24 <p> |
|
25 Eric5 Plugin Installer |
|
26 </p><p> |
|
27 This is the main Python script to install eric5 plugins from outside of the IDE. |
|
28 </p> |
|
29 <h3>Global Attributes</h3> |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 <table> |
|
35 <tr><td>None</td></tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr> |
|
40 <td><a href="#createMainWidget">createMainWidget</a></td> |
|
41 <td>Function to create the main widget.</td> |
|
42 </tr><tr> |
|
43 <td><a href="#main">main</a></td> |
|
44 <td>Main entry point into the application.</td> |
|
45 </tr> |
|
46 </table> |
|
47 <hr /><hr /> |
|
48 <a NAME="createMainWidget" ID="createMainWidget"></a> |
|
49 <h2>createMainWidget</h2> |
|
50 <b>createMainWidget</b>(<i>argv</i>) |
|
51 <p> |
|
52 Function to create the main widget. |
|
53 </p><dl> |
|
54 <dt><i>argv</i></dt> |
|
55 <dd> |
|
56 list of commandline parameters (list of strings) |
|
57 </dd> |
|
58 </dl><dl> |
|
59 <dt>Returns:</dt> |
|
60 <dd> |
|
61 reference to the main widget (QWidget) |
|
62 </dd> |
|
63 </dl> |
|
64 <div align="right"><a href="#top">Up</a></div> |
|
65 <hr /><hr /> |
|
66 <a NAME="main" ID="main"></a> |
|
67 <h2>main</h2> |
|
68 <b>main</b>(<i></i>) |
|
69 <p> |
|
70 Main entry point into the application. |
|
71 </p> |
|
72 <div align="right"><a href="#top">Up</a></div> |
|
73 <hr /> |
|
74 </body></html> |