eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.WebBrowserInterfacePage.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.WebBrowserInterfacePage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Preferences.ConfigurationPages.WebBrowserInterfacePage</h1>
24
25 <p>
26 Module implementing the Interface configuration page (variant for web browser).
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#WebBrowserInterfacePage">WebBrowserInterfacePage</a></td>
39 <td>Class implementing the Interface configuration page (variant for web browser).</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45
46 <tr>
47 <td><a href="#create">create</a></td>
48 <td>Module function to create the configuration page.</td>
49 </tr>
50 </table>
51 <hr />
52 <hr />
53 <a NAME="WebBrowserInterfacePage" ID="WebBrowserInterfacePage"></a>
54 <h2>WebBrowserInterfacePage</h2>
55
56 <p>
57 Class implementing the Interface configuration page (variant for web
58 browser).
59 </p>
60 <h3>Derived from</h3>
61 ConfigurationPageBase, Ui_WebBrowserInterfacePage
62 <h3>Class Attributes</h3>
63
64 <table>
65 <tr><td>None</td></tr>
66 </table>
67 <h3>Class Methods</h3>
68
69 <table>
70 <tr><td>None</td></tr>
71 </table>
72 <h3>Methods</h3>
73
74 <table>
75
76 <tr>
77 <td><a href="#WebBrowserInterfacePage.__init__">WebBrowserInterfacePage</a></td>
78 <td>Constructor</td>
79 </tr>
80 <tr>
81 <td><a href="#WebBrowserInterfacePage.__populateStyleCombo">__populateStyleCombo</a></td>
82 <td>Private method to populate the style combo box.</td>
83 </tr>
84 <tr>
85 <td><a href="#WebBrowserInterfacePage.save">save</a></td>
86 <td>Public slot to save the Interface configuration.</td>
87 </tr>
88 </table>
89 <h3>Static Methods</h3>
90
91 <table>
92 <tr><td>None</td></tr>
93 </table>
94
95 <a NAME="WebBrowserInterfacePage.__init__" ID="WebBrowserInterfacePage.__init__"></a>
96 <h4>WebBrowserInterfacePage (Constructor)</h4>
97 <b>WebBrowserInterfacePage</b>(<i></i>)
98
99 <p>
100 Constructor
101 </p>
102 <a NAME="WebBrowserInterfacePage.__populateStyleCombo" ID="WebBrowserInterfacePage.__populateStyleCombo"></a>
103 <h4>WebBrowserInterfacePage.__populateStyleCombo</h4>
104 <b>__populateStyleCombo</b>(<i></i>)
105
106 <p>
107 Private method to populate the style combo box.
108 </p>
109 <a NAME="WebBrowserInterfacePage.save" ID="WebBrowserInterfacePage.save"></a>
110 <h4>WebBrowserInterfacePage.save</h4>
111 <b>save</b>(<i></i>)
112
113 <p>
114 Public slot to save the Interface configuration.
115 </p>
116 <div align="right"><a href="#top">Up</a></div>
117 <hr />
118 <hr />
119 <a NAME="create" ID="create"></a>
120 <h2>create</h2>
121 <b>create</b>(<i>dlg</i>)
122
123 <p>
124 Module function to create the configuration page.
125 </p>
126 <dl>
127
128 <dt><i>dlg</i></dt>
129 <dd>
130 reference to the configuration dialog
131 </dd>
132 </dl>
133 <dl>
134 <dt>Return:</dt>
135 <dd>
136 reference to the instantiated page (ConfigurationPageBase)
137 </dd>
138 </dl>
139 <div align="right"><a href="#top">Up</a></div>
140 <hr />
141 </body></html>

eric ide

mercurial