5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Preferences.ConfigurationPages.InterfaceLightPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.InterfaceLightPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Interface configuration page (variant for web browser). |
11 Module implementing the Interface configuration page (variant for web browser). |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#InterfaceLightPage">InterfaceLightPage</a></td> |
22 <td><a href="#InterfaceLightPage">InterfaceLightPage</a></td> |
25 <td>Class implementing the Interface configuration page (variant for generic use).</td> |
23 <td>Class implementing the Interface configuration page (variant for generic use).</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 |
|
32 <tr> |
29 <tr> |
33 <td><a href="#create">create</a></td> |
30 <td><a href="#create">create</a></td> |
34 <td>Module function to create the configuration page.</td> |
31 <td>Module function to create the configuration page.</td> |
35 </tr> |
32 </tr> |
36 </table> |
33 </table> |
|
34 |
37 <hr /> |
35 <hr /> |
38 <hr /> |
36 <hr /> |
39 <a NAME="InterfaceLightPage" ID="InterfaceLightPage"></a> |
37 <a NAME="InterfaceLightPage" ID="InterfaceLightPage"></a> |
40 <h2>InterfaceLightPage</h2> |
38 <h2>InterfaceLightPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the Interface configuration page (variant for generic |
40 Class implementing the Interface configuration page (variant for generic |
44 use). |
41 use). |
45 </p> |
42 </p> |
|
43 |
46 <h3>Derived from</h3> |
44 <h3>Derived from</h3> |
47 ConfigurationPageBase, Ui_InterfaceLightPage |
45 ConfigurationPageBase, Ui_InterfaceLightPage |
48 <h3>Class Attributes</h3> |
46 <h3>Class Attributes</h3> |
49 |
|
50 <table> |
47 <table> |
51 <tr><td>None</td></tr> |
48 <tr><td>None</td></tr> |
52 </table> |
49 </table> |
|
50 |
53 <h3>Class Methods</h3> |
51 <h3>Class Methods</h3> |
54 |
|
55 <table> |
52 <table> |
56 <tr><td>None</td></tr> |
53 <tr><td>None</td></tr> |
57 </table> |
54 </table> |
|
55 |
58 <h3>Methods</h3> |
56 <h3>Methods</h3> |
59 |
|
60 <table> |
57 <table> |
61 |
|
62 <tr> |
58 <tr> |
63 <td><a href="#InterfaceLightPage.__init__">InterfaceLightPage</a></td> |
59 <td><a href="#InterfaceLightPage.__init__">InterfaceLightPage</a></td> |
64 <td>Constructor</td> |
60 <td>Constructor</td> |
65 </tr> |
61 </tr> |
66 <tr> |
62 <tr> |
74 <tr> |
70 <tr> |
75 <td><a href="#InterfaceLightPage.save">save</a></td> |
71 <td><a href="#InterfaceLightPage.save">save</a></td> |
76 <td>Public slot to save the Interface configuration.</td> |
72 <td>Public slot to save the Interface configuration.</td> |
77 </tr> |
73 </tr> |
78 </table> |
74 </table> |
|
75 |
79 <h3>Static Methods</h3> |
76 <h3>Static Methods</h3> |
80 |
|
81 <table> |
77 <table> |
82 <tr><td>None</td></tr> |
78 <tr><td>None</td></tr> |
83 </table> |
79 </table> |
84 |
80 |
|
81 |
85 <a NAME="InterfaceLightPage.__init__" ID="InterfaceLightPage.__init__"></a> |
82 <a NAME="InterfaceLightPage.__init__" ID="InterfaceLightPage.__init__"></a> |
86 <h4>InterfaceLightPage (Constructor)</h4> |
83 <h4>InterfaceLightPage (Constructor)</h4> |
87 <b>InterfaceLightPage</b>(<i></i>) |
84 <b>InterfaceLightPage</b>(<i></i>) |
88 |
|
89 <p> |
85 <p> |
90 Constructor |
86 Constructor |
91 </p> |
87 </p> |
|
88 |
92 <a NAME="InterfaceLightPage.__populateLanguageCombo" ID="InterfaceLightPage.__populateLanguageCombo"></a> |
89 <a NAME="InterfaceLightPage.__populateLanguageCombo" ID="InterfaceLightPage.__populateLanguageCombo"></a> |
93 <h4>InterfaceLightPage.__populateLanguageCombo</h4> |
90 <h4>InterfaceLightPage.__populateLanguageCombo</h4> |
94 <b>__populateLanguageCombo</b>(<i></i>) |
91 <b>__populateLanguageCombo</b>(<i></i>) |
95 |
|
96 <p> |
92 <p> |
97 Private method to initialize the language combo box. |
93 Private method to initialize the language combo box. |
98 </p> |
94 </p> |
|
95 |
99 <a NAME="InterfaceLightPage.__populateStyleCombo" ID="InterfaceLightPage.__populateStyleCombo"></a> |
96 <a NAME="InterfaceLightPage.__populateStyleCombo" ID="InterfaceLightPage.__populateStyleCombo"></a> |
100 <h4>InterfaceLightPage.__populateStyleCombo</h4> |
97 <h4>InterfaceLightPage.__populateStyleCombo</h4> |
101 <b>__populateStyleCombo</b>(<i></i>) |
98 <b>__populateStyleCombo</b>(<i></i>) |
102 |
|
103 <p> |
99 <p> |
104 Private method to populate the style combo box. |
100 Private method to populate the style combo box. |
105 </p> |
101 </p> |
|
102 |
106 <a NAME="InterfaceLightPage.save" ID="InterfaceLightPage.save"></a> |
103 <a NAME="InterfaceLightPage.save" ID="InterfaceLightPage.save"></a> |
107 <h4>InterfaceLightPage.save</h4> |
104 <h4>InterfaceLightPage.save</h4> |
108 <b>save</b>(<i></i>) |
105 <b>save</b>(<i></i>) |
109 |
|
110 <p> |
106 <p> |
111 Public slot to save the Interface configuration. |
107 Public slot to save the Interface configuration. |
112 </p> |
108 </p> |
|
109 |
113 <div align="right"><a href="#top">Up</a></div> |
110 <div align="right"><a href="#top">Up</a></div> |
114 <hr /> |
111 <hr /> |
115 <hr /> |
112 <hr /> |
116 <a NAME="create" ID="create"></a> |
113 <a NAME="create" ID="create"></a> |
117 <h2>create</h2> |
114 <h2>create</h2> |
118 <b>create</b>(<i>dlg</i>) |
115 <b>create</b>(<i>dlg</i>) |
119 |
|
120 <p> |
116 <p> |
121 Module function to create the configuration page. |
117 Module function to create the configuration page. |
122 </p> |
118 </p> |
|
119 |
123 <dl> |
120 <dl> |
124 |
121 |
125 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
122 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
126 <dd> |
123 <dd> |
127 reference to the configuration dialog |
124 reference to the configuration dialog |