Allows to show the widget as root window
(self, baseAppInstance)
| 386 | return super(ProjectConfigurationDialog, self).confirm_dialog(self) |
| 387 | |
| 388 | def show(self, baseAppInstance): |
| 389 | """Allows to show the widget as root window""" |
| 390 | self.from_dict_to_fields(self.configDict) |
| 391 | super(ProjectConfigurationDialog, self).show(baseAppInstance) |
| 392 | |
| 393 | |
| 394 | class EditorFileSelectionDialog(gui.FileSelectionDialog): |
nothing calls this directly
no test coverage detected