|
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.InterfacePage</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.InterfacePage</h1> |
|
12 <p> |
|
13 Module implementing the Interface 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="#InterfacePage">InterfacePage</a></td> |
|
23 <td>Class implementing the Interface configuration 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="InterfacePage" ID="InterfacePage"></a> |
|
35 <h2>InterfacePage</h2> |
|
36 <p> |
|
37 Class implementing the Interface configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_InterfacePage |
|
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="#InterfacePage.__init__">InterfacePage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#InterfacePage.__populateLanguageCombo">__populateLanguageCombo</a></td> |
|
52 <td>Private method to initialize the language combobox of the Interface configuration page.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#InterfacePage.__populateStyleCombo">__populateStyleCombo</a></td> |
|
55 <td>Private method to populate the style combo box.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#InterfacePage.on_resetLayoutButton_clicked">on_resetLayoutButton_clicked</a></td> |
|
58 <td>Private method to reset layout to factory defaults</td> |
|
59 </tr><tr> |
|
60 <td><a href="#InterfacePage.on_stderrTextColourButton_clicked">on_stderrTextColourButton_clicked</a></td> |
|
61 <td>Private slot to set the foreground colour of the caret.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#InterfacePage.on_styleSheetButton_clicked">on_styleSheetButton_clicked</a></td> |
|
64 <td>Private method to select the style sheet file via a dialog.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#InterfacePage.save">save</a></td> |
|
67 <td>Public slot to save the Interface configuration.</td> |
|
68 </tr> |
|
69 </table> |
|
70 <a NAME="InterfacePage.__init__" ID="InterfacePage.__init__"></a> |
|
71 <h4>InterfacePage (Constructor)</h4> |
|
72 <b>InterfacePage</b>(<i></i>) |
|
73 <p> |
|
74 Constructor |
|
75 </p><a NAME="InterfacePage.__populateLanguageCombo" ID="InterfacePage.__populateLanguageCombo"></a> |
|
76 <h4>InterfacePage.__populateLanguageCombo</h4> |
|
77 <b>__populateLanguageCombo</b>(<i></i>) |
|
78 <p> |
|
79 Private method to initialize the language combobox of the Interface |
|
80 configuration page. |
|
81 </p><a NAME="InterfacePage.__populateStyleCombo" ID="InterfacePage.__populateStyleCombo"></a> |
|
82 <h4>InterfacePage.__populateStyleCombo</h4> |
|
83 <b>__populateStyleCombo</b>(<i></i>) |
|
84 <p> |
|
85 Private method to populate the style combo box. |
|
86 </p><a NAME="InterfacePage.on_resetLayoutButton_clicked" ID="InterfacePage.on_resetLayoutButton_clicked"></a> |
|
87 <h4>InterfacePage.on_resetLayoutButton_clicked</h4> |
|
88 <b>on_resetLayoutButton_clicked</b>(<i></i>) |
|
89 <p> |
|
90 Private method to reset layout to factory defaults |
|
91 </p><a NAME="InterfacePage.on_stderrTextColourButton_clicked" ID="InterfacePage.on_stderrTextColourButton_clicked"></a> |
|
92 <h4>InterfacePage.on_stderrTextColourButton_clicked</h4> |
|
93 <b>on_stderrTextColourButton_clicked</b>(<i></i>) |
|
94 <p> |
|
95 Private slot to set the foreground colour of the caret. |
|
96 </p><a NAME="InterfacePage.on_styleSheetButton_clicked" ID="InterfacePage.on_styleSheetButton_clicked"></a> |
|
97 <h4>InterfacePage.on_styleSheetButton_clicked</h4> |
|
98 <b>on_styleSheetButton_clicked</b>(<i></i>) |
|
99 <p> |
|
100 Private method to select the style sheet file via a dialog. |
|
101 </p><a NAME="InterfacePage.save" ID="InterfacePage.save"></a> |
|
102 <h4>InterfacePage.save</h4> |
|
103 <b>save</b>(<i></i>) |
|
104 <p> |
|
105 Public slot to save the Interface configuration. |
|
106 </p> |
|
107 <div align="right"><a href="#top">Up</a></div> |
|
108 <hr /><hr /> |
|
109 <a NAME="create" ID="create"></a> |
|
110 <h2>create</h2> |
|
111 <b>create</b>(<i>dlg</i>) |
|
112 <p> |
|
113 Module function to create the configuration page. |
|
114 </p><dl> |
|
115 <dt><i>dlg</i></dt> |
|
116 <dd> |
|
117 reference to the configuration dialog |
|
118 </dd> |
|
119 </dl> |
|
120 <div align="right"><a href="#top">Up</a></div> |
|
121 <hr /> |
|
122 </body></html> |