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 |