src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfaceLightPage.html

branch
eric7
changeset 10518
1682f3203ae5
parent 10479
856476537696
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10517:aecd5a8c958c 10518:1682f3203ae5
66 <tr> 66 <tr>
67 <td><a href="#InterfaceLightPage.__populateStyleCombo">__populateStyleCombo</a></td> 67 <td><a href="#InterfaceLightPage.__populateStyleCombo">__populateStyleCombo</a></td>
68 <td>Private method to populate the style combo box.</td> 68 <td>Private method to populate the style combo box.</td>
69 </tr> 69 </tr>
70 <tr> 70 <tr>
71 <td><a href="#InterfaceLightPage.__setIconBarSamples">__setIconBarSamples</a></td>
72 <td>Private slot to set the colors of the icon bar color samples.</td>
73 </tr>
74 <tr>
75 <td><a href="#InterfaceLightPage.on_iconBarButton_clicked">on_iconBarButton_clicked</a></td>
76 <td>Private slot to select the icon bar color.</td>
77 </tr>
78 <tr>
71 <td><a href="#InterfaceLightPage.save">save</a></td> 79 <td><a href="#InterfaceLightPage.save">save</a></td>
72 <td>Public slot to save the Interface configuration.</td> 80 <td>Public slot to save the Interface configuration.</td>
73 </tr> 81 </tr>
74 </table> 82 </table>
75 83
79 </table> 87 </table>
80 88
81 89
82 <a NAME="InterfaceLightPage.__init__" ID="InterfaceLightPage.__init__"></a> 90 <a NAME="InterfaceLightPage.__init__" ID="InterfaceLightPage.__init__"></a>
83 <h4>InterfaceLightPage (Constructor)</h4> 91 <h4>InterfaceLightPage (Constructor)</h4>
84 <b>InterfaceLightPage</b>(<i></i>) 92 <b>InterfaceLightPage</b>(<i>withSidebars=False</i>)
85 <p> 93 <p>
86 Constructor 94 Constructor
87 </p> 95 </p>
88 96
97 <dl>
98
99 <dt><i>withSidebars</i> (bool (optional))</dt>
100 <dd>
101 flag indicating to show the sidebars configuration group
102 (defaults to False)
103 </dd>
104 </dl>
89 <a NAME="InterfaceLightPage.__populateLanguageCombo" ID="InterfaceLightPage.__populateLanguageCombo"></a> 105 <a NAME="InterfaceLightPage.__populateLanguageCombo" ID="InterfaceLightPage.__populateLanguageCombo"></a>
90 <h4>InterfaceLightPage.__populateLanguageCombo</h4> 106 <h4>InterfaceLightPage.__populateLanguageCombo</h4>
91 <b>__populateLanguageCombo</b>(<i></i>) 107 <b>__populateLanguageCombo</b>(<i></i>)
92 <p> 108 <p>
93 Private method to initialize the language combo box. 109 Private method to initialize the language combo box.
98 <b>__populateStyleCombo</b>(<i></i>) 114 <b>__populateStyleCombo</b>(<i></i>)
99 <p> 115 <p>
100 Private method to populate the style combo box. 116 Private method to populate the style combo box.
101 </p> 117 </p>
102 118
119 <a NAME="InterfaceLightPage.__setIconBarSamples" ID="InterfaceLightPage.__setIconBarSamples"></a>
120 <h4>InterfaceLightPage.__setIconBarSamples</h4>
121 <b>__setIconBarSamples</b>(<i></i>)
122 <p>
123 Private slot to set the colors of the icon bar color samples.
124 </p>
125
126 <a NAME="InterfaceLightPage.on_iconBarButton_clicked" ID="InterfaceLightPage.on_iconBarButton_clicked"></a>
127 <h4>InterfaceLightPage.on_iconBarButton_clicked</h4>
128 <b>on_iconBarButton_clicked</b>(<i></i>)
129 <p>
130 Private slot to select the icon bar color.
131 </p>
132
103 <a NAME="InterfaceLightPage.save" ID="InterfaceLightPage.save"></a> 133 <a NAME="InterfaceLightPage.save" ID="InterfaceLightPage.save"></a>
104 <h4>InterfaceLightPage.save</h4> 134 <h4>InterfaceLightPage.save</h4>
105 <b>save</b>(<i></i>) 135 <b>save</b>(<i></i>)
106 <p> 136 <p>
107 Public slot to save the Interface configuration. 137 Public slot to save the Interface configuration.
110 <div align="right"><a href="#top">Up</a></div> 140 <div align="right"><a href="#top">Up</a></div>
111 <hr /> 141 <hr />
112 <hr /> 142 <hr />
113 <a NAME="create" ID="create"></a> 143 <a NAME="create" ID="create"></a>
114 <h2>create</h2> 144 <h2>create</h2>
115 <b>create</b>(<i>dlg</i>) 145 <b>create</b>(<i>dlg, withSidebars=False</i>)
116 <p> 146 <p>
117 Module function to create the configuration page. 147 Module function to create the configuration page.
118 </p> 148 </p>
119 149
120 <dl> 150 <dl>
121 151
122 <dt><i>dlg</i> (ConfigurationDialog)</dt> 152 <dt><i>dlg</i> (ConfigurationDialog)</dt>
123 <dd> 153 <dd>
124 reference to the configuration dialog 154 reference to the configuration dialog
155 </dd>
156 <dt><i>withSidebars</i> (bool (optional))</dt>
157 <dd>
158 flag indicating to show the sidebars configuration group
159 (defaults to False)
125 </dd> 160 </dd>
126 </dl> 161 </dl>
127 <dl> 162 <dl>
128 <dt>Return:</dt> 163 <dt>Return:</dt>
129 <dd> 164 <dd>

eric ide

mercurial