From 88798ebfafdd49019805e9f745bb9dff40eb8c3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernard=20S=C3=A9cher=C3=83?= Date: Fri, 26 Feb 2021 13:21:58 +0100 Subject: [PATCH] update --- CoreFlows/gui/ui/MainCFWidget.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/CoreFlows/gui/ui/MainCFWidget.py b/CoreFlows/gui/ui/MainCFWidget.py index 6b3fcf4..82ca2fa 100755 --- a/CoreFlows/gui/ui/MainCFWidget.py +++ b/CoreFlows/gui/ui/MainCFWidget.py @@ -16,8 +16,6 @@ class MainCFWidget(QtWidgets.QTabWidget): self.models += [self.widget(2+i)] for i in range(5): self.removeTab(3) -# for i in range(5): -# self.insertTab(3+i,self.models[i],"Physical model") def scanWidgets(self): print(self.tabModel) -- 2.39.2