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