~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.eric4_diff.html

Tags: 4.5.0-1
New upstream release

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_diff</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_diff</h1>
 
24
<p>
 
25
Eric4 Diff
 
26
</p><p>
 
27
This is the main Python script that performs the necessary initialization
 
28
of the Diff module and starts the Qt event loop. This is a standalone 
 
29
version of the integrated Diff module.
 
30
</p>
 
31
<h3>Global Attributes</h3>
 
32
<table>
 
33
<tr><td>None</td></tr>
 
34
</table>
 
35
<h3>Classes</h3>
 
36
<table>
 
37
<tr><td>None</td></tr>
 
38
</table>
 
39
<h3>Functions</h3>
 
40
<table>
 
41
<tr>
 
42
<td><a href="#createMainWidget">createMainWidget</a></td>
 
43
<td>Function to create the main widget.</td>
 
44
</tr><tr>
 
45
<td><a href="#main">main</a></td>
 
46
<td>Main entry point into the application.</td>
 
47
</tr>
 
48
</table>
 
49
<hr /><hr />
 
50
<a NAME="createMainWidget" ID="createMainWidget"></a>
 
51
<h2>createMainWidget</h2>
 
52
<b>createMainWidget</b>(<i>argv</i>)
 
53
<p>
 
54
    Function to create the main widget.
 
55
</p><dl>
 
56
<dt><i>argv</i></dt>
 
57
<dd>
 
58
list of commandline parameters (list of strings)
 
59
</dd>
 
60
</dl><dl>
 
61
<dt>Returns:</dt>
 
62
<dd>
 
63
reference to the main widget (QWidget)
 
64
</dd>
 
65
</dl>
 
66
<div align="right"><a href="#top">Up</a></div>
 
67
<hr /><hr />
 
68
<a NAME="main" ID="main"></a>
 
69
<h2>main</h2>
 
70
<b>main</b>(<i></i>)
 
71
<p>
 
72
    Main entry point into the application.
 
73
</p>
 
74
<div align="right"><a href="#top">Up</a></div>
 
75
<hr />
 
76
</body></html>
 
 
b'\\ No newline at end of file'