From: Bernard Sécherà Date: Tue, 2 Mar 2021 08:36:53 +0000 (+0100) Subject: focus on the models choice tab X-Git-Tag: V9_7_0~34^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4cd92a22a81c49b2dc258d034dbd308ffbf464be;p=tools%2Fsolverlab.git focus on the models choice tab --- diff --git a/CoreFlows/gui/ui/MainCFWidget.py b/CoreFlows/gui/ui/MainCFWidget.py index 3c65602..f7f53c3 100755 --- a/CoreFlows/gui/ui/MainCFWidget.py +++ b/CoreFlows/gui/ui/MainCFWidget.py @@ -17,6 +17,7 @@ class MainCFWidget(QtWidgets.QTabWidget): self.models += [self.widget(2+i)] for i in range(5): self.removeTab(3) + self.setCurrentIndex(0) def scanWidgets(self): print(self.tabModel)