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