src/eric7/Preferences/ConfigurationPages/HelpViewersPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10628
6968d6c31b3e
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
58 Preferences.setHelp("HelpViewerType", self.helpViewerGroup.checkedId()) 58 Preferences.setHelp("HelpViewerType", self.helpViewerGroup.checkedId())
59 Preferences.setHelp("CustomViewer", self.customViewerPicker.text()) 59 Preferences.setHelp("CustomViewer", self.customViewerPicker.text())
60 Preferences.setHelp("ForceQTextBrowser", self.enforceQTBCheckBox.isChecked()) 60 Preferences.setHelp("ForceQTextBrowser", self.enforceQTBCheckBox.isChecked())
61 61
62 62
63 def create(dlg): # noqa: U100 63 def create(_dlg):
64 """ 64 """
65 Module function to create the configuration page. 65 Module function to create the configuration page.
66 66
67 @param dlg reference to the configuration dialog 67 @param _dlg reference to the configuration dialog (unused)
68 @type ConfigurationDialog 68 @type ConfigurationDialog
69 @return reference to the instantiated page 69 @return reference to the instantiated page
70 @rtype ConfigurationPageBase 70 @rtype ConfigurationPageBase
71 """ 71 """
72 page = HelpViewersPage() 72 page = HelpViewersPage()

eric ide

mercurial