16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Preferences.ConfigurationPages.InterfacePage</h1> |
23 <h1>eric6.Preferences.ConfigurationPages.InterfacePage</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the Interface configuration page. |
26 Module implementing the Interface configuration page. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#InterfacePage">InterfacePage</a></td> |
38 <td><a href="#InterfacePage">InterfacePage</a></td> |
34 <td>Class implementing the Interface configuration page.</td> |
39 <td>Class implementing the Interface configuration page.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
|
45 |
39 <tr> |
46 <tr> |
40 <td><a href="#create">create</a></td> |
47 <td><a href="#create">create</a></td> |
41 <td>Module function to create the configuration page.</td> |
48 <td>Module function to create the configuration page.</td> |
42 </tr> |
49 </tr> |
43 </table> |
50 </table> |
44 <hr /><hr /> |
51 <hr /> |
|
52 <hr /> |
45 <a NAME="InterfacePage" ID="InterfacePage"></a> |
53 <a NAME="InterfacePage" ID="InterfacePage"></a> |
46 <h2>InterfacePage</h2> |
54 <h2>InterfacePage</h2> |
|
55 |
47 <p> |
56 <p> |
48 Class implementing the Interface configuration page. |
57 Class implementing the Interface configuration page. |
49 </p> |
58 </p> |
50 <h3>Derived from</h3> |
59 <h3>Derived from</h3> |
51 ConfigurationPageBase, Ui_InterfacePage |
60 ConfigurationPageBase, Ui_InterfacePage |
52 <h3>Class Attributes</h3> |
61 <h3>Class Attributes</h3> |
|
62 |
53 <table> |
63 <table> |
54 <tr><td>None</td></tr> |
64 <tr><td>None</td></tr> |
55 </table> |
65 </table> |
56 <h3>Class Methods</h3> |
66 <h3>Class Methods</h3> |
|
67 |
57 <table> |
68 <table> |
58 <tr><td>None</td></tr> |
69 <tr><td>None</td></tr> |
59 </table> |
70 </table> |
60 <h3>Methods</h3> |
71 <h3>Methods</h3> |
|
72 |
61 <table> |
73 <table> |
|
74 |
62 <tr> |
75 <tr> |
63 <td><a href="#InterfacePage.__init__">InterfacePage</a></td> |
76 <td><a href="#InterfacePage.__init__">InterfacePage</a></td> |
64 <td>Constructor</td> |
77 <td>Constructor</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#InterfacePage.__populateLanguageCombo">__populateLanguageCombo</a></td> |
80 <td><a href="#InterfacePage.__populateLanguageCombo">__populateLanguageCombo</a></td> |
67 <td>Private method to initialize the language combo box.</td> |
81 <td>Private method to initialize the language combo box.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#InterfacePage.__populateShellPositionCombo">__populateShellPositionCombo</a></td> |
84 <td><a href="#InterfacePage.__populateShellPositionCombo">__populateShellPositionCombo</a></td> |
70 <td>Private method to initialize the shell position combo box.</td> |
85 <td>Private method to initialize the shell position combo box.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#InterfacePage.__populateStyleCombo">__populateStyleCombo</a></td> |
88 <td><a href="#InterfacePage.__populateStyleCombo">__populateStyleCombo</a></td> |
73 <td>Private method to populate the style combo box.</td> |
89 <td>Private method to populate the style combo box.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#InterfacePage.on_resetLayoutButton_clicked">on_resetLayoutButton_clicked</a></td> |
92 <td><a href="#InterfacePage.on_resetLayoutButton_clicked">on_resetLayoutButton_clicked</a></td> |
76 <td>Private method to reset layout to factory defaults.</td> |
93 <td>Private method to reset layout to factory defaults.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#InterfacePage.save">save</a></td> |
96 <td><a href="#InterfacePage.save">save</a></td> |
79 <td>Public slot to save the Interface configuration.</td> |
97 <td>Public slot to save the Interface configuration.</td> |
80 </tr> |
98 </tr> |
81 </table> |
99 </table> |
82 <h3>Static Methods</h3> |
100 <h3>Static Methods</h3> |
|
101 |
83 <table> |
102 <table> |
84 <tr><td>None</td></tr> |
103 <tr><td>None</td></tr> |
85 </table> |
104 </table> |
|
105 |
86 <a NAME="InterfacePage.__init__" ID="InterfacePage.__init__"></a> |
106 <a NAME="InterfacePage.__init__" ID="InterfacePage.__init__"></a> |
87 <h4>InterfacePage (Constructor)</h4> |
107 <h4>InterfacePage (Constructor)</h4> |
88 <b>InterfacePage</b>(<i></i>) |
108 <b>InterfacePage</b>(<i></i>) |
|
109 |
89 <p> |
110 <p> |
90 Constructor |
111 Constructor |
91 </p><a NAME="InterfacePage.__populateLanguageCombo" ID="InterfacePage.__populateLanguageCombo"></a> |
112 </p> |
|
113 <a NAME="InterfacePage.__populateLanguageCombo" ID="InterfacePage.__populateLanguageCombo"></a> |
92 <h4>InterfacePage.__populateLanguageCombo</h4> |
114 <h4>InterfacePage.__populateLanguageCombo</h4> |
93 <b>__populateLanguageCombo</b>(<i></i>) |
115 <b>__populateLanguageCombo</b>(<i></i>) |
|
116 |
94 <p> |
117 <p> |
95 Private method to initialize the language combo box. |
118 Private method to initialize the language combo box. |
96 </p><a NAME="InterfacePage.__populateShellPositionCombo" ID="InterfacePage.__populateShellPositionCombo"></a> |
119 </p> |
|
120 <a NAME="InterfacePage.__populateShellPositionCombo" ID="InterfacePage.__populateShellPositionCombo"></a> |
97 <h4>InterfacePage.__populateShellPositionCombo</h4> |
121 <h4>InterfacePage.__populateShellPositionCombo</h4> |
98 <b>__populateShellPositionCombo</b>(<i></i>) |
122 <b>__populateShellPositionCombo</b>(<i></i>) |
|
123 |
99 <p> |
124 <p> |
100 Private method to initialize the shell position combo box. |
125 Private method to initialize the shell position combo box. |
101 </p><a NAME="InterfacePage.__populateStyleCombo" ID="InterfacePage.__populateStyleCombo"></a> |
126 </p> |
|
127 <a NAME="InterfacePage.__populateStyleCombo" ID="InterfacePage.__populateStyleCombo"></a> |
102 <h4>InterfacePage.__populateStyleCombo</h4> |
128 <h4>InterfacePage.__populateStyleCombo</h4> |
103 <b>__populateStyleCombo</b>(<i></i>) |
129 <b>__populateStyleCombo</b>(<i></i>) |
|
130 |
104 <p> |
131 <p> |
105 Private method to populate the style combo box. |
132 Private method to populate the style combo box. |
106 </p><a NAME="InterfacePage.on_resetLayoutButton_clicked" ID="InterfacePage.on_resetLayoutButton_clicked"></a> |
133 </p> |
|
134 <a NAME="InterfacePage.on_resetLayoutButton_clicked" ID="InterfacePage.on_resetLayoutButton_clicked"></a> |
107 <h4>InterfacePage.on_resetLayoutButton_clicked</h4> |
135 <h4>InterfacePage.on_resetLayoutButton_clicked</h4> |
108 <b>on_resetLayoutButton_clicked</b>(<i></i>) |
136 <b>on_resetLayoutButton_clicked</b>(<i></i>) |
|
137 |
109 <p> |
138 <p> |
110 Private method to reset layout to factory defaults. |
139 Private method to reset layout to factory defaults. |
111 </p><a NAME="InterfacePage.save" ID="InterfacePage.save"></a> |
140 </p> |
|
141 <a NAME="InterfacePage.save" ID="InterfacePage.save"></a> |
112 <h4>InterfacePage.save</h4> |
142 <h4>InterfacePage.save</h4> |
113 <b>save</b>(<i></i>) |
143 <b>save</b>(<i></i>) |
|
144 |
114 <p> |
145 <p> |
115 Public slot to save the Interface configuration. |
146 Public slot to save the Interface configuration. |
116 </p> |
147 </p> |
117 <div align="right"><a href="#top">Up</a></div> |
148 <div align="right"><a href="#top">Up</a></div> |
118 <hr /><hr /> |
149 <hr /> |
|
150 <hr /> |
119 <a NAME="create" ID="create"></a> |
151 <a NAME="create" ID="create"></a> |
120 <h2>create</h2> |
152 <h2>create</h2> |
121 <b>create</b>(<i>dlg</i>) |
153 <b>create</b>(<i>dlg</i>) |
|
154 |
122 <p> |
155 <p> |
123 Module function to create the configuration page. |
156 Module function to create the configuration page. |
124 </p><dl> |
157 </p> |
|
158 <dl> |
|
159 |
125 <dt><i>dlg</i></dt> |
160 <dt><i>dlg</i></dt> |
126 <dd> |
161 <dd> |
127 reference to the configuration dialog |
162 reference to the configuration dialog |
128 </dd> |
163 </dd> |
129 </dl><dl> |
164 </dl> |
|
165 <dl> |
130 <dt>Returns:</dt> |
166 <dt>Returns:</dt> |
131 <dd> |
167 <dd> |
132 reference to the instantiated page (ConfigurationPageBase) |
168 reference to the instantiated page (ConfigurationPageBase) |
133 </dd> |
169 </dd> |
134 </dl> |
170 </dl> |