20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.eric5-configure</h1> |
23 <h1>eric5.eric5-configure</h1> |
24 <p> |
24 <p> |
25 Eric5 Configure |
25 Eric5 Configure |
26 </p><p> |
26 </p><p> |
27 This is the main Python script to configure the eric5 IDE from the outside. |
27 This is the main Python script to configure the eric5 IDE from the outside. |
28 </p> |
28 </p> |
29 <h3>Global Attributes</h3> |
29 <h3>Global Attributes</h3> |
30 <table> |
30 <table> |
31 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
32 </table> |
32 </table> |
36 </table> |
36 </table> |
37 <h3>Functions</h3> |
37 <h3>Functions</h3> |
38 <table> |
38 <table> |
39 <tr> |
39 <tr> |
40 <td><a href="#createMainWidget">createMainWidget</a></td> |
40 <td><a href="#createMainWidget">createMainWidget</a></td> |
41 <td>Function to create the main widget.</td> |
41 <td>Function to create the main widget.</td> |
42 </tr><tr> |
42 </tr><tr> |
43 <td><a href="#main">main</a></td> |
43 <td><a href="#main">main</a></td> |
44 <td>Main entry point into the application.</td> |
44 <td>Main entry point into the application.</td> |
45 </tr> |
45 </tr> |
46 </table> |
46 </table> |
47 <hr /><hr /> |
47 <hr /><hr /> |
48 <a NAME="createMainWidget" ID="createMainWidget"></a> |
48 <a NAME="createMainWidget" ID="createMainWidget"></a> |
49 <h2>createMainWidget</h2> |
49 <h2>createMainWidget</h2> |
50 <b>createMainWidget</b>(<i>argv</i>) |
50 <b>createMainWidget</b>(<i>argv</i>) |
51 <p> |
51 <p> |
52 Function to create the main widget. |
52 Function to create the main widget. |
53 </p><dl> |
53 </p><dl> |
54 <dt><i>argv</i></dt> |
54 <dt><i>argv</i></dt> |
55 <dd> |
55 <dd> |
56 list of commandline parameters (list of strings) |
56 list of commandline parameters (list of strings) |
57 </dd> |
57 </dd> |
58 </dl><dl> |
58 </dl><dl> |
59 <dt>Returns:</dt> |
59 <dt>Returns:</dt> |
60 <dd> |
60 <dd> |
61 reference to the main widget (QWidget) |
61 reference to the main widget (QWidget) |
62 </dd> |
62 </dd> |
63 </dl> |
63 </dl> |
64 <div align="right"><a href="#top">Up</a></div> |
64 <div align="right"><a href="#top">Up</a></div> |
65 <hr /><hr /> |
65 <hr /><hr /> |
66 <a NAME="main" ID="main"></a> |
66 <a NAME="main" ID="main"></a> |
67 <h2>main</h2> |
67 <h2>main</h2> |
68 <b>main</b>(<i></i>) |
68 <b>main</b>(<i></i>) |
69 <p> |
69 <p> |
70 Main entry point into the application. |
70 Main entry point into the application. |
71 </p> |
71 </p> |
72 <div align="right"><a href="#top">Up</a></div> |
72 <div align="right"><a href="#top">Up</a></div> |
73 <hr /> |
73 <hr /> |
74 </body></html> |
74 </body></html> |