~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.eric3-unittest.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.eric3-unittest</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.eric3-unittest</font></h1>
8
 
<p>
9
 
Eric3 Unittest
10
 
</p><p>
11
 
This is the main Python script that performs the neccessary initialization
12
 
of the unittest module and starts the Qt event loop. This is a standalone 
13
 
version of the integrated unittest module.
14
 
</p>
15
 
<h3><font color="#FF0000">Classes</font></h3>
16
 
<table>
17
 
<tr><td>None</td></tr>
18
 
</table>
19
 
<h3><font color="#FF0000">Functions</font></h3>
20
 
<table>
21
 
<tr>
22
 
<td><a href="#createMainWidget">createMainWidget</a></td>
23
 
<td>Function to create the main widget.</td>
24
 
</tr><tr>
25
 
<td><a href="#main">main</a></td>
26
 
<td>Main entry point into the application.</td>
27
 
</tr>
28
 
</table>
29
 
<hr /><hr />
30
 
<a NAME="createMainWidget" ID="createMainWidget"></a>
31
 
<h2><font color="#0000FF">createMainWidget</font></h2>
32
 
<b>createMainWidget</b>(<i>argv, qtDir</i>)
33
 
<p>
34
 
    Function to create the main widget.
35
 
</p><dl>
36
 
<dt><i>argv</i></dt>
37
 
<dd>
38
 
list of commandline parameters (list of strings)
39
 
</dd><dt><i>qtDir</i></dt>
40
 
<dd>
41
 
directory of the Qt installation (string)
42
 
</dd>
43
 
</dl><dl>
44
 
<dt>Returns:</dt>
45
 
<dd>
46
 
reference to the main widget (QWidget)
47
 
</dd>
48
 
</dl>
49
 
<div align="right"><a href="#top">Up</a></div>
50
 
<hr /><hr />
51
 
<a NAME="main" ID="main"></a>
52
 
<h2><font color="#0000FF">main</font></h2>
53
 
<b>main</b>(<i></i>)
54
 
<p>
55
 
    Main entry point into the application.
56
 
</p>
57
 
<div align="right"><a href="#top">Up</a></div>
58
 
<hr />
59
 
</body></html>
 
 
b'\\ No newline at end of file'