268 language, tabWidth, indentWidth = dlg.getData() |
268 language, tabWidth, indentWidth = dlg.getData() |
269 itm.setText(1, "{0:2d}".format(tabWidth)) |
269 itm.setText(1, "{0:2d}".format(tabWidth)) |
270 itm.setText(2, "{0:2d}".format(indentWidth)) |
270 itm.setText(2, "{0:2d}".format(indentWidth)) |
271 |
271 |
272 |
272 |
273 def create(dlg): |
273 def create(dlg): # noqa: U100 |
274 """ |
274 """ |
275 Module function to create the configuration page. |
275 Module function to create the configuration page. |
276 |
276 |
277 @param dlg reference to the configuration dialog |
277 @param dlg reference to the configuration dialog |
278 @return reference to the instantiated page (ConfigurationPageBase) |
278 @return reference to the instantiated page (ConfigurationPageBase) |