254 except KeyError: |
254 except KeyError: |
255 index = self.pageIds[" "] |
255 index = self.pageIds[" "] |
256 self.stackedWidget.setCurrentIndex(index) |
256 self.stackedWidget.setCurrentIndex(index) |
257 |
257 |
258 |
258 |
259 def create(dlg): |
259 def create(dlg): # noqa: U100 |
260 """ |
260 """ |
261 Module function to create the configuration page. |
261 Module function to create the configuration page. |
262 |
262 |
263 @param dlg reference to the configuration dialog |
263 @param dlg reference to the configuration dialog |
264 @return reference to the instantiated page (ConfigurationPageBase) |
264 @return reference to the instantiated page (ConfigurationPageBase) |