|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Preferences.ConfigurationPages.HelpAppearancePage</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.HelpAppearancePage</h1> |
|
12 <p> |
|
13 Module implementing the Help Viewers configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#HelpAppearancePage">HelpAppearancePage</a></td> |
|
23 <td>Class implementing the Help Viewer Appearance page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="HelpAppearancePage" ID="HelpAppearancePage"></a> |
|
35 <h2>HelpAppearancePage</h2> |
|
36 <p> |
|
37 Class implementing the Help Viewer Appearance page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_HelpAppearancePage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#HelpAppearancePage.__init__">HelpAppearancePage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#HelpAppearancePage.on_fixedFontButton_clicked">on_fixedFontButton_clicked</a></td> |
|
52 <td>Private method used to select the fixed-width font.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#HelpAppearancePage.on_secureURLsColourButton_clicked">on_secureURLsColourButton_clicked</a></td> |
|
55 <td>Private slot to set the colour for secure URLs.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#HelpAppearancePage.on_standardFontButton_clicked">on_standardFontButton_clicked</a></td> |
|
58 <td>Private method used to select the standard font.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#HelpAppearancePage.on_styleSheetButton_clicked">on_styleSheetButton_clicked</a></td> |
|
61 <td>Private slot to handle the user style sheet selection.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#HelpAppearancePage.save">save</a></td> |
|
64 <td>Public slot to save the Help Viewers configuration.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <a NAME="HelpAppearancePage.__init__" ID="HelpAppearancePage.__init__"></a> |
|
68 <h4>HelpAppearancePage (Constructor)</h4> |
|
69 <b>HelpAppearancePage</b>(<i></i>) |
|
70 <p> |
|
71 Constructor |
|
72 </p><a NAME="HelpAppearancePage.on_fixedFontButton_clicked" ID="HelpAppearancePage.on_fixedFontButton_clicked"></a> |
|
73 <h4>HelpAppearancePage.on_fixedFontButton_clicked</h4> |
|
74 <b>on_fixedFontButton_clicked</b>(<i></i>) |
|
75 <p> |
|
76 Private method used to select the fixed-width font. |
|
77 </p><a NAME="HelpAppearancePage.on_secureURLsColourButton_clicked" ID="HelpAppearancePage.on_secureURLsColourButton_clicked"></a> |
|
78 <h4>HelpAppearancePage.on_secureURLsColourButton_clicked</h4> |
|
79 <b>on_secureURLsColourButton_clicked</b>(<i></i>) |
|
80 <p> |
|
81 Private slot to set the colour for secure URLs. |
|
82 </p><a NAME="HelpAppearancePage.on_standardFontButton_clicked" ID="HelpAppearancePage.on_standardFontButton_clicked"></a> |
|
83 <h4>HelpAppearancePage.on_standardFontButton_clicked</h4> |
|
84 <b>on_standardFontButton_clicked</b>(<i></i>) |
|
85 <p> |
|
86 Private method used to select the standard font. |
|
87 </p><a NAME="HelpAppearancePage.on_styleSheetButton_clicked" ID="HelpAppearancePage.on_styleSheetButton_clicked"></a> |
|
88 <h4>HelpAppearancePage.on_styleSheetButton_clicked</h4> |
|
89 <b>on_styleSheetButton_clicked</b>(<i></i>) |
|
90 <p> |
|
91 Private slot to handle the user style sheet selection. |
|
92 </p><a NAME="HelpAppearancePage.save" ID="HelpAppearancePage.save"></a> |
|
93 <h4>HelpAppearancePage.save</h4> |
|
94 <b>save</b>(<i></i>) |
|
95 <p> |
|
96 Public slot to save the Help Viewers configuration. |
|
97 </p> |
|
98 <div align="right"><a href="#top">Up</a></div> |
|
99 <hr /><hr /> |
|
100 <a NAME="create" ID="create"></a> |
|
101 <h2>create</h2> |
|
102 <b>create</b>(<i>dlg</i>) |
|
103 <p> |
|
104 Module function to create the configuration page. |
|
105 </p><dl> |
|
106 <dt><i>dlg</i></dt> |
|
107 <dd> |
|
108 reference to the configuration dialog |
|
109 </dd> |
|
110 </dl> |
|
111 <div align="right"><a href="#top">Up</a></div> |
|
112 <hr /> |
|
113 </body></html> |