Documentation/Source/eric6.Preferences.ConfigurationPages.InterfacePage.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.InterfacePage</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.InterfacePage</h1>
23 <p>
24 Module implementing the Interface configuration page.
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="#InterfacePage">InterfacePage</a></td>
34 <td>Class implementing the Interface configuration page.</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="InterfacePage" ID="InterfacePage"></a>
46 <h2>InterfacePage</h2>
47 <p>
48 Class implementing the Interface configuration page.
49 </p>
50 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_InterfacePage
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#InterfacePage.__init__">InterfacePage</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#InterfacePage.__populateLanguageCombo">__populateLanguageCombo</a></td>
67 <td>Private method to initialize the language combobox of the Interface configuration page.</td>
68 </tr><tr>
69 <td><a href="#InterfacePage.__populateStyleCombo">__populateStyleCombo</a></td>
70 <td>Private method to populate the style combo box.</td>
71 </tr><tr>
72 <td><a href="#InterfacePage.on_resetLayoutButton_clicked">on_resetLayoutButton_clicked</a></td>
73 <td>Private method to reset layout to factory defaults.</td>
74 </tr><tr>
75 <td><a href="#InterfacePage.on_styleSheetButton_clicked">on_styleSheetButton_clicked</a></td>
76 <td>Private method to select the style sheet file via a dialog.</td>
77 </tr><tr>
78 <td><a href="#InterfacePage.save">save</a></td>
79 <td>Public slot to save the Interface configuration.</td>
80 </tr>
81 </table>
82 <h3>Static Methods</h3>
83 <table>
84 <tr><td>None</td></tr>
85 </table>
86 <a NAME="InterfacePage.__init__" ID="InterfacePage.__init__"></a>
87 <h4>InterfacePage (Constructor)</h4>
88 <b>InterfacePage</b>(<i></i>)
89 <p>
90 Constructor
91 </p><a NAME="InterfacePage.__populateLanguageCombo" ID="InterfacePage.__populateLanguageCombo"></a>
92 <h4>InterfacePage.__populateLanguageCombo</h4>
93 <b>__populateLanguageCombo</b>(<i></i>)
94 <p>
95 Private method to initialize the language combobox of the Interface
96 configuration page.
97 </p><a NAME="InterfacePage.__populateStyleCombo" ID="InterfacePage.__populateStyleCombo"></a>
98 <h4>InterfacePage.__populateStyleCombo</h4>
99 <b>__populateStyleCombo</b>(<i></i>)
100 <p>
101 Private method to populate the style combo box.
102 </p><a NAME="InterfacePage.on_resetLayoutButton_clicked" ID="InterfacePage.on_resetLayoutButton_clicked"></a>
103 <h4>InterfacePage.on_resetLayoutButton_clicked</h4>
104 <b>on_resetLayoutButton_clicked</b>(<i></i>)
105 <p>
106 Private method to reset layout to factory defaults.
107 </p><a NAME="InterfacePage.on_styleSheetButton_clicked" ID="InterfacePage.on_styleSheetButton_clicked"></a>
108 <h4>InterfacePage.on_styleSheetButton_clicked</h4>
109 <b>on_styleSheetButton_clicked</b>(<i></i>)
110 <p>
111 Private method to select the style sheet file via a dialog.
112 </p><a NAME="InterfacePage.save" ID="InterfacePage.save"></a>
113 <h4>InterfacePage.save</h4>
114 <b>save</b>(<i></i>)
115 <p>
116 Public slot to save the Interface configuration.
117 </p>
118 <div align="right"><a href="#top">Up</a></div>
119 <hr /><hr />
120 <a NAME="create" ID="create"></a>
121 <h2>create</h2>
122 <b>create</b>(<i>dlg</i>)
123 <p>
124 Module function to create the configuration page.
125 </p><dl>
126 <dt><i>dlg</i></dt>
127 <dd>
128 reference to the configuration dialog
129 </dd>
130 </dl><dl>
131 <dt>Returns:</dt>
132 <dd>
133 reference to the instantiated page (ConfigurationPageBase)
134 </dd>
135 </dl>
136 <div align="right"><a href="#top">Up</a></div>
137 <hr />
138 </body></html>

eric ide

mercurial