(self, config)
| 778 | self.setCentralWidget(self.tab_widget) |
| 779 | |
| 780 | def load_config(self, config): |
| 781 | self.config = config |
| 782 | self.config_loaded.emit() |
| 783 | print(f'Project "{self.cfg["Task"]}" successfully loaded.') |
| 784 | |
| 785 | def darkmode(self): |
| 786 | dark_stylesheet = qdarkstyle.load_stylesheet_pyside2() |