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

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.Preferences.ConfigurationPages.PythonPage.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.Preferences.ConfigurationPages.PythonPage</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.Preferences.ConfigurationPages.PythonPage</h1>
 
24
<p>
 
25
Module implementing the Python configuration page.
 
26
</p>
 
27
<h3>Classes</h3>
 
28
<table>
 
29
<tr>
 
30
<td><a href="#PythonPage">PythonPage</a></td>
 
31
<td>Class implementing the Python configuration page.</td>
 
32
</tr>
 
33
</table>
 
34
<h3>Functions</h3>
 
35
<table>
 
36
<tr>
 
37
<td><a href="#create">create</a></td>
 
38
<td>Module function to create the configuration page.</td>
 
39
</tr>
 
40
</table>
 
41
<hr /><hr />
 
42
<a NAME="PythonPage" ID="PythonPage"></a>
 
43
<h2>PythonPage</h2>
 
44
<p>
 
45
    Class implementing the Python configuration page.
 
46
</p>
 
47
<h3>Derived from</h3>
 
48
ConfigurationPageBase, Ui_PythonPage
 
49
<h3>Methods</h3>
 
50
<table>
 
51
<tr>
 
52
<td><a href="#PythonPage.__init__">PythonPage</a></td>
 
53
<td>Constructor</td>
 
54
</tr><tr>
 
55
<td><a href="#PythonPage.save">save</a></td>
 
56
<td>Public slot to save the Python configuration.</td>
 
57
</tr>
 
58
</table>
 
59
<p><a NAME="PythonPage.__init__" ID="PythonPage.__init__"></a>
 
60
<h4>PythonPage (Constructor)</h4>
 
61
<b>PythonPage</b>(<i></i>)
 
62
<p>
 
63
        Constructor
 
64
</p><a NAME="PythonPage.save" ID="PythonPage.save"></a>
 
65
<h4>PythonPage.save</h4>
 
66
<b>save</b>(<i></i>)
 
67
<p>
 
68
        Public slot to save the Python configuration.
 
69
</p></p>
 
70
<div align="right"><a href="#top">Up</a></div>
 
71
<hr /><hr />
 
72
<a NAME="create" ID="create"></a>
 
73
<h2>create</h2>
 
74
<b>create</b>(<i>dlg</i>)
 
75
<p>
 
76
    Module function to create the configuration page.
 
77
</p><dl>
 
78
<dt><i>dlg</i></dt>
 
79
<dd>
 
80
reference to the configuration dialog
 
81
</dd>
 
82
</dl>
 
83
<div align="right"><a href="#top">Up</a></div>
 
84
<hr />
 
85
</body></html>
 
 
b'\\ No newline at end of file'