159 ) |
159 ) |
160 |
160 |
161 Preferences.setUI("UpgraderDelay", self.upgraderDelaySpinBox.value()) |
161 Preferences.setUI("UpgraderDelay", self.upgraderDelaySpinBox.value()) |
162 |
162 |
163 |
163 |
164 def create(dlg): |
164 def create(dlg): # noqa: U100 |
165 """ |
165 """ |
166 Module function to create the configuration page. |
166 Module function to create the configuration page. |
167 |
167 |
168 @param dlg reference to the configuration dialog |
168 @param dlg reference to the configuration dialog |
169 @return reference to the instantiated page (ConfigurationPageBase) |
169 @return reference to the instantiated page (ConfigurationPageBase) |