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): # noqa: U100 |
164 def create(_dlg): |
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 (unused) |
169 @type ConfigurationDialog |
169 @type ConfigurationDialog |
170 @return reference to the instantiated page |
170 @return reference to the instantiated page |
171 @rtype ConfigurationPageBase |
171 @rtype ConfigurationPageBase |
172 """ |
172 """ |
173 page = ApplicationPage() |
173 page = ApplicationPage() |