Documentation/Source/eric6.Preferences.ConfigurationPages.HelpInterfacePage.html

changeset 3673
e26d7d0c1088
child 4602
48cc4820e2c2
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Preferences.ConfigurationPages.HelpInterfacePage</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><a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.HelpInterfacePage</h1>
23 <p>
24 Module implementing the Interface configuration page (variant for web browser).
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#HelpInterfacePage">HelpInterfacePage</a></td>
34 <td>Class implementing the Interface configuration page (variant for web browser).</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr>
40 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="HelpInterfacePage" ID="HelpInterfacePage"></a>
46 <h2>HelpInterfacePage</h2>
47 <p>
48 Class implementing the Interface configuration page (variant for web
49 browser).
50 </p>
51 <h3>Derived from</h3>
52 ConfigurationPageBase, Ui_HelpInterfacePage
53 <h3>Class Attributes</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Class Methods</h3>
58 <table>
59 <tr><td>None</td></tr>
60 </table>
61 <h3>Methods</h3>
62 <table>
63 <tr>
64 <td><a href="#HelpInterfacePage.__init__">HelpInterfacePage</a></td>
65 <td>Constructor</td>
66 </tr><tr>
67 <td><a href="#HelpInterfacePage.__populateStyleCombo">__populateStyleCombo</a></td>
68 <td>Private method to populate the style combo box.</td>
69 </tr><tr>
70 <td><a href="#HelpInterfacePage.on_styleSheetButton_clicked">on_styleSheetButton_clicked</a></td>
71 <td>Private method to select the style sheet file via a dialog.</td>
72 </tr><tr>
73 <td><a href="#HelpInterfacePage.save">save</a></td>
74 <td>Public slot to save the Interface configuration.</td>
75 </tr>
76 </table>
77 <h3>Static Methods</h3>
78 <table>
79 <tr><td>None</td></tr>
80 </table>
81 <a NAME="HelpInterfacePage.__init__" ID="HelpInterfacePage.__init__"></a>
82 <h4>HelpInterfacePage (Constructor)</h4>
83 <b>HelpInterfacePage</b>(<i></i>)
84 <p>
85 Constructor
86 </p><a NAME="HelpInterfacePage.__populateStyleCombo" ID="HelpInterfacePage.__populateStyleCombo"></a>
87 <h4>HelpInterfacePage.__populateStyleCombo</h4>
88 <b>__populateStyleCombo</b>(<i></i>)
89 <p>
90 Private method to populate the style combo box.
91 </p><a NAME="HelpInterfacePage.on_styleSheetButton_clicked" ID="HelpInterfacePage.on_styleSheetButton_clicked"></a>
92 <h4>HelpInterfacePage.on_styleSheetButton_clicked</h4>
93 <b>on_styleSheetButton_clicked</b>(<i></i>)
94 <p>
95 Private method to select the style sheet file via a dialog.
96 </p><a NAME="HelpInterfacePage.save" ID="HelpInterfacePage.save"></a>
97 <h4>HelpInterfacePage.save</h4>
98 <b>save</b>(<i></i>)
99 <p>
100 Public slot to save the Interface configuration.
101 </p>
102 <div align="right"><a href="#top">Up</a></div>
103 <hr /><hr />
104 <a NAME="create" ID="create"></a>
105 <h2>create</h2>
106 <b>create</b>(<i>dlg</i>)
107 <p>
108 Module function to create the configuration page.
109 </p><dl>
110 <dt><i>dlg</i></dt>
111 <dd>
112 reference to the configuration dialog
113 </dd>
114 </dl><dl>
115 <dt>Returns:</dt>
116 <dd>
117 reference to the instantiated page (ConfigurationPageBase)
118 </dd>
119 </dl>
120 <div align="right"><a href="#top">Up</a></div>
121 <hr />
122 </body></html>

eric ide

mercurial