From 3b2ddd15b11d9dcdca0d56747fa7f6917b1d4063 Mon Sep 17 00:00:00 2001 From: ilct <> Date: Tue, 22 Nov 2011 12:51:00 +0000 Subject: [PATCH] il : ajout Carmel3D --- InterfaceQT4/monChoixCode.py | 2 +- UiQT4/desChoixCode.ui | 145 +++++++++++++++++++---------------- 2 files changed, 82 insertions(+), 65 deletions(-) diff --git a/InterfaceQT4/monChoixCode.py b/InterfaceQT4/monChoixCode.py index a5323a62..3e876dd1 100644 --- a/InterfaceQT4/monChoixCode.py +++ b/InterfaceQT4/monChoixCode.py @@ -47,7 +47,7 @@ class MonChoixCode(Ui_ChoixCode,QDialog): def verifieInstall(self): self.groupCodes=QButtonGroup(self) - for code in ('Aster','Cuve2dg','MAP','Openturns_Study','Openturns_Wrapper'): + for code in ('Aster','Cuve2dg','MAP','Openturns_Study','Openturns_Wrapper','Carmel3D'): nom='rB_'+code bouton=getattr(self,nom) dirCode=os.path.abspath(os.path.join(os.getcwd(),'..',code)) diff --git a/UiQT4/desChoixCode.ui b/UiQT4/desChoixCode.ui index 455257be..607b09a5 100644 --- a/UiQT4/desChoixCode.ui +++ b/UiQT4/desChoixCode.ui @@ -1,7 +1,8 @@ - + + ChoixCode - - + + 0 0 @@ -9,31 +10,31 @@ 442 - + Choix du code - - - + + + - - + + 0 30 - + Veuillez choisir un code : - - + + Qt::Horizontal - + 40 20 @@ -43,15 +44,15 @@ - - - + + + Qt::Vertical - + QSizePolicy::Preferred - + 20 70 @@ -59,17 +60,17 @@ - - - - - + + + + + Qt::Horizontal - + QSizePolicy::Preferred - + 40 20 @@ -77,73 +78,86 @@ - - - + + + - - + + 0 30 - + Aster - + true - - + + + + 0 + 30 + + + + Carmel3D + + + + + + 0 30 - + Cuve2dg - - + + 0 30 - + MAP - - + + 0 30 - + Openturns_Study - - + + 0 30 - + Openturns_Wrapper @@ -151,12 +165,12 @@ - - - + + + Qt::Horizontal - + 40 20 @@ -166,40 +180,43 @@ - - - + + + Qt::Vertical - + + QSizePolicy::Preferred + + 20 - 86 + 58 - - + + - - + + 80 30 - + OK - - + + Qt::Horizontal - + 40 20 @@ -208,14 +225,14 @@ - - + + 80 30 - + Cancel -- 2.39.2