|
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>eric5.Preferences.ConfigurationPages.PythonPage</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.PythonPage</h1> |
|
12 <p> |
|
13 Module implementing the Python configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#PythonPage">PythonPage</a></td> |
|
23 <td>Class implementing the Python configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="PythonPage" ID="PythonPage"></a> |
|
35 <h2>PythonPage</h2> |
|
36 <p> |
|
37 Class implementing the Python configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_PythonPage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#PythonPage.__init__">PythonPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#PythonPage.save">save</a></td> |
|
52 <td>Public slot to save the Python configuration.</td> |
|
53 </tr> |
|
54 </table> |
|
55 <a NAME="PythonPage.__init__" ID="PythonPage.__init__"></a> |
|
56 <h4>PythonPage (Constructor)</h4> |
|
57 <b>PythonPage</b>(<i></i>) |
|
58 <p> |
|
59 Constructor |
|
60 </p><a NAME="PythonPage.save" ID="PythonPage.save"></a> |
|
61 <h4>PythonPage.save</h4> |
|
62 <b>save</b>(<i></i>) |
|
63 <p> |
|
64 Public slot to save the Python configuration. |
|
65 </p> |
|
66 <div align="right"><a href="#top">Up</a></div> |
|
67 <hr /><hr /> |
|
68 <a NAME="create" ID="create"></a> |
|
69 <h2>create</h2> |
|
70 <b>create</b>(<i>dlg</i>) |
|
71 <p> |
|
72 Module function to create the configuration page. |
|
73 </p><dl> |
|
74 <dt><i>dlg</i></dt> |
|
75 <dd> |
|
76 reference to the configuration dialog |
|
77 </dd> |
|
78 </dl> |
|
79 <div align="right"><a href="#top">Up</a></div> |
|
80 <hr /> |
|
81 </body></html> |