X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FblocFissure%2Fihm%2FfissureGenerale_plugin.py;h=fe0627fd18559d53c00afabc0993644e11bd5116;hp=e2d5d9dc1ba5b8edf89d123851609ccda7c36b63;hb=c570e0f979380e153cef5dd6beb519180e89bd31;hpb=fe678b8dc0f994b3bfc0dc7ee681edcec466dbb0 diff --git a/src/Tools/blocFissure/ihm/fissureGenerale_plugin.py b/src/Tools/blocFissure/ihm/fissureGenerale_plugin.py index e2d5d9dc1..fe0627fd1 100644 --- a/src/Tools/blocFissure/ihm/fissureGenerale_plugin.py +++ b/src/Tools/blocFissure/ihm/fissureGenerale_plugin.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2006-2015 EDF R&D +# Copyright (C) 2006-2016 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -97,7 +97,8 @@ def fissureGeneraleDlg(context): nbSegCercle = 32, areteFaceFissure = 10, reptrav = '.', - nomres = 'casStandard_fissure.med') + nomres = 'casStandard_fissure.med', + verbosite = 0) def initDialog(self, dico): @@ -114,6 +115,7 @@ def fissureGeneraleDlg(context): self.ui.dsb_areteFaceFissure.setValue(dico['areteFaceFissure']) self.ui.le_reptrav.setText(os.path.abspath(dico['reptrav'])) self.ui.le_nomres.setText(os.path.split(dico['nomres'])[1]) + self.ui.cb_log.setCurrentIndex(dico['verbosite']) incomplet = self.testval(dico) pass