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

changeset 6942
2602857055c5
parent 4602
48cc4820e2c2
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
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.save">save</a></td>
71 <td>Public slot to save the Interface configuration.</td>
72 </tr>
73 </table>
74 <h3>Static Methods</h3>
75 <table>
76 <tr><td>None</td></tr>
77 </table>
78 <a NAME="HelpInterfacePage.__init__" ID="HelpInterfacePage.__init__"></a>
79 <h4>HelpInterfacePage (Constructor)</h4>
80 <b>HelpInterfacePage</b>(<i></i>)
81 <p>
82 Constructor
83 </p><a NAME="HelpInterfacePage.__populateStyleCombo" ID="HelpInterfacePage.__populateStyleCombo"></a>
84 <h4>HelpInterfacePage.__populateStyleCombo</h4>
85 <b>__populateStyleCombo</b>(<i></i>)
86 <p>
87 Private method to populate the style combo box.
88 </p><a NAME="HelpInterfacePage.save" ID="HelpInterfacePage.save"></a>
89 <h4>HelpInterfacePage.save</h4>
90 <b>save</b>(<i></i>)
91 <p>
92 Public slot to save the Interface configuration.
93 </p>
94 <div align="right"><a href="#top">Up</a></div>
95 <hr /><hr />
96 <a NAME="create" ID="create"></a>
97 <h2>create</h2>
98 <b>create</b>(<i>dlg</i>)
99 <p>
100 Module function to create the configuration page.
101 </p><dl>
102 <dt><i>dlg</i></dt>
103 <dd>
104 reference to the configuration dialog
105 </dd>
106 </dl><dl>
107 <dt>Returns:</dt>
108 <dd>
109 reference to the instantiated page (ConfigurationPageBase)
110 </dd>
111 </dl>
112 <div align="right"><a href="#top">Up</a></div>
113 <hr />
114 </body></html>

eric ide

mercurial