|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.eric7_configure</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_configure</h1> |
|
10 |
|
11 <p> |
|
12 eric Configure. |
|
13 </p> |
|
14 <p> |
|
15 This is the main Python script to configure the eric IDE from the outside. |
|
16 </p> |
|
17 <h3>Global Attributes</h3> |
|
18 |
|
19 <table> |
|
20 <tr><td>None</td></tr> |
|
21 </table> |
|
22 <h3>Classes</h3> |
|
23 |
|
24 <table> |
|
25 <tr><td>None</td></tr> |
|
26 </table> |
|
27 <h3>Functions</h3> |
|
28 |
|
29 <table> |
|
30 |
|
31 <tr> |
|
32 <td><a href="#createMainWidget">createMainWidget</a></td> |
|
33 <td>Function to create the main widget.</td> |
|
34 </tr> |
|
35 <tr> |
|
36 <td><a href="#main">main</a></td> |
|
37 <td>Main entry point into the application.</td> |
|
38 </tr> |
|
39 </table> |
|
40 <hr /> |
|
41 <hr /> |
|
42 <a NAME="createMainWidget" ID="createMainWidget"></a> |
|
43 <h2>createMainWidget</h2> |
|
44 <b>createMainWidget</b>(<i>argv</i>) |
|
45 |
|
46 <p> |
|
47 Function to create the main widget. |
|
48 </p> |
|
49 <dl> |
|
50 |
|
51 <dt><i>argv</i></dt> |
|
52 <dd> |
|
53 list of commandline parameters (list of strings) |
|
54 </dd> |
|
55 </dl> |
|
56 <dl> |
|
57 <dt>Return:</dt> |
|
58 <dd> |
|
59 reference to the main widget (QWidget) |
|
60 </dd> |
|
61 </dl> |
|
62 <div align="right"><a href="#top">Up</a></div> |
|
63 <hr /> |
|
64 <hr /> |
|
65 <a NAME="main" ID="main"></a> |
|
66 <h2>main</h2> |
|
67 <b>main</b>(<i></i>) |
|
68 |
|
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> |