eric7/Documentation/Source/eric7.eric7_unittest.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.eric7_unittest</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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.eric7_unittest</h1>
24
25 <p>
26 eric Unittest.
27 </p>
28 <p>
29 This is the main Python script that performs the necessary initialization
30 of the unittest module and starts the Qt event loop. This is a standalone
31 version of the integrated unittest module.
32 </p>
33 <h3>Global Attributes</h3>
34
35 <table>
36 <tr><td>None</td></tr>
37 </table>
38 <h3>Classes</h3>
39
40 <table>
41 <tr><td>None</td></tr>
42 </table>
43 <h3>Functions</h3>
44
45 <table>
46
47 <tr>
48 <td><a href="#createMainWidget">createMainWidget</a></td>
49 <td>Function to create the main widget.</td>
50 </tr>
51 <tr>
52 <td><a href="#main">main</a></td>
53 <td>Main entry point into the application.</td>
54 </tr>
55 </table>
56 <hr />
57 <hr />
58 <a NAME="createMainWidget" ID="createMainWidget"></a>
59 <h2>createMainWidget</h2>
60 <b>createMainWidget</b>(<i>argv</i>)
61
62 <p>
63 Function to create the main widget.
64 </p>
65 <dl>
66
67 <dt><i>argv</i></dt>
68 <dd>
69 list of commandline parameters (list of strings)
70 </dd>
71 </dl>
72 <dl>
73 <dt>Return:</dt>
74 <dd>
75 reference to the main widget (QWidget)
76 </dd>
77 </dl>
78 <div align="right"><a href="#top">Up</a></div>
79 <hr />
80 <hr />
81 <a NAME="main" ID="main"></a>
82 <h2>main</h2>
83 <b>main</b>(<i></i>)
84
85 <p>
86 Main entry point into the application.
87 </p>
88 <div align="right"><a href="#top">Up</a></div>
89 <hr />
90 </body></html>

eric ide

mercurial