188 ) |
188 ) |
189 |
189 |
190 Preferences.setWebBrowser("ShowToolbars", self.toolbarsCheckBox.isChecked()) |
190 Preferences.setWebBrowser("ShowToolbars", self.toolbarsCheckBox.isChecked()) |
191 |
191 |
192 |
192 |
193 def create(dlg): # noqa: U100 |
193 def create(_dlg): |
194 """ |
194 """ |
195 Module function to create the configuration page. |
195 Module function to create the configuration page. |
196 |
196 |
197 @param dlg reference to the configuration dialog |
197 @param _dlg reference to the configuration dialog (unused) |
198 @type ConfigurationDialog |
198 @type ConfigurationDialog |
199 @return reference to the instantiated page |
199 @return reference to the instantiated page |
200 @rtype ConfigurationPageBase |
200 @rtype ConfigurationPageBase |
201 """ |
201 """ |
202 page = WebBrowserAppearancePage() |
202 page = WebBrowserAppearancePage() |