初始化插件系统
(self, firstLoad=True)
| 270 | return self.oldHook(ty, value, _traceback) |
| 271 | |
| 272 | def initPluginSystem(self, firstLoad=True): |
| 273 | """初始化插件系统""" |
| 274 | self.pluginManager.readAllPlugins(firstLoad) |
| 275 | self.pluginManager.initSinglePluginsWidget(self.pluginsInterface.pluginsVerticalLayout) |
| 276 | |
| 277 | def initNavigation(self): |
| 278 | """初始化导航栏""" |
no test coverage detected