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) |