Salome HOME
Modifications liees a MT
[tools/eficas.git] / InterfaceQT4 / monChoixCata.py
index 4fe4168f637d4176e57e6ce8a5ce5993e9eabecb..8ecd647d4daf04e2e63bf6945d8cb383c4e829c8 100644 (file)
@@ -38,10 +38,13 @@ class MonChoixCata(Ui_DChoixCata,QDialog):
       self.TLNb.setText(tr("%d versions du catalogue sont disponibles", len(listeCata)))
       if title is not None:
           self.setWindowTitle(tr(title))
+      self.buttonOk.clicked.connect(self.cataChoisi)
+      self.buttonCancel.clicked.connect(self.sortSansChoix)
 
-  def on_buttonCancel_clicked(self):
+
+  def sortSansChoix(self):
       QDialog.reject(self)
 
-  def on_buttonOk_clicked(self):
+  def cataChoisi(self):
       QDialog.accept(self)