eric6/Documentation/Source/eric6.eric6_configure.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.eric6_configure</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.eric6_configure</h1>
23 <p>
24 Eric6 Configure.
25 </p><p>
26 This is the main Python script to configure the eric6 IDE from the outside.
27 </p>
28 <h3>Global Attributes</h3>
29 <table>
30 <tr><td>None</td></tr>
31 </table>
32 <h3>Classes</h3>
33 <table>
34 <tr><td>None</td></tr>
35 </table>
36 <h3>Functions</h3>
37 <table>
38 <tr>
39 <td><a href="#createMainWidget">createMainWidget</a></td>
40 <td>Function to create the main widget.</td>
41 </tr><tr>
42 <td><a href="#main">main</a></td>
43 <td>Main entry point into the application.</td>
44 </tr>
45 </table>
46 <hr /><hr />
47 <a NAME="createMainWidget" ID="createMainWidget"></a>
48 <h2>createMainWidget</h2>
49 <b>createMainWidget</b>(<i>argv</i>)
50 <p>
51 Function to create the main widget.
52 </p><dl>
53 <dt><i>argv</i></dt>
54 <dd>
55 list of commandline parameters (list of strings)
56 </dd>
57 </dl><dl>
58 <dt>Returns:</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 /><hr />
65 <a NAME="main" ID="main"></a>
66 <h2>main</h2>
67 <b>main</b>(<i></i>)
68 <p>
69 Main entry point into the application.
70 </p>
71 <div align="right"><a href="#top">Up</a></div>
72 <hr />
73 </body></html>

eric ide

mercurial