|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.WebBrowserAppearancePage</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.WebBrowserAppearancePage</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing the Web Browser Appearance configuration page. |
|
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="#WebBrowserAppearancePage">WebBrowserAppearancePage</a></td> |
|
25 <td>Class implementing the Web Browser Appearance page.</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="WebBrowserAppearancePage" ID="WebBrowserAppearancePage"></a> |
|
40 <h2>WebBrowserAppearancePage</h2> |
|
41 |
|
42 <p> |
|
43 Class implementing the Web Browser Appearance page. |
|
44 </p> |
|
45 <h3>Derived from</h3> |
|
46 ConfigurationPageBase, Ui_WebBrowserAppearancePage |
|
47 <h3>Class Attributes</h3> |
|
48 |
|
49 <table> |
|
50 <tr><td>None</td></tr> |
|
51 </table> |
|
52 <h3>Class Methods</h3> |
|
53 |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 |
|
59 <table> |
|
60 |
|
61 <tr> |
|
62 <td><a href="#WebBrowserAppearancePage.__init__">WebBrowserAppearancePage</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#WebBrowserAppearancePage.save">save</a></td> |
|
67 <td>Public slot to save the Help Viewers configuration.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#WebBrowserAppearancePage.setMode">setMode</a></td> |
|
71 <td>Public method to perform mode dependent setups.</td> |
|
72 </tr> |
|
73 </table> |
|
74 <h3>Static Methods</h3> |
|
75 |
|
76 <table> |
|
77 <tr><td>None</td></tr> |
|
78 </table> |
|
79 |
|
80 <a NAME="WebBrowserAppearancePage.__init__" ID="WebBrowserAppearancePage.__init__"></a> |
|
81 <h4>WebBrowserAppearancePage (Constructor)</h4> |
|
82 <b>WebBrowserAppearancePage</b>(<i></i>) |
|
83 |
|
84 <p> |
|
85 Constructor |
|
86 </p> |
|
87 <a NAME="WebBrowserAppearancePage.save" ID="WebBrowserAppearancePage.save"></a> |
|
88 <h4>WebBrowserAppearancePage.save</h4> |
|
89 <b>save</b>(<i></i>) |
|
90 |
|
91 <p> |
|
92 Public slot to save the Help Viewers configuration. |
|
93 </p> |
|
94 <a NAME="WebBrowserAppearancePage.setMode" ID="WebBrowserAppearancePage.setMode"></a> |
|
95 <h4>WebBrowserAppearancePage.setMode</h4> |
|
96 <b>setMode</b>(<i>displayMode</i>) |
|
97 |
|
98 <p> |
|
99 Public method to perform mode dependent setups. |
|
100 </p> |
|
101 <dl> |
|
102 |
|
103 <dt><i>displayMode</i></dt> |
|
104 <dd> |
|
105 mode of the configuration dialog |
|
106 (ConfigurationMode.DEFAULTMODE, |
|
107 ConfigurationMode.WEBBROWSERMODE) |
|
108 </dd> |
|
109 </dl> |
|
110 <div align="right"><a href="#top">Up</a></div> |
|
111 <hr /> |
|
112 <hr /> |
|
113 <a NAME="create" ID="create"></a> |
|
114 <h2>create</h2> |
|
115 <b>create</b>(<i>dlg</i>) |
|
116 |
|
117 <p> |
|
118 Module function to create the configuration page. |
|
119 </p> |
|
120 <dl> |
|
121 |
|
122 <dt><i>dlg</i></dt> |
|
123 <dd> |
|
124 reference to the configuration dialog |
|
125 </dd> |
|
126 </dl> |
|
127 <dl> |
|
128 <dt>Return:</dt> |
|
129 <dd> |
|
130 reference to the instantiated page (ConfigurationPageBase) |
|
131 </dd> |
|
132 </dl> |
|
133 <div align="right"><a href="#top">Up</a></div> |
|
134 <hr /> |
|
135 </body></html> |