]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
PN pour la doc
authorPascale Noyret <pascale.noyret@edf.fr>
Mon, 12 Nov 2007 09:33:57 +0000 (09:33 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Mon, 12 Nov 2007 09:33:57 +0000 (09:33 +0000)
33 files changed:
InterfaceQT/monCommandePanel.py
InterfaceQT/monFormulePanel.py
InterfaceQT/monMCFactPanel.py
InterfaceQT/monMCListAjoutPanel.py
InterfaceQT/monMacroPanel.py
InterfaceQT/monParamPanel.py
InterfaceQT/monPlusieursBasePanel.py
InterfaceQT/monPlusieursIntoPanel.py
InterfaceQT/monRacinePanel.py
InterfaceQT/monUniqueASSDPanel.py
InterfaceQT/monUniqueBasePanel.py
InterfaceQT/monUniqueCompPanel.py
InterfaceQT/monUniqueIntoPanel.py
InterfaceQT/monUniqueSDCOIntoPanel.py
InterfaceQT/monUniqueSDCOPanel.py
InterfaceQT/qtCommun.py
Ui/desCommande.py
Ui/desCommande.ui
Ui/desError.py
Ui/desError.ui
Ui/desFormule.py
Ui/desFormule.ui
Ui/desInactif.py
Ui/desInactif.ui
Ui/desMCFact.py
Ui/desMCFact.ui
Ui/desMCListAjout.ui
Ui/desMacro.py
Ui/desMacro.ui
Ui/desParam.py
Ui/desParam.ui
Ui/desRacine.py
Ui/desRacine.ui

index a15cc8a190141246ed988a5a0638815ceb1f9063..16962da8a1ac25413a1a2b29f48e4639cf9fc0cd 100644 (file)
@@ -50,6 +50,9 @@ class MonCommandePanel(DComm,QTPanelTBW1,QTPanelTBW2,QTPanelTBW3):
   def BOkPressed(self):
       QTPanel.BOkPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
   def BNextPressed(self):
       QTPanelTBW2.BNextPressed(self)
 
index e3af126d7d0ddc87fa02316c29a69b78bd37452a..e691082eacf674264b069911f62cd70a20689a5b 100644 (file)
@@ -58,6 +58,9 @@ class MonFormulePanel(DFormule,QTPanelTBW2):
   def BOkPressed(self):
       QTPanel.BOkPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
   def BNextPressed(self):
       QTPanelTBW2.BNextPressed(self)
 
index ccd3f6e3e0ac9c336ca860a09e2a75133ce1d8b3..fc806931ef7711b132c84fa6cb987ea3fd8e5dd7 100644 (file)
@@ -46,3 +46,6 @@ class MonMCFactPanel(DMCFact,QTPanelTBW1):
   def BOkPressed(self):
       QTPanel.BOkPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
index 622deab5efde0ac7eb42308c9febb3f991ea2c0e..8cb0eb376347873b3d135d6297dec17d77ba7afd 100644 (file)
@@ -47,3 +47,6 @@ class MonMCListAjoutPanel(DMCListAjout,QTPanel):
   def BAjoutClicked(self):
         self.node.parent.append_child(self.node.item.get_nom())
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
index 10bcf416a209a185de804cce222b9db204710f58..bb2d8036eabd1b7803192a6780746e4b261f344d 100644 (file)
@@ -47,6 +47,8 @@ class MonMacroPanel(DMacro,QTPanelTBW1,QTPanelTBW2,QTPanelTBW3):
         else :
            self.TWChoix.removePage(self.TWChoix.page(2))
            
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
 
   def BSupPressed(self):
       QTPanel.BSupPressed(self)
index a3760ae1eb5ff295d3b399811bc59e8ad71b143a..70d70c48093a40fc7e04b0ad07f08f1e71229d09 100644 (file)
@@ -130,4 +130,6 @@ class MonParamPanel(DParam,QTPanelTBW2,QTPanel):
   def BOkPressed(self):
       QTPanel.BOkPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
 
index 2cc00e5d584ee8174b0cf7a831bff8a2c81c82d4..ae0a176bb83dfe12822ec0e25f2d95f63ba740a8 100644 (file)
@@ -46,6 +46,9 @@ class MonPlusieursBasePanel(DPlusBase,QTPanel,SaisieValeur):
         self.BuildLBValeurs()
         self.listeValeursCourantes=self.node.item.GetListeValeurs()
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
   def BuildLBValeurs(self):
        # redefinit en raison de l heritage par monFonctionPanel
         SaisieValeur.BuildLBValeurs(self)
index 2d08806706474b6c2a551d770a2c046fb6867b5f..fe9aa86294944bf5242f94d7e4af2760df8a1140 100644 (file)
@@ -55,6 +55,9 @@ class MonPlusieursIntoPanel(DPlusInto,QTPanel,SaisieValeur):
   def BSupPressed(self):
         QTPanel.BSupPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
   def Sup1Valeur(self):
         index=self.LBValeurs.currentItem()
         self.LBValeurs.removeItem(self.LBValeurs.currentItem())
index f1c3a223b12d596f82388a6a4b62029498d298ea..bf8f3a8e649fed306f88509ba0c22f585bc393ca 100644 (file)
@@ -47,6 +47,9 @@ class MonRacinePanel(DRac,QTPanelTBW2):
   def BOkPressed(self):
       self.DefCmd()
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
   def BNextPressed(self):
       QTPanelTBW2.BNextPressed(self)
 
index 8875415378c89b09e0e5c4090cb0c99b725b17c6..c7c96493376b305448fd36ce274f588f27b07d43 100644 (file)
@@ -51,3 +51,6 @@ class MonUniqueASSDPanel(DUnASSD,QTPanel,SaisieValeur):
   def BSupPressed(self):
         QTPanel.BSupPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
index a5795772995443d027620bdb294bc88e890f8ee9..30161f97f7781079c6725b44aba748204c775b29 100644 (file)
@@ -45,6 +45,9 @@ class MonUniqueBasePanel(DUnBase,QTPanel,SaisieValeur):
         self.politique=PolitiqueUnique(node,parent)
         self.InitLineEditVal()
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
   def InitLineEditVal(self):
         valeur=self.node.item.get_valeur()
         valeurTexte=self.politique.GetValeurTexte(valeur)
index 03a6bba0551acdedd68a9ca1ec8eb180d084816f..ccca10531c38cea977e1eff0fe270b1a50c90074 100644 (file)
@@ -150,3 +150,6 @@ class MonUniqueCompPanel(DUnComp,QTPanel,PolitiqueUnique):
   def BSupPressed(self):
         QTPanel.BSupPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
index 433191814c87bfa30c9db87c6cdec8553d869da9..86a199586fd68671a190d73d43e7e59fdc79ac00 100644 (file)
@@ -55,3 +55,6 @@ class MonUniqueIntoPanel(DUnIn,QTPanel,SaisieValeur):
   def BSupPressed(self):
         QTPanel.BSupPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
index f0368f3d93cdcb53456df2b925beb99a46ae7e12..3ec103ca26fbb49cf7d7091ba8c8c2918e80e37a 100644 (file)
@@ -105,3 +105,6 @@ class MonUniqueSDCOIntoPanel(DUnSDCOInto,QTPanel,SaisieSDCO):
   def BSupPressed(self):
         QTPanel.BSupPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
index 61e5d7460078fabe5a82693c72e0934c5bc8d57e..f2247ed11534a0a5b9abe3646ac119a223917a36 100644 (file)
@@ -62,3 +62,6 @@ class MonUniqueSDCOPanel(DUnSDCO,QTPanel,SaisieSDCO):
         """
         SaisieSDCO.LESDCOReturnPressed(self)
 
+  def ViewDoc(self):
+      QTPanel.ViewDoc(self)
+
index bc144f21b3cbb951083c14c7769fb02abb793302..7c6944e918d113750c79fe8e636612411bc8109a 100644 (file)
@@ -46,6 +46,21 @@ class QTPanel:
         self.editor.init_modif()
         self.node.delete()
         
+  def ViewDoc(self) :
+      cle_doc = self.node.item.get_docu()
+      if cle_doc == None : return
+      cle_doc = string.replace(cle_doc,'.','')
+      cle_doc = string.replace(cle_doc,'-','')
+      commande = self.editor.CONFIGURATION.exec_acrobat
+      nom_fichier = cle_doc+".pdf"
+      fichier = os.path.abspath(os.path.join(self.editor.CONFIGURATION.path_doc,
+                                       nom_fichier))
+      if os.name == 'nt':
+          os.spawnv(os.P_NOWAIT,commande,(commande,fichier,))
+      elif os.name == 'posix':
+          script ="#!/usr/bin/sh \n%s %s&" %(commande,fichier)
+          pid = os.system(script)
+
   def BOkPressed(self):
         """ Impossible d utiliser les vrais labels avec designer ?? """
         label=self.TWChoix.tabLabel(self.TWChoix.currentPage())
index 701122b8eca969d481b5db7992e636223d21a31d..fc7abbc0cdf2a4333a62b4873d85fe69b87cfa6b 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desCommande.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: sam nov 10 08:41:43 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -171,7 +171,7 @@ class DComm(QWidget):
         self.connect(self.LENomConcept,SIGNAL("returnPressed()"),self.LENomConceptReturnPressed)
         self.connect(self.RBGroupe,SIGNAL("clicked()"),self.BuildTabCommand)
         self.connect(self.RBalpha,SIGNAL("clicked()"),self.BuildTabCommand)
-        self.connect(self.bHelp,SIGNAL("clicked()"),self.BHelpPressed)
+        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
         self.connect(self.BNext,SIGNAL("pressed()"),self.BNextPressed)
 
 
@@ -228,8 +228,8 @@ class DComm(QWidget):
     def BuildTabCommand(self):
         print "DComm.BuildTabCommand(): Not implemented yet"
 
-    def BHelpPressed(self):
-        print "DComm.BHelpPressed(): Not implemented yet"
+    def ViewDoc(self):
+        print "DComm.ViewDoc(): Not implemented yet"
 
     def BNextPressed(self):
         print "DComm.BNextPressed(): Not implemented yet"
index 8f4578b08e7d80650a24d024c0b0d86866f098e4..0f2b7ab15db92465754bb1b4812697dabc4b4f58 100644 (file)
         <sender>bHelp</sender>
         <signal>clicked()</signal>
         <receiver>DComm</receiver>
-        <slot>BHelpPressed()</slot>
+        <slot>ViewDoc()</slot>
     </connection>
     <connection>
         <sender>BNext</sender>
     <slot>LENomConceptReturnPressed()</slot>
     <slot>BOkPressed()</slot>
     <slot>BuildTabCommand()</slot>
-    <slot>BHelpPressed()</slot>
+    <slot>ViewDoc()</slot>
     <slot>BNextPressed()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
index 54ced03134a0df0e187252a9e5da8437439dabd4..253750299da14ed0d3c27d0babe844b6e4fa3dca 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desError.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: sam nov 10 08:21:36 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -57,12 +57,6 @@ class DError(QWidget):
     def BSupPressed(self):
         print "DError.BSupPressed(): Not implemented yet"
 
-    def ViewDoc(self):
-        print "DError.ViewDoc(): Not implemented yet"
-
-    def BOkPressed(self):
-        print "DError.BOkPressed(): Not implemented yet"
-
     def __tr(self,s,c = None):
         return qApp.translate("DError",s,c)
 
index 9dd94bbd0a8853f58a5d754cfdfb4aa03a02dad9..8dc6260be9d97656706f34440c0dfc8be7f9df27 100644 (file)
 </connections>
 <slots>
     <slot>BSupPressed()</slot>
-    <slot>ViewDoc()</slot>
-    <slot>BOkPressed()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index 2142a0ed9cff2a63ed0d724b24b81b99d45e8645..e696be93fbb15ba50eb4151f96b12d84fc4e166f 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desFormule.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: sam nov 10 08:49:35 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -192,6 +192,7 @@ class DFormule(QWidget):
         self.connect(self.LENomFormule,SIGNAL("returnPressed()"),self.NomFormuleSaisi)
         self.connect(self.LENomsArgs,SIGNAL("returnPressed()"),self.argsSaisis)
         self.connect(self.LECorpsFormule,SIGNAL("returnPressed()"),self.FormuleSaisie)
+        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
 
 
     def languageChange(self):
@@ -257,6 +258,9 @@ class DFormule(QWidget):
     def FormuleSaisie(self):
         print "DFormule.FormuleSaisie(): Not implemented yet"
 
+    def ViewDoc(self):
+        print "DFormule.ViewDoc(): Not implemented yet"
+
     def __tr(self,s,c = None):
         return qApp.translate("DFormule",s,c)
 
index 09f8ba622c347483ff0afed393a19cbcd164241e..5e92c7d8eb7c51854b02e50aadbf120f6f2a2375 100644 (file)
@@ -433,6 +433,12 @@ valeurs seront effectivement prises en compte</string>
         <receiver>DFormule</receiver>
         <slot>FormuleSaisie()</slot>
     </connection>
+    <connection>
+        <sender>bHelp</sender>
+        <signal>clicked()</signal>
+        <receiver>DFormule</receiver>
+        <slot>ViewDoc()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>LBNouvCommandeClicked()</slot>
@@ -445,6 +451,7 @@ valeurs seront effectivement prises en compte</string>
     <slot>NomFormuleSaisi()</slot>
     <slot>argsSaisis()</slot>
     <slot>FormuleSaisie()</slot>
+    <slot>ViewDoc()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index 1c0a6f89ab7aac54b7f5616348f26af27bae3afb..a1c284ef0ca929c256f6220f22f7c0769c4681d3 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desInactif.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: sam nov 10 08:23:03 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -62,12 +62,6 @@ class DInactif(QWidget):
     def BSupPressed(self):
         print "DInactif.BSupPressed(): Not implemented yet"
 
-    def ViewDoc(self):
-        print "DInactif.ViewDoc(): Not implemented yet"
-
-    def BOkPressed(self):
-        print "DInactif.BOkPressed(): Not implemented yet"
-
     def __tr(self,s,c = None):
         return qApp.translate("DInactif",s,c)
 
index 1b8f7f3206145ffb03434dff76f64cb4ba39ecaf..4f73e52b7f032dc3213d88f8e0187fc8abdab5dc 100644 (file)
@@ -120,8 +120,6 @@ sont actives
 </connections>
 <slots>
     <slot>BSupPressed()</slot>
-    <slot>ViewDoc()</slot>
-    <slot>BOkPressed()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index 4afda2abb89a76914f082eef70e0bc15520bb6c6..bdd39ea01d880c5e9220d53085c2c0a42ca47a4f 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMCFact.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: sam nov 10 09:00:26 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -76,6 +76,7 @@ class DMCFact(QWidget):
 
         self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
         self.connect(self.bOk,SIGNAL("clicked()"),self.BOkPressed)
+        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
 
 
     def languageChange(self):
@@ -95,14 +96,8 @@ class DMCFact(QWidget):
         self.TWChoix.changeTab(self.MotClef,self.__tr("Ajouter Mot-Clef"))
 
 
-    def LBNouvCommandeClicked(self):
-        print "DMCFact.LBNouvCommandeClicked(): Not implemented yet"
-
-    def LEFiltreTextChanged(self):
-        print "DMCFact.LEFiltreTextChanged(): Not implemented yet"
-
-    def LEfiltreReturnPressed(self):
-        print "DMCFact.LEfiltreReturnPressed(): Not implemented yet"
+    def ViewDoc(self):
+        print "DMCFact.ViewDoc(): Not implemented yet"
 
     def BSupPressed(self):
         print "DMCFact.BSupPressed(): Not implemented yet"
@@ -110,12 +105,6 @@ class DMCFact(QWidget):
     def BOkPressed(self):
         print "DMCFact.BOkPressed(): Not implemented yet"
 
-    def buildTabCommand(self):
-        print "DMCFact.buildTabCommand(): Not implemented yet"
-
-    def BNextPressed(self):
-        print "DMCFact.BNextPressed(): Not implemented yet"
-
     def __tr(self,s,c = None):
         return qApp.translate("DMCFact",s,c)
 
index 9cf1a7fe0e778916b77e945cf2754c5218161a5c..7eebedb4c23b85899b16bb325884ca2fe8dec7b8 100644 (file)
         <receiver>DMCFact</receiver>
         <slot>BOkPressed()</slot>
     </connection>
+    <connection>
+        <sender>bHelp</sender>
+        <signal>clicked()</signal>
+        <receiver>DMCFact</receiver>
+        <slot>ViewDoc()</slot>
+    </connection>
 </connections>
 <slots>
-    <slot>LBNouvCommandeClicked()</slot>
-    <slot>LEFiltreTextChanged()</slot>
-    <slot>LEfiltreReturnPressed()</slot>
+    <slot>ViewDoc()</slot>
     <slot>BSupPressed()</slot>
     <slot>BOkPressed()</slot>
-    <slot>buildTabCommand()</slot>
-    <slot>BNextPressed()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index 7f1fadee0b5663253b964eb1f6f7e72b019e9459..7efbe4150ba9ee5324dc8f03292ea3a8df0da625 100644 (file)
         <receiver>DMCListAjout</receiver>
         <slot>BSupPressed()</slot>
     </connection>
+    <connection>
+        <sender>bHelp</sender>
+        <signal>clicked()</signal>
+        <receiver>DMCListAjout</receiver>
+        <slot>ViewDoc()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>BAjoutClicked()</slot>
     <slot>BSupPressed()</slot>
+    <slot>ViewDoc()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index 79e74e0470e93f34866f9e0476306a25f3f0260d..44d92b7d348f0b15ef48058f845ff9c8f3a000eb 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMacro.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: sam nov 10 08:41:54 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -170,6 +170,7 @@ class DMacro(QWidget):
         self.connect(self.RBGroupe,SIGNAL("clicked()"),self.BuildTabCommand)
         self.connect(self.BNext,SIGNAL("clicked()"),self.BNextPressed)
         self.connect(self.LENomConcept,SIGNAL("returnPressed()"),self.LENomConceptReturnPressed)
+        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
 
 
     def languageChange(self):
@@ -228,6 +229,9 @@ class DMacro(QWidget):
     def LENomConceptReturnPressed(self):
         print "DMacro.LENomConceptReturnPressed(): Not implemented yet"
 
+    def ViewDoc(self):
+        print "DMacro.ViewDoc(): Not implemented yet"
+
     def __tr(self,s,c = None):
         return qApp.translate("DMacro",s,c)
 
index 8f23269c11508307a235871ecde5a97d74c331d1..5ebacd0eb58a5db7adeb8bad0a32524d94d74072 100644 (file)
         <receiver>DMacro</receiver>
         <slot>LENomConceptReturnPressed()</slot>
     </connection>
+    <connection>
+        <sender>bHelp</sender>
+        <signal>clicked()</signal>
+        <receiver>DMacro</receiver>
+        <slot>ViewDoc()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>LBNouvCommandeClicked()</slot>
     <slot>BuildTabCommand()</slot>
     <slot>BNextPressed()</slot>
     <slot>LENomConceptReturnPressed()</slot>
+    <slot>ViewDoc()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index d4233a25f745ef9749dbb46e118a4465829034bc..f2d07720fb6bcb5897b4bf13d9f89c7953681b59 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desParam.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: sam nov 10 08:53:40 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -153,7 +153,7 @@ class DParam(QWidget):
         self.connect(self.bOk,SIGNAL("clicked()"),self.BOkPressed)
         self.connect(self.RBGroupe,SIGNAL("clicked()"),self.BuildTabCommand)
         self.connect(self.RBalpha,SIGNAL("clicked()"),self.BuildTabCommand)
-        self.connect(self.bHelp,SIGNAL("clicked()"),self.BHelpPressed)
+        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
         self.connect(self.BNext,SIGNAL("pressed()"),self.BNextPressed)
 
 
@@ -207,8 +207,8 @@ class DParam(QWidget):
     def BuildTabCommand(self):
         print "DParam.BuildTabCommand(): Not implemented yet"
 
-    def BHelpPressed(self):
-        print "DParam.BHelpPressed(): Not implemented yet"
+    def ViewDoc(self):
+        print "DParam.ViewDoc(): Not implemented yet"
 
     def BNextPressed(self):
         print "DParam.BNextPressed(): Not implemented yet"
index a2ba80812e98c2e5ed4fa2b30e4bc8a6b302292e..ab5a7834d042ec7c9ff7edb424acfc08450a621c 100644 (file)
                     </property>
                     <property name="sizeHint">
                         <size>
-                            <width>101</width>
+                            <width>153</width>
                             <height>20</height>
                         </size>
                     </property>
                     </property>
                     <property name="sizeHint">
                         <size>
-                            <width>101</width>
+                            <width>153</width>
                             <height>20</height>
                         </size>
                     </property>
@@ -452,7 +452,7 @@ appuyé sur  le bouton Valider.</string>
         <sender>bHelp</sender>
         <signal>clicked()</signal>
         <receiver>DParam</receiver>
-        <slot>BHelpPressed()</slot>
+        <slot>ViewDoc()</slot>
     </connection>
     <connection>
         <sender>BNext</sender>
@@ -469,7 +469,7 @@ appuyé sur  le bouton Valider.</string>
     <slot>LENomConceptReturnPressed()</slot>
     <slot>BOkPressed()</slot>
     <slot>BuildTabCommand()</slot>
-    <slot>BHelpPressed()</slot>
+    <slot>ViewDoc() </slot>
     <slot>BNextPressed()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
index 47953697cb2eddb0c340c0c5349e1b9b3c526900..f68055f43c198aed128a53b289c3798ea4ab8560 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desRacine.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: sam nov 10 08:45:32 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -118,6 +118,7 @@ class DRac(QWidget):
         self.connect(self.RBalpha,SIGNAL("clicked()"),self.BuildTabCommand)
         self.connect(self.RBGroupe,SIGNAL("clicked()"),self.BuildTabCommand)
         self.connect(self.BNext,SIGNAL("clicked()"),self.BNextPressed)
+        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
 
 
     def languageChange(self):
@@ -162,6 +163,9 @@ class DRac(QWidget):
     def BNextPressed(self):
         print "DRac.BNextPressed(): Not implemented yet"
 
+    def ViewDoc(self):
+        print "DRac.ViewDoc(): Not implemented yet"
+
     def __tr(self,s,c = None):
         return qApp.translate("DRac",s,c)
 
index 8bfcbdb1ec263e77bc79b61393be96c2b3519f55..6d83242c6b95adb56aed7f6550939a3f38513bfa 100644 (file)
         <receiver>DRac</receiver>
         <slot>BNextPressed()</slot>
     </connection>
+    <connection>
+        <sender>bHelp</sender>
+        <signal>clicked()</signal>
+        <receiver>DRac</receiver>
+        <slot>ViewDoc()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>LBNouvCommandeClicked()</slot>
     <slot>BOkPressed()</slot>
     <slot>BuildTabCommand()</slot>
     <slot>BNextPressed()</slot>
+    <slot>ViewDoc()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>