]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Fri, 16 Nov 2007 10:09:02 +0000 (10:09 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Fri, 16 Nov 2007 10:09:02 +0000 (10:09 +0000)
43 files changed:
Aster/Cata/cataSTA9/Macro/macr_ascouf_calc_ops.py
Aster/Cata/cataSTA9/Macro/macr_aspic_calc_ops.py
Aster/Cata/cataSTA9/Macro/macr_cabri_calc_ops.py
Aster/Cata/cataSTA9/Macro/macro_elas_mult_ops.py
Aster/Cata/cataSTA9/Macro/macro_mode_meca_ops.py
InterfaceQT/compooper.py
InterfaceQT/gereTraduction.py
InterfaceQT/monUniqueCompPanel.py
InterfaceQT/monUniqueIntoPanel.py
InterfaceQT/politiquesValidation.py
InterfaceQT/qtCommun.py
InterfaceQT/qtEficas.py
InterfaceQT/viewManager.py
InterfaceTK/compocomm.py
InterfaceTK/compooper.py
Ui/desChoixCata.py
Ui/desCommande.py
Ui/desCommentaire.py
Ui/desCommentaire.ui
Ui/desError.py
Ui/desFormule.ui
Ui/desInactif.py
Ui/desInclude.py
Ui/desInclude.ui
Ui/desListeParam.py
Ui/desMCFact.py
Ui/desMCListAjout.py
Ui/desMacro.py
Ui/desParam.py
Ui/desPlusieursBase.py
Ui/desPlusieursInto.py
Ui/desPlusieursInto.ui
Ui/desRacine.py
Ui/desSelectVal.py
Ui/desUniqueASSD.py
Ui/desUniqueBase.py
Ui/desUniqueComp.py
Ui/desUniqueInto.py [new file with mode: 0644]
Ui/desUniqueIntoPanel.py [deleted file]
Ui/desUniqueSDCO.py
Ui/desUniqueSDCOInto.py
Ui/desVisu.py
Ui/myMain.py

index 87cce77984bb679970090e0b39e143c5c2761856..5dad645fb3886334faade46a82457ae8e255c53a 100644 (file)
@@ -1,4 +1,4 @@
-#@ MODIF macr_ascouf_calc_ops Macro  DATE 16/10/2007   AUTEUR REZETTE C.REZETTE 
+#@ MODIF macr_ascouf_calc_ops Macro  DATE 13/11/2007   AUTEUR SALMONA L.SALMONA 
 # -*- coding: iso-8859-1 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
@@ -164,12 +164,12 @@ def macr_ascouf_calc_ops(self,TYPE_MAILLAGE,CL_BOL_P2_GV,MAILLAGE,MODELE,CHAM_MA
 #
      if RESU_THER!=None : self.DeclareOut('resuth',RESU_THER)
      mcsimp={}
-     if INCREMENT['NUME_INST_INIT']!=None : mcsimp['NUME_INIT']=INCREMENT['NUME_INST_INIT']
-     if INCREMENT['NUME_INST_FIN' ]!=None : mcsimp['NUME_FIN' ]=INCREMENT['NUME_INST_FIN' ]
+     if INCREMENT['NUME_INST_INIT']!=None : mcsimp['NUME_INST_INIT']=INCREMENT['NUME_INST_INIT']
+     if INCREMENT['NUME_INST_FIN' ]!=None : mcsimp['NUME_INST_FIN' ]=INCREMENT['NUME_INST_FIN' ]
      mcfact=_F(LIST_INST=INCREMENT['LIST_INST'],**mcsimp)
      resuth = THER_LINEAIRE( MODELE     = __modthe ,
                              CHAM_MATER = __affmat ,
-                             TEMP_INIT  = _F(STATIONNAIRE='OUI',),
+                             ETAT_INIT  = _F(STATIONNAIRE='OUI',),
                              EXCIT      = _F(CHARGE=__chther,),
                              INCREMENT  = mcfact, )
 #
index 93b0cd03bcb6b5f9ac6208e4bfa11af87c03a6e6..d6ad072b027e23ed25069f1b02bc90ba2dcb1506 100644 (file)
@@ -1,4 +1,4 @@
-#@ MODIF macr_aspic_calc_ops Macro  DATE 16/10/2007   AUTEUR REZETTE C.REZETTE 
+#@ MODIF macr_aspic_calc_ops Macro  DATE 08/11/2007   AUTEUR SALMONA L.SALMONA 
 # -*- coding: iso-8859-1 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
@@ -173,12 +173,12 @@ def macr_aspic_calc_ops(self,TYPE_MAILLAGE,TUBULURE,MAILLAGE,MODELE,CHAM_MATER,C
 #
      if RESU_THER!=None : self.DeclareOut('resuth',RESU_THER)
      mcsimp={}
-     if INCREMENT['NUME_INST_INIT']!=None : mcsimp['NUME_INIT']=INCREMENT['NUME_INST_INIT']
-     if INCREMENT['NUME_INST_FIN' ]!=None : mcsimp['NUME_FIN' ]=INCREMENT['NUME_INST_FIN' ]
+     if INCREMENT['NUME_INST_INIT']!=None : mcsimp['NUME_INST_INIT']=INCREMENT['NUME_INST_INIT']
+     if INCREMENT['NUME_INST_FIN' ]!=None : mcsimp['NUME_INST_FIN' ]=INCREMENT['NUME_INST_FIN' ]
      mcfact=_F(LIST_INST=INCREMENT['LIST_INST'],**mcsimp)
      resuth = THER_LINEAIRE( MODELE     = __modthe ,
                              CHAM_MATER = __affmat ,
-                             TEMP_INIT  = _F(STATIONNAIRE='OUI',),
+                             ETAT_INIT  = _F(STATIONNAIRE='OUI',),
                              EXCIT      = _F(CHARGE=__chther,),
                              INCREMENT  = mcfact, )
 #
index e448efd6d6fa81af64cba884f0ad03c5e3d83765..a0d106676c90c344815af142a93b093b69116f97 100644 (file)
@@ -1,4 +1,4 @@
-#@ MODIF macr_cabri_calc_ops Macro  DATE 09/05/2007   AUTEUR REZETTE C.REZETTE 
+#@ MODIF macr_cabri_calc_ops Macro  DATE 08/11/2007   AUTEUR SALMONA L.SALMONA 
 # -*- coding: iso-8859-1 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
@@ -277,7 +277,7 @@ def macr_cabri_calc_ops(self,MAILLAGE,MODELE_MECA,MODELE_THER,CHAR_THER,
                          _F(CHARGE=cl_th3,),
                          _F(CHARGE=cl_th4,),),
                   INCREMENT=_F(LIST_INST=transi1,),
-                  TEMP_INIT=_F(VALE=temp_ini,),
+                  ETAT_INIT=_F(VALE=temp_ini,),
                   TITRE='CABRI THERMIQUE &DATE &HEURE',);
  
       # Affectation des materiaux (mécanique)
index a55f5e61012f9e6a49df3794bfd22a7f86bee28a..0d5a413982e6a99c6a4cf3ee41c88d4b507ffe22 100644 (file)
@@ -1,4 +1,4 @@
-#@ MODIF macro_elas_mult_ops Macro  DATE 16/10/2007   AUTEUR REZETTE C.REZETTE 
+#@ MODIF macro_elas_mult_ops Macro  DATE 22/10/2007   AUTEUR PELLET J.PELLET 
 # -*- coding: iso-8859-1 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
@@ -29,7 +29,7 @@ def macro_elas_mult_ops(self,MODELE,CHAM_MATER,CARA_ELEM,NUME_DDL,
   ier=0
   import types
   from Accas import _F
-  from Utilitai.Utmess     import  UTMESS
+  from Utilitai.Utmess     import UTMESS
 
   # On met le mot cle NUME_DDL dans une variable locale pour le proteger
   numeddl=NUME_DDL
@@ -234,11 +234,13 @@ def macro_elas_mult_ops(self,MODELE,CHAM_MATER,CARA_ELEM,NUME_DDL,
               motscles['NUME_MODE']=m['MODE_FOURIER']
            motscles['EXCIT']=[]
            if   m['CHAR_MECA'] :
-              for chargt in m['CHAR_MECA'] : motscles['EXCIT'].append(_F(CHARGE=chargt))
+              for chargt in m['CHAR_MECA']   : motscles['EXCIT'].append(_F(CHARGE=chargt))
            elif m['CHAR_CINE'] :
-              for chargt in m['CHAR_CINE'] : motscles['EXCIT'].append(_F(CHARGE=chargt))
-           if   CHAR_MECA_GLOBAL:            motscles['EXCIT'].append(_F(CHARGE=CHAR_MECA_GLOBAL))
-           elif CHAR_CINE_GLOBAL:            motscles['EXCIT'].append(_F(CHARGE=CHAR_CINE_GLOBAL))
+              for chargt in m['CHAR_CINE']   : motscles['EXCIT'].append(_F(CHARGE=chargt))
+           if   CHAR_MECA_GLOBAL:
+              for chargt in CHAR_MECA_GLOBAL : motscles['EXCIT'].append(_F(CHARGE=chargt))
+           elif CHAR_CINE_GLOBAL:
+              for chargt in CHAR_CINE_GLOBAL : motscles['EXCIT'].append(_F(CHARGE=chargt))
            CALC_ELEM(reuse=nomres,
                      RESULTAT=nomres,
                      MODELE=MODELE,
@@ -256,11 +258,13 @@ def macro_elas_mult_ops(self,MODELE,CHAM_MATER,CARA_ELEM,NUME_DDL,
               motscles['NUME_MODE']=m['MODE_FOURIER']
            motscles['EXCIT']=[]
            if   m['CHAR_MECA'] :
-              for chargt in m['CHAR_MECA'] : motscles['EXCIT'].append(_F(CHARGE=chargt))
+              for chargt in m['CHAR_MECA']   : motscles['EXCIT'].append(_F(CHARGE=chargt))
            elif m['CHAR_CINE'] :
-              for chargt in m['CHAR_CINE'] : motscles['EXCIT'].append(_F(CHARGE=chargt))
-           if   CHAR_MECA_GLOBAL:            motscles['EXCIT'].append(_F(CHARGE=CHAR_MECA_GLOBAL))
-           elif CHAR_CINE_GLOBAL:            motscles['EXCIT'].append(_F(CHARGE=CHAR_CINE_GLOBAL))
+              for chargt in m['CHAR_CINE']   : motscles['EXCIT'].append(_F(CHARGE=chargt))
+           if   CHAR_MECA_GLOBAL:
+              for chargt in CHAR_MECA_GLOBAL : motscles['EXCIT'].append(_F(CHARGE=chargt))
+           elif CHAR_CINE_GLOBAL:
+              for chargt in CHAR_CINE_GLOBAL : motscles['EXCIT'].append(_F(CHARGE=chargt))
            CALC_NO(reuse=nomres,
                    RESULTAT=nomres,
                    MODELE=MODELE,
index a24af1f6456f6db545e7b45564b79dc9bc13fff3..1ed675e3efff00192db2d34db0493374dbc8bac3 100644 (file)
@@ -1,4 +1,4 @@
-#@ MODIF macro_mode_meca_ops Macro  DATE 14/06/2005   AUTEUR DURAND C.DURAND 
+#@ MODIF macro_mode_meca_ops Macro  DATE 30/10/2007   AUTEUR BOYERE E.BOYERE 
 # -*- coding: iso-8859-1 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
@@ -110,7 +110,6 @@ def macro_mode_meca_ops(self,MATR_A,MATR_B,INFO,METHODE,OPTION,CALC_FREQ,
                                   **motscit)
 
      __nomre0=NORM_MODE(reuse     =__nomre0,
-                        MASS_INER =normode['MASS_INER'],
                         MODE      =__nomre0,
                         NORME     =normode['NORME'],
                         INFO      =normode['INFO'],)
index 4f4a9b7700e8d2f257544bf7ebb0b17a95e2f10a..f078cd8c85e93d1856267eac451000deec4ada75 100644 (file)
@@ -74,7 +74,14 @@ class EtapeTreeItem(Objecttreeitem.ObjectTreeItem):
       elif self.object.isvalid():
          return "ast-green-square"
       else:
-         return "ast-red-square"
+         valid=self.valid_child()
+         valid=valid * self.valid_regles("non")
+         if self.reste_val != {}:
+            valid=0
+         if valid==0  :
+            return "ast-red-square"
+         else :
+            return "ast-yellow-square"
 
   def GetLabelText(self):
       """ Retourne 3 valeurs :
index de8e7274970c19ea465913500126d82b97e55d47..f4712ff9fd67eb6eaf67967b0f4473b39082651d 100644 (file)
@@ -39,6 +39,7 @@ def traduction(directPath,editor,version):
     from desVisu import DVisu
     titre = "conversion de "+ FichieraTraduire
     monVisu=DVisu(parent=editor,fl=Qt.WType_Dialog)
+    monVisu.setCaption(titre)
     monVisu.TB.setText(texte)
     monVisu.show()
 
index ccca10531c38cea977e1eff0fe270b1a50c90074..05647db6f96759e39fb0081190d04078223a98d5 100644 (file)
@@ -114,9 +114,9 @@ class MonUniqueCompPanel(DUnComp,QTPanel,PolitiqueUnique):
       Retourne le complexe saisi par l'utilisateur
       """
       l=[]
-      if  (self.buttonGroup1.selectedId() == 0 ) :
+      if  (self.buttonGroup1.selectedId() == 1 ) :
          l.append("MP")
-      elif (self.buttonGroup1.selectedId() == 1) :
+      elif (self.buttonGroup1.selectedId() == 0) :
          l.append("RI")
       else :
          commentaire="saisir le type de complexe"
index 86a199586fd68671a190d73d43e7e59fdc79ac00..568410e2a076234292735869bacfe06aac715e7b 100644 (file)
@@ -26,7 +26,7 @@ import prefs
 
 from qt import *
 
-from desUniqueIntoPanel   import DUnIn
+from desUniqueInto        import DUnIn
 from qtCommun             import QTPanel
 from qtSaisie             import SaisieValeur
 from politiquesValidation import PolitiqueUnique
index d105c954916fba5f12385313b3936f7084da34fe..07543d5e8b3f5b5948e679d2afe9eb87e32c55e0 100644 (file)
@@ -122,10 +122,17 @@ class PolitiquePlusieurs:
          commentaire="Nouvelle valeur acceptée"
          commentaire2=""
          valide=1
+         if listevaleur==None: return
+         if not( type(listevaleur)  in (types.ListType,types.TupleType)) :
+            listevaleur=tuple(listevaleur)
          for valeur in listevaleur :
              # On teste le type de la valeur
              valide=self.node.item.valide_item(valeur)
              if not valide :
+                testtype,commentaire = self.node.item.object.verif_type(valeur)
+                print self.__class__
+                if not testtype :
+                   return testtype,commentaire,"",listeRetour
                 try :
                    valeur,valide=self.node.item.eval_valeur(valeur)
                 except :
@@ -146,7 +153,6 @@ class PolitiquePlusieurs:
                    return valide,commentaire,commentaire2,listeRetour
                 if len(listecourante) + 1 > min :
                    return valide,commentaire,commentaire2,listeRetour
-              
              # On ajoute la valeur testee a la liste courante et a la liste acceptee
              listecourante.insert(index,valeur)
              index=index+1
index 7c6944e918d113750c79fe8e636612411bc8109a..2c8c7dd5f1ffee77417130f491e0467409dbf38b 100644 (file)
@@ -48,13 +48,28 @@ class QTPanel:
         
   def ViewDoc(self) :
       cle_doc = self.node.item.get_docu()
-      if cle_doc == None : return
+      if cle_doc == None :
+         QMessageBox.information( self.editor, "Documentation Vide", \
+                                  "Aucune documentation Aster n'est associée à ce noeud")
+         return
       cle_doc = string.replace(cle_doc,'.','')
       cle_doc = string.replace(cle_doc,'-','')
       commande = self.editor.CONFIGURATION.exec_acrobat
+      try :
+         f=open(commande,"rb")
+      except :
+         texte="impossible de trouver la commande  " + commande
+         QMessageBox.information( self.editor, "Lecteur PDF", texte)
+         return
       nom_fichier = cle_doc+".pdf"
       fichier = os.path.abspath(os.path.join(self.editor.CONFIGURATION.path_doc,
                                        nom_fichier))
+      try :
+         f=open(fichier,"rb")
+      except :
+         texte="impossible d'ouvrir " + fichier
+         QMessageBox.information( self.editor, "Documentation Vide", texte)
+         return
       if os.name == 'nt':
           os.spawnv(os.P_NOWAIT,commande,(commande,fichier,))
       elif os.name == 'posix':
index a42420b02e2d5d27396e87fa02e8e7869d95ed48..813f344ac78df02bfa34cccc7f0a840f7def1b62 100644 (file)
@@ -66,6 +66,7 @@ class Appli(Eficas):
         self.ihm="QT"
         self.salome=0
         self.code=code
+        self.monAssistant=QAssistantClient(QString(""), self.viewmanager)
         
         
     def ouvreFichiers(self) :
@@ -97,6 +98,20 @@ class Appli(Eficas):
         from gereTraduction import traduction
         traduction(self.CONFIGURATION.rep_user,self.viewmanager,"V7V8")
 
+    def version(self) :
+        from desVisu import DVisu
+        titre = "version "
+        monVisu=DVisu(parent=self.viewmanager,fl=Qt.WType_Dialog)
+        monVisu.setCaption(titre)
+        monVisu.TB.setText("Eficas V1.13")
+        monVisu.adjustSize()
+        monVisu.show()
+
+    def aidePPal(self) :
+        maD=INSTALLDIR+"/AIDE/fichiers"
+        docsPath = QDir(maD).absPath()
+        self.monAssistant.showPage( QString("%1/index.html").arg(docsPath) )
+        
     def handleShowRecentMenu(self):
         """
         Private method to set up recent files menu.
index 62133da5c5a14cd2760c89656b83a2cfa45f4152..ade9f8c961f47b926f8eb3ef47384ffa11669771 100644 (file)
@@ -1095,37 +1095,6 @@ class ViewManager:
         else:
             return
 
-##    def handleShowRecentMenu(self):
-##        """
-##        Private method to set up recent files menu.
-##        """
-##        idx = 0
-##        self.recentMenu.clear()
-##        
-##        for rp in self.recent:
-##            id = self.recentMenu.insertItem('&%d. %s' % (idx+1, unicode(rp)),
-##                                            self.handleOpenRecent)
-##            self.recentMenu.setItemParameter(id,idx)
-##            
-##            idx = idx + 1
-##            
-##        self.recentMenu.insertSeparator()
-##        self.recentMenu.insertItem(self.trUtf8('&Clear'), self.handleClearRecent)
-##        
-##    def handleOpenRecent(self, idx):
-##        """
-##        Private method to open a file from the list of rencently opened files.
-##        
-##        @param idx index of the selected entry (int)
-##        """
-##        self.handlePythonFile(unicode(self.recent[idx]))
-##        
-##    def handleClearRecent(self):
-##        """
-##        Private method to clear the recent files menu.
-##        """
-##        self.recent = QStringList()
-        
         
     def handleViewJdcFichierSource(self):
         if self.activeWindow()== None : return
index 2d96384a9fce268060c273c6dce92797e6bd6cf3..9843dc0877d27d9d57d23005648e36ffb3c67908 100644 (file)
@@ -61,6 +61,7 @@ class COMMPanel(panels.OngletPanel):
     self.widget_text.pack(side='top',expand=1,fill='both')
     self.widget_text.configure(hscrollmode='dynamic',
                                vscrollmode='dynamic')
+    self.widget_text.component('text').configure(background = 'white')
     self.make_buttons()
     self.display_valeur()
 
index f153122d7b37b7c194f87c4e9af55a8b37021091..ce7c7b5fc26e904cfa2be6fb8a481cad7d1979b9 100644 (file)
@@ -156,7 +156,14 @@ class EtapeTreeItem(Objecttreeitem.ObjectTreeItem):
       elif self.object.isvalid():
          return "ast-green-square"
       else:
-         return "ast-red-square"
+         valid=self.valid_child()
+         valid=valid * self.valid_regles("non")
+         if self.reste_val != {}:
+            valid=0
+         if valid==0  :
+            return "ast-red-square"
+         else :
+            return "ast-yellow-square"
 
   def GetLabelText(self):
       """ Retourne 3 valeurs :
index a0b01de5fbdf5862f36e80f2ce3f8bd8a9f12642..171e3222b25c332495eb471cacd3546d529bca8b 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desChoixCata.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:46 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index fc7abbc0cdf2a4333a62b4873d85fe69b87cfa6b..dea295499aa269df76484b141f76bbf0a8ccbff4 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desCommande.ui'
 #
-# Created: sam nov 10 08:41:43 2007
+# Created: mer nov 14 11:57:46 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index dc1f1c3700bbbb5f1a2c79678e7d563b4a0b4a03..8b756d74a01617cd12fa55a91d493448cf00cdfc 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desCommentaire.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:46 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 0d6a904ad8d09492b261a063fa349a4695aea7f3..d0e95e8443bcafe8dd040c6f94495f9a2ad25ce9 100644 (file)
         <receiver>DComment</receiver>
         <slot>TexteCommentaireEntre()</slot>
     </connection>
+    <connection>
+        <sender>bHelp</sender>
+        <signal>clicked()</signal>
+        <receiver>DComment</receiver>
+        <slot>ViewDoc()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>TexteCommentaireEntre()</slot>
+    <slot>ViewDoc()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index 253750299da14ed0d3c27d0babe844b6e4fa3dca..b9f5650646bb5c42c16add1ca84505869de43933 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desError.ui'
 #
-# Created: sam nov 10 08:21:36 2007
+# Created: mer nov 14 11:57:46 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -57,6 +57,12 @@ 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 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 a1c284ef0ca929c256f6220f22f7c0769c4681d3..a998b79cb5caac265aac4c37ba9abc0bf285e203 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desInactif.ui'
 #
-# Created: sam nov 10 08:23:03 2007
+# Created: mer nov 14 11:57:46 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -62,6 +62,12 @@ 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 fdf345f97aaa397d71f7ca02e2490c6cf8191143..5cdcfb1aa538cb0c7f67a3afdd864d468fd2e75a 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desInclude.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:46 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 18c426acab7dbf1fdc2b91d81db4c0c07b84a643..82bedc7662047dd564919cb0595344a40dd307c2 100644 (file)
@@ -428,6 +428,12 @@ Il faut d'abord choisir un numéro d'unité&lt;/p&gt;&lt;/font&gt;</string>
         <receiver>DInc1</receiver>
         <slot>LENomFichReturnPressed()</slot>
     </connection>
+    <connection>
+        <sender>bHelp</sender>
+        <signal>clicked()</signal>
+        <receiver>DInc1</receiver>
+        <slot>ViewDoc()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>LBNouvCommandeClicked()</slot>
@@ -439,6 +445,7 @@ Il faut d'abord choisir un numéro d'unité&lt;/p&gt;&lt;/font&gt;</string>
     <slot>BNextPressed()</slot>
     <slot>BBrowsePressed()</slot>
     <slot>LENomFichReturnPressed()</slot>
+    <slot>ViewDoc()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index 8a80b977e921626dca6414ab9869ae6fac3ecb8c..687502945740570c94d92876573f0719c93d8274 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desListeParam.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index bdd39ea01d880c5e9220d53085c2c0a42ca47a4f..e1ea6a0b8c29a12e1485f15771e0c3fe12a21786 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMCFact.ui'
 #
-# Created: sam nov 10 09:00:26 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 53c427ba2e63640d6715e7a3eec7a939949af980..e9fe009640978bcfae73aa311712d661bc456b5d 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMCListAjout.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -86,6 +86,7 @@ class DMCListAjout(QWidget):
         self.connect(self.bOk,SIGNAL("clicked()"),self.BAjoutClicked)
         self.connect(self.bAjout,SIGNAL("clicked()"),self.BAjoutClicked)
         self.connect(self.bSup,SIGNAL("clicked()"),self.BSupPressed)
+        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
 
 
     def languageChange(self):
@@ -114,5 +115,8 @@ class DMCListAjout(QWidget):
     def BSupPressed(self):
         print "DMCListAjout.BSupPressed(): Not implemented yet"
 
+    def ViewDoc(self):
+        print "DMCListAjout.ViewDoc(): Not implemented yet"
+
     def __tr(self,s,c = None):
         return qApp.translate("DMCListAjout",s,c)
index 44d92b7d348f0b15ef48058f845ff9c8f3a000eb..1c3f081fed4d1c149d6a6eb5b790fe2203198334 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMacro.ui'
 #
-# Created: sam nov 10 08:41:54 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index f2d07720fb6bcb5897b4bf13d9f89c7953681b59..6e86c7a60d436f18f1649e7c2ab251bde6a1f39d 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desParam.ui'
 #
-# Created: sam nov 10 08:53:40 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index f813a08ca9a1680868371544ce1eb3129e7b1bfc..5e38c0b38ba78a840c9a8da237e81ad16d639d63 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desPlusieursBase.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 04ec74cf4eff11c4187f86e6b8ac55bf25a15447..410391b1762f43abf85031115de6ba7bd4818f75 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desPlusieursInto.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index cbb6940c4e21d9eb8bd3182ac9ba4a4c47db30f1..1accb3640abffd09ac9abc4b17a4d4378317cd07 100644 (file)
@@ -40,7 +40,7 @@
                     <property name="name">
                         <cstring>unnamed</cstring>
                     </property>
-                    <widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">
+                    <widget class="QLabel" row="2" column="0" rowspan="1" colspan="4">
                         <property name="name">
                             <cstring>Commentaire</cstring>
                         </property>
@@ -48,7 +48,7 @@
                             <string></string>
                         </property>
                     </widget>
-                    <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
+                    <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="4">
                         <property name="name">
                             <cstring>layout1</cstring>
                         </property>
                             </widget>
                         </hbox>
                     </widget>
-                    <widget class="QLabel" row="0" column="1">
+                    <widget class="QLabel" row="0" column="2" rowspan="1" colspan="2">
                         <property name="name">
                             <cstring>textLabel1_2</cstring>
                         </property>
                             <string>&lt;u&gt;&lt;font size="+1"&gt;Valeur(s) possibles(s)&lt;/font&gt;&lt;/u&gt;</string>
                         </property>
                     </widget>
-                    <widget class="QLabel" row="0" column="0">
+                    <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
                         <property name="name">
                             <cstring>textLabel1</cstring>
                         </property>
                             <string>&lt;u&gt;&lt;font size="+1"&gt;Valeur(s) actuelle(s)&lt;/font&gt;&lt;/u&gt;</string>
                         </property>
                     </widget>
-                    <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
+                    <widget class="QListBox" row="1" column="0">
                         <property name="name">
-                            <cstring>layout6</cstring>
+                            <cstring>LBValeurs</cstring>
                         </property>
-                        <hbox>
+                    </widget>
+                    <widget class="QListBox" row="1" column="3">
+                        <property name="name">
+                            <cstring>listBoxVal</cstring>
+                        </property>
+                    </widget>
+                    <widget class="QLayoutWidget" row="1" column="1" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>layout4</cstring>
+                        </property>
+                        <vbox>
                             <property name="name">
                                 <cstring>unnamed</cstring>
                             </property>
-                            <widget class="QListBox">
+                            <spacer>
                                 <property name="name">
-                                    <cstring>LBValeurs</cstring>
+                                    <cstring>spacer2</cstring>
                                 </property>
-                            </widget>
-                            <widget class="QLayoutWidget">
+                                <property name="orientation">
+                                    <enum>Vertical</enum>
+                                </property>
+                                <property name="sizeType">
+                                    <enum>Expanding</enum>
+                                </property>
+                                <property name="sizeHint">
+                                    <size>
+                                        <width>21</width>
+                                        <height>72</height>
+                                    </size>
+                                </property>
+                            </spacer>
+                            <widget class="QToolButton">
                                 <property name="name">
-                                    <cstring>layout5</cstring>
-                                </property>
-                                <vbox>
-                                    <property name="name">
-                                        <cstring>unnamed</cstring>
-                                    </property>
-                                    <spacer>
-                                        <property name="name">
-                                            <cstring>spacer2</cstring>
-                                        </property>
-                                        <property name="orientation">
-                                            <enum>Vertical</enum>
-                                        </property>
-                                        <property name="sizeType">
-                                            <enum>Expanding</enum>
-                                        </property>
-                                        <property name="sizeHint">
-                                            <size>
-                                                <width>21</width>
-                                                <height>31</height>
-                                            </size>
-                                        </property>
-                                    </spacer>
-                                    <widget class="QToolButton">
-                                        <property name="name">
-                                            <cstring>BSup1Val</cstring>
-                                        </property>
-                                        <property name="minimumSize">
-                                            <size>
-                                                <width>40</width>
-                                                <height>31</height>
-                                            </size>
-                                        </property>
-                                        <property name="maximumSize">
-                                            <size>
-                                                <width>40</width>
-                                                <height>31</height>
-                                            </size>
-                                        </property>
-                                        <property name="text">
-                                            <string></string>
-                                        </property>
-                                        <property name="iconSet">
-                                            <iconset>image0</iconset>
-                                        </property>
-                                        <property name="toolTip" stdset="0">
-                                            <string>enleve l occurence selectionnee</string>
-                                        </property>
-                                    </widget>
-                                    <widget class="QToolButton">
-                                        <property name="name">
-                                            <cstring>BAjout1Val</cstring>
-                                        </property>
-                                        <property name="minimumSize">
-                                            <size>
-                                                <width>40</width>
-                                                <height>31</height>
-                                            </size>
-                                        </property>
-                                        <property name="maximumSize">
-                                            <size>
-                                                <width>40</width>
-                                                <height>31</height>
-                                            </size>
-                                        </property>
-                                        <property name="text">
-                                            <string></string>
-                                        </property>
-                                        <property name="iconSet">
-                                            <iconset>image1</iconset>
-                                        </property>
-                                        <property name="toolTip" stdset="0">
-                                            <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
-                                        </property>
-                                    </widget>
-                                    <spacer>
-                                        <property name="name">
-                                            <cstring>spacer3</cstring>
-                                        </property>
-                                        <property name="orientation">
-                                            <enum>Vertical</enum>
-                                        </property>
-                                        <property name="sizeType">
-                                            <enum>Expanding</enum>
-                                        </property>
-                                        <property name="sizeHint">
-                                            <size>
-                                                <width>21</width>
-                                                <height>181</height>
-                                            </size>
-                                        </property>
-                                    </spacer>
-                                </vbox>
+                                    <cstring>BAjout1Val</cstring>
+                                </property>
+                                <property name="minimumSize">
+                                    <size>
+                                        <width>40</width>
+                                        <height>31</height>
+                                    </size>
+                                </property>
+                                <property name="maximumSize">
+                                    <size>
+                                        <width>40</width>
+                                        <height>31</height>
+                                    </size>
+                                </property>
+                                <property name="text">
+                                    <string></string>
+                                </property>
+                                <property name="iconSet">
+                                    <iconset>image0</iconset>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
+                                </property>
                             </widget>
-                            <widget class="QListBox">
+                            <widget class="QToolButton">
                                 <property name="name">
-                                    <cstring>listBoxVal</cstring>
+                                    <cstring>BSup1Val</cstring>
+                                </property>
+                                <property name="minimumSize">
+                                    <size>
+                                        <width>40</width>
+                                        <height>31</height>
+                                    </size>
+                                </property>
+                                <property name="maximumSize">
+                                    <size>
+                                        <width>40</width>
+                                        <height>31</height>
+                                    </size>
+                                </property>
+                                <property name="text">
+                                    <string></string>
+                                </property>
+                                <property name="iconSet">
+                                    <iconset>image1</iconset>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>enleve l occurence selectionnee</string>
                                 </property>
                             </widget>
-                        </hbox>
+                            <spacer>
+                                <property name="name">
+                                    <cstring>spacer3</cstring>
+                                </property>
+                                <property name="orientation">
+                                    <enum>Vertical</enum>
+                                </property>
+                                <property name="sizeType">
+                                    <enum>Expanding</enum>
+                                </property>
+                                <property name="sizeHint">
+                                    <size>
+                                        <width>21</width>
+                                        <height>181</height>
+                                    </size>
+                                </property>
+                            </spacer>
+                        </vbox>
                     </widget>
                 </grid>
             </widget>
 </widget>
 <images>
     <image name="image0">
-        <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
+        <data format="PNG" length="256">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000c749444154388dcd94590ec3200c4471d57bc73df9f407d331b159a228aa254448bc3cc68152fec0e4420ceeceb912e08a0239838848f5df02c99c11f86004300119054ae868c56ac206c06b4b109111c802874f3a52a587757123897e4039c46b50d8865b07f5400a450053330893cf8674a30028d492deef04626b559dfe48ac842b1a6daae6850155033b99c5009f70ceda111aab413b6f6a70d118e008e6fd8bc51d5d00a0f614556d1ff9b9be4952aabc3721f8f8b6f624c557ef8947afedf48c5e60b8dfbeb81d6dab9aff99270000000049454e44ae426082</data>
     </image>
     <image name="image1">
-        <data format="PNG" length="256">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000c749444154388dcd94590ec3200c4471d57bc73df9f407d331b159a228aa254448bc3cc68152fec0e4420ceeceb912e08a0239838848f5df02c99c11f86004300119054ae868c56ac206c06b4b109111c802874f3a52a587757123897e4039c46b50d8865b07f5400a450053330893cf8674a30028d492deef04626b559dfe48ac842b1a6daae6850155033b99c5009f70ceda111aab413b6f6a70d118e008e6fd8bc51d5d00a0f614556d1ff9b9be4952aabc3721f8f8b6f624c557ef8947afedf48c5e60b8dfbeb81d6dab9aff99270000000049454e44ae426082</data>
+        <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
     </image>
 </images>
 <connections>
index f68055f43c198aed128a53b289c3798ea4ab8560..5593f11536b847ac06647136b741e9cf53a2d881 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desRacine.ui'
 #
-# Created: sam nov 10 08:45:32 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 90fc043f4175f3c1c318823087bce8fbc162e39e..e48ad64241c288953abb75bf8f683b18646b8387 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desSelectVal.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 82d543d82cf3f0d3cf5fac0704bf0f7b9fd9733c..4c77a0c624207e9b6322a57337fe62627427e1b6 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueASSD.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 7d31bca00a363e9c49dfdfff168853e85b09b78e..c018186221c566e990dc857acc84cf869013a941 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueBase.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 1ef6030967efddc642a5d7e17a16abe1fd9e5bfb..9bdb94e5264c929978d883a0d493bd6d9052bfce 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueComp.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
diff --git a/Ui/desUniqueInto.py b/Ui/desUniqueInto.py
new file mode 100644 (file)
index 0000000..d49a498
--- /dev/null
@@ -0,0 +1,99 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'desUniqueInto.ui'
+#
+# Created: mer nov 14 11:57:47 2007
+#      by: The PyQt User Interface Compiler (pyuic) 3.13
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from qt import *
+
+
+class DUnIn(QWidget):
+    def __init__(self,parent = None,name = None,fl = 0):
+        QWidget.__init__(self,parent,name,fl)
+
+        if not name:
+            self.setName("DUnIn")
+
+        self.setMinimumSize(QSize(350,0))
+
+        DUnInLayout = QGridLayout(self,1,1,11,6,"DUnInLayout")
+
+        self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
+
+        self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
+
+        layout1 = QHBoxLayout(None,0,6,"layout1")
+
+        self.bHelp = QPushButton(self.Widget8,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout1.addWidget(self.bHelp)
+
+        self.bOk = QPushButton(self.Widget8,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
+
+        self.bSup = QPushButton(self.Widget8,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
+
+        Widget8Layout.addLayout(layout1,3,0)
+
+        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
+
+        Widget8Layout.addWidget(self.textLabel2,0,0)
+
+        self.listBoxVal = QListBox(self.Widget8,"listBoxVal")
+
+        Widget8Layout.addWidget(self.listBoxVal,1,0)
+
+        self.Commentaire = QLabel(self.Widget8,"Commentaire")
+        self.Commentaire.setMinimumSize(QSize(420,30))
+
+        Widget8Layout.addWidget(self.Commentaire,2,0)
+        self.tabuniqueinto.insertTab(self.Widget8,QString(""))
+
+        DUnInLayout.addWidget(self.tabuniqueinto,0,0)
+
+        self.languageChange()
+
+        self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
+        self.clearWState(Qt.WState_Polished)
+
+        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
+        self.connect(self.bOk,SIGNAL("clicked()"),self.BOkPressed)
+        self.connect(self.bSup,SIGNAL("clicked()"),self.BSupPressed)
+
+
+    def languageChange(self):
+        self.setCaption(self.__tr("DUnIn"))
+        self.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+        self.bOk.setText(self.__tr("&Valider"))
+        self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A"))
+        QToolTip.add(self.bOk,self.__tr("validation de la saisie"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        self.textLabel2.setText(self.__tr("<b><u><p align=\"center\">Valeurs possibles</p></u></b>"))
+        self.Commentaire.setText(QString.null)
+        self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
+
+
+    def BSupPressed(self):
+        print "DUnIn.BSupPressed(): Not implemented yet"
+
+    def ViewDoc(self):
+        print "DUnIn.ViewDoc(): Not implemented yet"
+
+    def BOkPressed(self):
+        print "DUnIn.BOkPressed(): Not implemented yet"
+
+    def __tr(self,s,c = None):
+        return qApp.translate("DUnIn",s,c)
diff --git a/Ui/desUniqueIntoPanel.py b/Ui/desUniqueIntoPanel.py
deleted file mode 100644 (file)
index b48c58b..0000000
+++ /dev/null
@@ -1,90 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file 'desUniqueInto.ui'
-#
-# Created: mar mar 20 12:00:55 2007
-#      by: The PyQt User Interface Compiler (pyuic) 3.13
-#
-# WARNING! All changes made in this file will be lost!
-
-
-from qt import *
-
-
-class DUnIn(QWidget):
-    def __init__(self,parent = None,name = None,fl = 0):
-        QWidget.__init__(self,parent,name,fl)
-
-        if not name:
-            self.setName("DUnIn")
-
-        self.setMinimumSize(QSize(350,0))
-        self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
-        self.tabuniqueinto.setGeometry(QRect(20,20,450,440))
-
-        self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
-
-        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
-        self.textLabel2.setGeometry(QRect(170,30,100,21))
-
-        self.textLabel1 = QLabel(self.Widget8,"textLabel1")
-        self.textLabel1.setGeometry(QRect(170,-10,90,31))
-
-        self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        self.Commentaire.setGeometry(QRect(38,316,381,41))
-
-        self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setGeometry(QRect(0,370,142,30))
-        self.bHelp.setAutoDefault(1)
-
-        self.listBoxVal = QListBox(self.Widget8,"listBoxVal")
-        self.listBoxVal.setGeometry(QRect(80,60,290,240))
-
-        self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setGeometry(QRect(150,370,142,30))
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-
-        self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setGeometry(QRect(300,370,142,30))
-        self.bSup.setAutoDefault(1)
-        self.tabuniqueinto.insertTab(self.Widget8,QString(""))
-
-        self.languageChange()
-
-        self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
-        self.clearWState(Qt.WState_Polished)
-
-        self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
-        self.connect(self.bOk,SIGNAL("clicked()"),self.BOkPressed)
-        self.connect(self.bSup,SIGNAL("clicked()"),self.BSupPressed)
-
-
-    def languageChange(self):
-        self.setCaption(self.__tr("DUnIn"))
-        self.textLabel2.setText(self.__tr("<b><u><p align=\"center\">Valeurs possibles</p></u></b>"))
-        self.textLabel1.setText(self.__tr("<p align=\"center\">Choisir une valeur</p>"))
-        self.Commentaire.setText(QString.null)
-        self.bHelp.setText(self.__tr("&Documentation"))
-        self.bHelp.setAccel(self.__tr("Alt+D"))
-        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
-        self.bOk.setText(self.__tr("&Valider"))
-        self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A"))
-        QToolTip.add(self.bOk,self.__tr("validation de la saisie"))
-        self.bSup.setText(self.__tr("&Supprimer"))
-        self.bSup.setAccel(self.__tr("Alt+S"))
-        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
-        self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
-
-
-    def BSupPressed(self):
-        print "DUnIn.BSupPressed(): Not implemented yet"
-
-    def ViewDoc(self):
-        print "DUnIn.ViewDoc(): Not implemented yet"
-
-    def BOkPressed(self):
-        print "DUnIn.BOkPressed(): Not implemented yet"
-
-    def __tr(self,s,c = None):
-        return qApp.translate("DUnIn",s,c)
index c95da86794516e9a36f2670860a1759c94c05f63..5179902121eb76dffbcee7b5d7633ecec6749937 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueSDCO.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:48 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index c95d1e69ee8c84b5ea349a1fc0f0ec674fe484c4..6561f5b5c5585a4845a1eeee6cafab975f681a33 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueSDCOInto.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:47 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 3245479eb18aa4730abc926fe3b904f5b50eb3b9..b4d80a14cb58694a62790b54494011a5a82f456d 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desVisu.ui'
 #
-# Created: ven nov 9 14:51:34 2007
+# Created: mer nov 14 11:57:48 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 45a97ce1d742ef8f737cf01434d103c61062c612..d675f50fe97db6c361a68292040b2f26f8cc7034 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'myMain.ui'
 #
-# Created: lun nov 12 11:37:10 2007
+# Created: mer nov 14 11:57:48 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!