src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10135
36839e2c6945
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
201 ) 201 )
202 202
203 Preferences.setWebBrowser("ShowToolbars", self.toolbarsCheckBox.isChecked()) 203 Preferences.setWebBrowser("ShowToolbars", self.toolbarsCheckBox.isChecked())
204 204
205 205
206 def create(dlg): 206 def create(dlg): # noqa: U100
207 """ 207 """
208 Module function to create the configuration page. 208 Module function to create the configuration page.
209 209
210 @param dlg reference to the configuration dialog 210 @param dlg reference to the configuration dialog
211 @return reference to the instantiated page (ConfigurationPageBase) 211 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial