97 ) |
97 ) |
98 Preferences.setEditor("AutoCompletionMaxLines", self.acLinesSlider.value()) |
98 Preferences.setEditor("AutoCompletionMaxLines", self.acLinesSlider.value()) |
99 Preferences.setEditor("AutoCompletionMaxChars", self.acCharSlider.value()) |
99 Preferences.setEditor("AutoCompletionMaxChars", self.acCharSlider.value()) |
100 |
100 |
101 |
101 |
102 def create(dlg): |
102 def create(dlg): # noqa: U100 |
103 """ |
103 """ |
104 Module function to create the configuration page. |
104 Module function to create the configuration page. |
105 |
105 |
106 @param dlg reference to the configuration dialog |
106 @param dlg reference to the configuration dialog |
107 @return reference to the instantiated page (ConfigurationPageBase) |
107 @return reference to the instantiated page (ConfigurationPageBase) |