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

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.eric4-helpviewer.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
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
 
3
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
4
<html><head>
 
5
<title>eric4.eric4-helpviewer</title>
 
6
<style>
 
7
body {
 
8
    background:white;
 
9
    margin: 0em 1em 10em 1em;
 
10
    color: black;
 
11
}
 
12
 
 
13
h1 { color: white; background: #4FA4FF; }
 
14
h2 { color: white; background: #4FA4FF; }
 
15
h3 { color: white; background: #00557F; }
 
16
h4 { color: white; background: #00557F; }
 
17
    
 
18
a { color: #AA5500; }
 
19
 
 
20
</style>
 
21
</head>
 
22
<body><a NAME="top" ID="top"></a>
 
23
<h1>eric4.eric4-helpviewer</h1>
 
24
<p>
 
25
Eric4 Helpviewer
 
26
</p><p>
 
27
This is the main Python script that performs the neccessary initialization
 
28
of the helpviewer and starts the Qt event loop. This is a standalone version
 
29
of the integrated helpviewer.
 
30
</p>
 
31
<h3>Classes</h3>
 
32
<table>
 
33
<tr><td>None</td></tr>
 
34
</table>
 
35
<h3>Functions</h3>
 
36
<table>
 
37
<tr>
 
38
<td><a href="#createMainWidget">createMainWidget</a></td>
 
39
<td>Function to create the main widget.</td>
 
40
</tr><tr>
 
41
<td><a href="#main">main</a></td>
 
42
<td>Main entry point into the application.</td>
 
43
</tr>
 
44
</table>
 
45
<hr /><hr />
 
46
<a NAME="createMainWidget" ID="createMainWidget"></a>
 
47
<h2>createMainWidget</h2>
 
48
<b>createMainWidget</b>(<i>argv, qtDir</i>)
 
49
<p>
 
50
    Function to create the main widget.
 
51
</p><dl>
 
52
<dt><i>argv</i></dt>
 
53
<dd>
 
54
list of commandline parameters (list of strings)
 
55
</dd><dt><i>qtDir</i></dt>
 
56
<dd>
 
57
directory of the Qt installation (string)
 
58
</dd>
 
59
</dl><dl>
 
60
<dt>Returns:</dt>
 
61
<dd>
 
62
reference to the main widget (QWidget)
 
63
</dd>
 
64
</dl>
 
65
<div align="right"><a href="#top">Up</a></div>
 
66
<hr /><hr />
 
67
<a NAME="main" ID="main"></a>
 
68
<h2>main</h2>
 
69
<b>main</b>(<i></i>)
 
70
<p>
 
71
    Main entry point into the application.
 
72
</p>
 
73
<div align="right"><a href="#top">Up</a></div>
 
74
<hr />
 
75
</body></html>
 
 
b'\\ No newline at end of file'