Documentation/Source/eric6.eric6_shell.html

changeset 5711
50b6867ffcd3
child 6581
8eb6220f2bb7
equal deleted inserted replaced
5710:b5809b948010 5711:50b6867ffcd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.eric6_shell</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_shell</h1>
23 <p>
24 Eric6 Shell.
25 </p><p>
26 This is the main Python script that performs the necessary initialization
27 of the ShellWindow module and starts the Qt event loop.
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>

eric ide

mercurial