src/eric7/Preferences/ConfigurationPages/HelpViewersPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
56 """ 56 """
57 Preferences.setHelp("HelpViewerType", self.helpViewerGroup.checkedId()) 57 Preferences.setHelp("HelpViewerType", self.helpViewerGroup.checkedId())
58 Preferences.setHelp("CustomViewer", self.customViewerPicker.text()) 58 Preferences.setHelp("CustomViewer", self.customViewerPicker.text())
59 59
60 60
61 def create(dlg): 61 def create(dlg): # noqa: U100
62 """ 62 """
63 Module function to create the configuration page. 63 Module function to create the configuration page.
64 64
65 @param dlg reference to the configuration dialog 65 @param dlg reference to the configuration dialog
66 @return reference to the instantiated page (ConfigurationPageBase) 66 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial