Documentation/Source/eric5.eric5-configure.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
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 &#69;&#114;&#105;&#99;&#53; &#67;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; 25 Eric5 Configure
26 </p><p> 26 </p><p>
27 &#84;&#104;&#105;&#115; &#105;&#115; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#80;y&#116;&#104;&#111;&#110; &#115;&#99;&#114;&#105;&#112;&#116; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; &#73;&#68;&#69; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#111;&#117;&#116;&#115;&#105;&#100;&#101;. 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>&#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#109;&#97;&#105;&#110; w&#105;&#100;&#103;&#101;&#116;.</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>&#77;&#97;&#105;&#110; &#101;&#110;&#116;&#114;y &#112;&#111;&#105;&#110;&#116; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;.</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 &#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#109;&#97;&#105;&#110; w&#105;&#100;&#103;&#101;&#116;. 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 &#108;&#105;&#115;&#116; &#111;&#102; &#99;&#111;&#109;&#109;&#97;&#110;&#100;&#108;&#105;&#110;&#101; &#112;&#97;&#114;&#97;&#109;&#101;&#116;&#101;&#114;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 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 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#109;&#97;&#105;&#110; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 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 &#77;&#97;&#105;&#110; &#101;&#110;&#116;&#114;y &#112;&#111;&#105;&#110;&#116; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;. 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>

eric ide

mercurial