src/eric7/Preferences/ConfigurationPages/EricServerPage.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
36 """ 36 """
37 Preferences.setEricServer("ConnectionTimeout", self.timeoutSpinBox.value()) 37 Preferences.setEricServer("ConnectionTimeout", self.timeoutSpinBox.value())
38 Preferences.setEricServer("AutostartShell", self.startShellCheckBox.isChecked()) 38 Preferences.setEricServer("AutostartShell", self.startShellCheckBox.isChecked())
39 39
40 40
41 def create(dlg): # noqa: U100 41 def create(dlg): # noqa: U-100
42 """ 42 """
43 Module function to create the configuration page. 43 Module function to create the configuration page.
44 44
45 @param dlg reference to the configuration dialog 45 @param dlg reference to the configuration dialog
46 @type ConfigurationDialog 46 @type ConfigurationDialog

eric ide

mercurial