Salome HOME
update of plugin Verima
[modules/smesh.git] / src / Tools / Verima / Gui / maFenetreChoix.py
index 3a52bab9eb7ad234af0f30d87eaa3c5e48c77f30..359ceb4add2702a319352367b748bc9aec7de9f2 100644 (file)
@@ -23,6 +23,8 @@ class MaFenetreChoix(Ui_Choix ,QtGui.QDialog):
       self.connect(self.PBMachine,SIGNAL("clicked()"),self.MachinePush)
       self.connect(self.PBGroupe,SIGNAL("clicked()"),self.GroupePush)
       self.connect(self.PBRatio,SIGNAL("clicked()"),self.RatioPush)
+      self.connect(self.PBGroupeRatio,SIGNAL("clicked()"),self.GroupeRatioPush)
+      self.connect(self.PBGroupeTaille,SIGNAL("clicked()"),self.GroupeTaillePush)
       self.connect(self.PBPerf,SIGNAL("clicked()"),self.PerfPush)
       self.connect(self.PBMaille,SIGNAL("clicked()"),self.MaillePush)
       self.connect(self.PBTaille,SIGNAL("clicked()"),self.TaillePush)
@@ -44,6 +46,15 @@ class MaFenetreChoix(Ui_Choix ,QtGui.QDialog):
       editor=TableEditor(self.db.maTableRatios,self)
       editor.exec_()
       
+  def GroupeRatioPush(self):
+      editor=TableEditor(self.db.maTableGroupeRatios,self)
+      editor.exec_()
+
+  def GroupeTaillePush(self):
+      editor=TableEditor(self.db.maTableGroupeTailles,self)
+      editor.exec_()
+      
+      
   def PerfPush(self):
       editor=TableEditor(self.db.maTablePerfs,self)
       editor.exec_()