211 self, |
211 self, |
212 ) |
212 ) |
213 dlg.exec() |
213 dlg.exec() |
214 |
214 |
215 |
215 |
216 def create(dlg): |
216 def create(dlg): # noqa: U100 |
217 """ |
217 """ |
218 Module function to create the configuration page. |
218 Module function to create the configuration page. |
219 |
219 |
220 @param dlg reference to the configuration dialog |
220 @param dlg reference to the configuration dialog |
221 @return reference to the instantiated page (ConfigurationPageBase) |
221 @return reference to the instantiated page (ConfigurationPageBase) |