Salome HOME
onItem=Deplie
[tools/eficas.git] / InterfaceQT4 / viewManager.py
index c393cf34cb49e420699003c37ddaf377500b6c97..6e5501a5273bf2d9a8e5401c6e6ef59878a20ef5 100644 (file)
@@ -176,6 +176,11 @@ class MyTabview:
        if index < 0 : return
        self.dict_editors[index].viewJdcSource()
 
+   def handleViewJdcRegles(self):
+       index=self.myQtab.currentIndex()
+       if index < 0 : return
+       self.dict_editors[index].viewJdcRegles()
+
    def handlegestionParam(self):
        index=self.myQtab.currentIndex()
        if index < 0 :