From 01b7c65ba547bb1e318dad903598a41aa22dd122 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Thu, 5 Apr 2018 13:45:07 +0200 Subject: [PATCH] visualisation des regles --- InterfaceQT4/editorSsIhm.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/InterfaceQT4/editorSsIhm.py b/InterfaceQT4/editorSsIhm.py index 13df2807..ef19a6c2 100755 --- a/InterfaceQT4/editorSsIhm.py +++ b/InterfaceQT4/editorSsIhm.py @@ -363,6 +363,13 @@ class JDCEditorSsIhm : strRapport = six.text_type( self.jdc.report() ) self._viewText(strRapport, "JDC_RAPPORT") + #-----------------------# + def viewJdcRegles(self): + #-----------------------# + # on ajoute les regles + texte_global, test_global = self.jdc.verifRegles() + self._viewText(texte_global, "JDC_REGLES") + #-----------------------# def getJdcRapport(self): #-----------------------# -- 2.39.2