# -*- coding: utf-8 -*-
-from Editeur import Objecttreeitem
-from InterfaceQT import compofact
-from InterfaceQT import browser
from qt import *
+from Editeur import Objecttreeitem
+
+import compofact
+import browser
class Node(browser.JDCNode):
from qt import *
from Editeur import Objecttreeitem
-from InterfaceQT import browser
-from InterfaceQT import typeNode
+import browser
+import typeNode
class Node(browser.JDCNode,typeNode.PopUpMenuNodePartiel):
import string
from Editeur import Objecttreeitem
-from InterfaceQT import compocomm
+import compocomm
class COMMANDE_COMMTreeItem(Objecttreeitem.ObjectTreeItem):
itemNode=compocomm.Node
#
# ======================================================================
-from Editeur import Objecttreeitem
-from InterfaceQT import browser
from qt import *
+from Editeur import Objecttreeitem
+import browser
class Node(browser.JDCNode):
import string
from qt import *
-from InterfaceQT import compooper
-from InterfaceQT import browser
-from InterfaceQT import typeNode
+import compooper
+import browser
+import typeNode
class FormuleNode(browser.JDCNode,typeNode.PopUpMenuNode):
from qt import *
from Editeur import Objecttreeitem
-from InterfaceQT import browser
+import browser
class Node(browser.JDCNode):
# Modules Eficas
from Editeur import Objecttreeitem
-from InterfaceQT import compooper
-from InterfaceQT import browser
-from InterfaceQT import typeNode
+import compooper
+import browser
+import typeNode
class MACRONode(browser.JDCNode,typeNode.PopUpMenuNode):
from qt import *
-from InterfaceQT import compofact
-from InterfaceQT import browser
+import compofact
+import browser
from Editeur import Objecttreeitem
from Noyau.N_OBJECT import ErrorObj
#import compoerror
from qt import *
from Editeur import Objecttreeitem
from Extensions import commentaire
-from InterfaceQT import browser
+import browser
-class Node(browser.JDCNode): pass
-## def getPanel(self):
-## """
-## """
-## return NIVEAUPanel( self, self.editor )
+class Node(browser.JDCNode):
+ pass
class NIVEAUTreeItem(Objecttreeitem.ObjectTreeItem):
-## panel = NIVEAUPanel
itemNode=Node
def isactif(self):
from qt import *
from Editeur import Objecttreeitem
-from InterfaceQT import browser
-from InterfaceQT import typeNode
+import browser
+import typeNode
class Node(browser.JDCNode, typeNode.PopUpMenuNode):
def getPanel( self ):
# import modules EFICAS
from Editeur import Objecttreeitem
-from InterfaceQT import browser
-from InterfaceQT import typeNode
+import browser
+import typeNode
class Node(browser.JDCNode,typeNode.PopUpMenuNode):
# -*- coding: utf-8 -*-
from Editeur import Objecttreeitem
-from InterfaceQT import compooper
-from InterfaceQT import browser
-from InterfaceQT import typeNode
+import compooper
+import browser
+import typeNode
from qt import *
from qt import *
# Modules Eficas
-from Editeur import Objecttreeitem
-from InterfaceQT import browser
+import Objecttreeitem
+import browser
from Noyau.N_CR import justify_text
import prefs
from Editeur import session
from Editeur import comploader
from Editeur import Objecttreeitem
-from InterfaceQT import panelsQT
-from InterfaceQT import browser
-from InterfaceQT import readercata
+import panelsQT
+import browser
+import readercata
import prefs
import qtCommun
#-----------------------#
def viewJdcSource(self):
+ #-----------------------#
+ format = self.format_fichier
+ print dir(self)
+ print self.getFileName()
+ #f=open(self.JDCDisplay_courant.fichier,'r')
+ #texteSource=f.read()
+ #f.close()
+ #self._viewText(texteSource, "JDC_SOURCE")
+
+ #-----------------------#
+ def viewJdcPy(self):
#-----------------------#
format = self.format_fichier
strSource = str( self.get_text_JDC(format) )
- self._viewText(strSource, "JDC_SOURCE")
+ self._viewText(strSource, "JDC_RESULTAT")
#-----------------------#
def viewJdcRapport(self):
# 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
+ #testtype,commentaire = self.node.item.object.verif_type(valeur)
+ #print self.__class__
+ #if not testtype :
try :
valeur,valide=self.node.item.eval_valeur(valeur)
+ print "apres try"
except :
+ #return testtype,commentaire,"",listeRetour
pass
if not valide:
commentaire="Valeur "+str(valeur)+ " incorrecte : ajout à la liste refusé"
import traceback
from qt import *
-from InterfaceQT import prefsQT
+import prefsQT
# Import des panels
from Editeur import configuration
from Editeur import session
-from InterfaceQT import utilIcons
+import utilIcons
utilIcons.initializeMimeSourceFactory()
def jdcRapport(self):
self.viewmanager.handleViewJdcRapport()
+ def visuJdcPy(self):
+ self.viewmanager.handlevisuJdcPy()
+
def get_source(self,file):
from editor import JDCEditor
monEditeur=JDCEditor()
else:
return
+ def handlevisuJdcPy(self):
+ if self.activeWindow()== None : return
+ self.activeWindow().viewJdcPy()
def handleViewJdcFichierSource(self):
if self.activeWindow()== None : return
]
),
('Aide',[
- ('Aide EFICAS','aideEFICAS'),
+ ('Aide EFICAS','aideEFICAS','<Control-a>','Ctrl+A'),
]
),
]
def update_jdc_courant(self):
self.JDCDisplay_courant.update()
- def TraduitFichier(self):
+ def TraduitFichier(self,event=None):
directory = self.appli.CONFIGURATION.rep_user
FichieraTraduire = askopenfilename(title="Nom du Fichier à Traduire",
defaultextension=".comm",
# Form implementation generated from reading ui file 'desChoixCata.ui'
#
-# Created: mer nov 14 11:57:46 2007
+# Created: lun nov 19 11:09:03 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desCommande.ui'
#
-# Created: mer nov 14 11:57:46 2007
+# Created: lun nov 19 11:09:03 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desCommentaire.ui'
#
-# Created: mer nov 14 11:57:46 2007
+# Created: lun nov 19 11:09:03 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
self.clearWState(Qt.WState_Polished)
self.connect(self.bOk,SIGNAL("clicked()"),self.TexteCommentaireEntre)
+ self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
def languageChange(self):
def TexteCommentaireEntre(self):
print "DComment.TexteCommentaireEntre(): Not implemented yet"
+ def ViewDoc(self):
+ print "DComment.ViewDoc(): Not implemented yet"
+
def __tr(self,s,c = None):
return qApp.translate("DComment",s,c)
# Form implementation generated from reading ui file 'desFormule.ui'
#
-# Created: mer nov 14 11:57:46 2007
+# Created: lun nov 19 11:09:03 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
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):
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)
# Form implementation generated from reading ui file 'desInactif.ui'
#
-# Created: mer nov 14 11:57:46 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desInclude.ui'
#
-# Created: mer nov 14 11:57:46 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
self.connect(self.BNext,SIGNAL("clicked()"),self.BNextPressed)
self.connect(self.BBrowse,SIGNAL("clicked()"),self.BBrowsePressed)
self.connect(self.LENomFichier,SIGNAL("returnPressed()"),self.LENomFichReturnPressed)
+ self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
def languageChange(self):
def LENomFichReturnPressed(self):
print "DInc1.LENomFichReturnPressed(): Not implemented yet"
+ def ViewDoc(self):
+ print "DInc1.ViewDoc(): Not implemented yet"
+
def __tr(self,s,c = None):
return qApp.translate("DInc1",s,c)
# Form implementation generated from reading ui file 'desListeParam.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desMCFact.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desMCListAjout.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desMacro.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desParam.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desPlusieursBase.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:31:09 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
-image1_data = \
"\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
"\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
"\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
"\xed\xf4\x8c\x5e\x60\xb8\xdf\xbe\xb8\x1d\x6d\xab" \
"\x9a\xff\x99\x27\x00\x00\x00\x00\x49\x45\x4e\x44" \
"\xae\x42\x60\x82"
+image1_data = \
+ "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
+ "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
+ "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
+ "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
+ "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
+ "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
+ "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
+ "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
+ "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
+ "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
+ "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
+ "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
+ "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
+ "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
+ "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
+ "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
+ "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
+ "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
+ "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
+ "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
+ "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
+ "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DPlusBase(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
layout1.addWidget(self.bSup)
layout3.addLayout(layout1)
- Widget8Layout.addMultiCellLayout(layout3,4,4,0,3)
-
- layout8 = QVBoxLayout(None,0,6,"layout8")
-
- self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
- self.BSup1Val.setSizePolicy(QSizePolicy(0,0,0,0,self.BSup1Val.sizePolicy().hasHeightForWidth()))
- self.BSup1Val.setIconSet(QIconSet(self.image0))
- layout8.addWidget(self.BSup1Val)
-
- self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
- self.BAjout1Val.setSizePolicy(QSizePolicy(0,0,0,0,self.BAjout1Val.sizePolicy().hasHeightForWidth()))
- self.BAjout1Val.setIconSet(QIconSet(self.image1))
- layout8.addWidget(self.BAjout1Val)
-
- Widget8Layout.addLayout(layout8,1,1)
+ Widget8Layout.addMultiCellLayout(layout3,5,5,0,3)
self.textLabel1 = QLabel(self.Widget8,"textLabel1")
Widget8Layout.addWidget(self.textLabel1,0,0)
-
- self.LBValeurs = QListBox(self.Widget8,"LBValeurs")
-
- Widget8Layout.addMultiCellWidget(self.LBValeurs,1,3,0,0)
spacer5 = QSpacerItem(120,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
- Widget8Layout.addMultiCell(spacer5,3,3,1,2)
+ Widget8Layout.addMultiCell(spacer5,4,4,1,2)
layout6 = QVBoxLayout(None,0,6,"layout6")
self.bImport.setAutoDefault(1)
layout6.addWidget(self.bImport)
- Widget8Layout.addLayout(layout6,3,3)
- spacer3 = QSpacerItem(31,131,QSizePolicy.Minimum,QSizePolicy.Expanding)
- Widget8Layout.addItem(spacer3,2,3)
+ Widget8Layout.addMultiCellLayout(layout6,3,4,3,3)
layout19 = QVBoxLayout(None,0,6,"layout19")
layout19.addWidget(self.LEValeur)
Widget8Layout.addMultiCellLayout(layout19,1,1,2,3)
+
+ self.LBValeurs = QListBox(self.Widget8,"LBValeurs")
+
+ Widget8Layout.addMultiCellWidget(self.LBValeurs,1,4,0,0)
+ spacer3 = QSpacerItem(31,131,QSizePolicy.Minimum,QSizePolicy.Expanding)
+ Widget8Layout.addItem(spacer3,2,3)
+
+ layout8 = QVBoxLayout(None,0,6,"layout8")
+ spacer5_2 = QSpacerItem(20,31,QSizePolicy.Minimum,QSizePolicy.Expanding)
+ layout8.addItem(spacer5_2)
+
+ self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
+ self.BAjout1Val.setSizePolicy(QSizePolicy(0,0,0,0,self.BAjout1Val.sizePolicy().hasHeightForWidth()))
+ self.BAjout1Val.setMinimumSize(QSize(40,30))
+ self.BAjout1Val.setIconSet(QIconSet(self.image0))
+ layout8.addWidget(self.BAjout1Val)
+
+ self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
+ self.BSup1Val.setSizePolicy(QSizePolicy(0,0,0,0,self.BSup1Val.sizePolicy().hasHeightForWidth()))
+ self.BSup1Val.setMinimumSize(QSize(40,30))
+ self.BSup1Val.setIconSet(QIconSet(self.image1))
+ layout8.addWidget(self.BSup1Val)
+ spacer4 = QSpacerItem(21,231,QSizePolicy.Minimum,QSizePolicy.Expanding)
+ layout8.addItem(spacer4)
+
+ Widget8Layout.addMultiCellLayout(layout8,0,3,1,1)
self.tabuniqueinto.insertTab(self.Widget8,QString(""))
DPlusBaseLayout.addWidget(self.tabuniqueinto,0,0)
self.bSup.setText(self.__tr("&Supprimer"))
self.bSup.setAccel(self.__tr("Alt+S"))
QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
- self.BSup1Val.setText(QString.null)
- QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
- self.BAjout1Val.setText(QString.null)
- QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
self.textLabel1.setText(self.__tr("<u><font size=\"+1\">Valeur(s) actuelle(s)</font></u>"))
self.bParam.setText(self.__tr("&Parametres"))
self.bParam.setAccel(self.__tr("Alt+P"))
self.bImport.setAccel(self.__tr("Alt+I"))
QToolTip.add(self.bImport,self.__tr("suppression du mot clef"))
self.textLabel1_2.setText(self.__tr("<font size=\"+1\">Valeur</font>"))
+ self.BAjout1Val.setText(QString.null)
+ QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
+ self.BSup1Val.setText(QString.null)
+ QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLayoutWidget" row="4" column="0" rowspan="1" colspan="4">
+ <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>layout3</cstring>
</property>
</widget>
</vbox>
</widget>
- <widget class="QLayoutWidget" row="1" column="1">
- <property name="name">
- <cstring>layout8</cstring>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QToolButton">
- <property name="name">
- <cstring>BSup1Val</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </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="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </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>
- </vbox>
- </widget>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
<string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
</property>
</widget>
- <widget class="QListBox" row="1" column="0" rowspan="3" colspan="1">
- <property name="name">
- <cstring>LBValeurs</cstring>
- </property>
- </widget>
- <spacer row="3" column="1" rowspan="1" colspan="2">
+ <spacer row="4" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>spacer5</cstring>
</property>
</size>
</property>
</spacer>
- <widget class="QLayoutWidget" row="3" column="3">
+ <widget class="QLayoutWidget" row="3" column="3" rowspan="2" colspan="1">
<property name="name">
<cstring>layout6</cstring>
</property>
</widget>
</vbox>
</widget>
- <spacer row="2" column="3">
- <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>31</width>
- <height>131</height>
- </size>
- </property>
- </spacer>
<widget class="QLayoutWidget" row="1" column="2" rowspan="1" colspan="2">
<property name="name">
<cstring>layout19</cstring>
</widget>
</vbox>
</widget>
+ <widget class="QListBox" row="1" column="0" rowspan="4" colspan="1">
+ <property name="name">
+ <cstring>LBValeurs</cstring>
+ </property>
+ </widget>
+ <spacer row="2" column="3">
+ <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>31</width>
+ <height>131</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QLayoutWidget" row="0" column="1" rowspan="4" colspan="1">
+ <property name="name">
+ <cstring>layout8</cstring>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <spacer>
+ <property name="name">
+ <cstring>spacer5_2</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>31</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QToolButton">
+ <property name="name">
+ <cstring>BAjout1Val</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>40</width>
+ <height>30</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="QToolButton">
+ <property name="name">
+ <cstring>BSup1Val</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>40</width>
+ <height>30</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>
+ <spacer>
+ <property name="name">
+ <cstring>spacer4</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>21</width>
+ <height>231</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
</grid>
</widget>
</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>
# Form implementation generated from reading ui file 'desPlusieursInto.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
-image1_data = \
"\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
"\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
"\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
"\xed\xf4\x8c\x5e\x60\xb8\xdf\xbe\xb8\x1d\x6d\xab" \
"\x9a\xff\x99\x27\x00\x00\x00\x00\x49\x45\x4e\x44" \
"\xae\x42\x60\x82"
+image1_data = \
+ "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
+ "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
+ "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
+ "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
+ "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
+ "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
+ "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
+ "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
+ "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
+ "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
+ "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
+ "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
+ "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
+ "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
+ "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
+ "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
+ "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
+ "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
+ "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
+ "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
+ "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
+ "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DPlusInto(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
self.Commentaire = QLabel(self.Widget8,"Commentaire")
- Widget8Layout.addMultiCellWidget(self.Commentaire,2,2,0,1)
+ Widget8Layout.addMultiCellWidget(self.Commentaire,2,2,0,3)
layout1 = QHBoxLayout(None,0,6,"layout1")
self.bSup.setAutoDefault(1)
layout1.addWidget(self.bSup)
- Widget8Layout.addMultiCellLayout(layout1,3,3,0,1)
+ Widget8Layout.addMultiCellLayout(layout1,3,3,0,3)
self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
- Widget8Layout.addWidget(self.textLabel1_2,0,1)
+ Widget8Layout.addMultiCellWidget(self.textLabel1_2,0,0,2,3)
self.textLabel1 = QLabel(self.Widget8,"textLabel1")
- Widget8Layout.addWidget(self.textLabel1,0,0)
-
- layout6 = QHBoxLayout(None,0,6,"layout6")
+ Widget8Layout.addMultiCellWidget(self.textLabel1,0,0,0,1)
self.LBValeurs = QListBox(self.Widget8,"LBValeurs")
- layout6.addWidget(self.LBValeurs)
- layout5 = QVBoxLayout(None,0,6,"layout5")
- spacer2 = QSpacerItem(21,31,QSizePolicy.Minimum,QSizePolicy.Expanding)
- layout5.addItem(spacer2)
+ Widget8Layout.addWidget(self.LBValeurs,1,0)
- self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
- self.BSup1Val.setMinimumSize(QSize(40,31))
- self.BSup1Val.setMaximumSize(QSize(40,31))
- self.BSup1Val.setIconSet(QIconSet(self.image0))
- layout5.addWidget(self.BSup1Val)
+ self.listBoxVal = QListBox(self.Widget8,"listBoxVal")
+
+ Widget8Layout.addWidget(self.listBoxVal,1,3)
+
+ layout4 = QVBoxLayout(None,0,6,"layout4")
+ spacer2 = QSpacerItem(21,72,QSizePolicy.Minimum,QSizePolicy.Expanding)
+ layout4.addItem(spacer2)
self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
self.BAjout1Val.setMinimumSize(QSize(40,31))
self.BAjout1Val.setMaximumSize(QSize(40,31))
- self.BAjout1Val.setIconSet(QIconSet(self.image1))
- layout5.addWidget(self.BAjout1Val)
- spacer3 = QSpacerItem(21,181,QSizePolicy.Minimum,QSizePolicy.Expanding)
- layout5.addItem(spacer3)
- layout6.addLayout(layout5)
+ self.BAjout1Val.setIconSet(QIconSet(self.image0))
+ layout4.addWidget(self.BAjout1Val)
- self.listBoxVal = QListBox(self.Widget8,"listBoxVal")
- layout6.addWidget(self.listBoxVal)
+ self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
+ self.BSup1Val.setMinimumSize(QSize(40,31))
+ self.BSup1Val.setMaximumSize(QSize(40,31))
+ self.BSup1Val.setIconSet(QIconSet(self.image1))
+ layout4.addWidget(self.BSup1Val)
+ spacer3 = QSpacerItem(21,181,QSizePolicy.Minimum,QSizePolicy.Expanding)
+ layout4.addItem(spacer3)
- Widget8Layout.addMultiCellLayout(layout6,1,1,0,1)
+ Widget8Layout.addMultiCellLayout(layout4,1,1,1,2)
self.tabuniqueinto.insertTab(self.Widget8,QString(""))
DPlusIntoLayout.addWidget(self.tabuniqueinto,0,0)
QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
self.textLabel1_2.setText(self.__tr("<u><font size=\"+1\">Valeur(s) possibles(s)</font></u>"))
self.textLabel1.setText(self.__tr("<u><font size=\"+1\">Valeur(s) actuelle(s)</font></u>"))
- self.BSup1Val.setText(QString.null)
- QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
self.BAjout1Val.setText(QString.null)
QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
+ self.BSup1Val.setText(QString.null)
+ QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
</widget>
</hbox>
</widget>
- <widget class="QLabel" row="0" column="2" rowspan="1" colspan="2">
- <property name="name">
- <cstring>textLabel1_2</cstring>
- </property>
- <property name="text">
- <string><u><font size="+1">Valeur(s) possibles(s)</font></u></string>
- </property>
- </widget>
<widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>textLabel1</cstring>
<cstring>listBoxVal</cstring>
</property>
</widget>
+ <widget class="QLabel" row="0" column="2" rowspan="1" colspan="2">
+ <property name="name">
+ <cstring>textLabel1_2</cstring>
+ </property>
+ <property name="text">
+ <string><u><font size="+1">Valeur(s) possibles(s)</font></u></string>
+ </property>
+ </widget>
<widget class="QLayoutWidget" row="1" column="1" rowspan="1" colspan="2">
<property name="name">
- <cstring>layout4</cstring>
+ <cstring>layout3</cstring>
</property>
<vbox>
<property name="name">
<property name="sizeHint">
<size>
<width>21</width>
- <height>72</height>
+ <height>50</height>
</size>
</property>
</spacer>
<widget class="QToolButton">
<property name="name">
- <cstring>BAjout1Val</cstring>
+ <cstring>BSup1Val</cstring>
</property>
<property name="minimumSize">
<size>
<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>
+ <string>enleve l occurence selectionnee</string>
</property>
</widget>
<widget class="QToolButton">
<property name="name">
- <cstring>BSup1Val</cstring>
+ <cstring>BAjout1Val</cstring>
</property>
<property name="minimumSize">
<size>
<iconset>image1</iconset>
</property>
<property name="toolTip" stdset="0">
- <string>enleve l occurence selectionnee</string>
+ <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>
</widget>
<images>
<image name="image0">
- <data format="PNG" length="256">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000c749444154388dcd94590ec3200c4471d57bc73df9f407d331b159a228aa254448bc3cc68152fec0e4420ceeceb912e08a0239838848f5df02c99c11f86004300119054ae868c56ac206c06b4b109111c802874f3a52a587757123897e4039c46b50d8865b07f5400a450053330893cf8674a30028d492deef04626b559dfe48ac842b1a6daae6850155033b99c5009f70ceda111aab413b6f6a70d118e008e6fd8bc51d5d00a0f614556d1ff9b9be4952aabc3721f8f8b6f624c557ef8947afedf48c5e60b8dfbeb81d6dab9aff99270000000049454e44ae426082</data>
+ <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
</image>
<image name="image1">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
+ <data format="PNG" length="256">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000c749444154388dcd94590ec3200c4471d57bc73df9f407d331b159a228aa254448bc3cc68152fec0e4420ceeceb912e08a0239838848f5df02c99c11f86004300119054ae868c56ac206c06b4b109111c802874f3a52a587757123897e4039c46b50d8865b07f5400a450053330893cf8674a30028d492deef04626b559dfe48ac842b1a6daae6850155033b99c5009f70ceda111aab413b6f6a70d118e008e6fd8bc51d5d00a0f614556d1ff9b9be4952aabc3721f8f8b6f624c557ef8947afedf48c5e60b8dfbeb81d6dab9aff99270000000049454e44ae426082</data>
</image>
</images>
<connections>
# Form implementation generated from reading ui file 'desRacine.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desSelectVal.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueASSD.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueBase.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:04 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueComp.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:05 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueInto.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:16:55 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueSDCO.ui'
#
-# Created: mer nov 14 11:57:48 2007
+# Created: lun nov 19 11:09:05 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueSDCOInto.ui'
#
-# Created: mer nov 14 11:57:47 2007
+# Created: lun nov 19 11:09:05 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desVisu.ui'
#
-# Created: mer nov 14 11:57:48 2007
+# Created: lun nov 19 11:09:05 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# -*- coding: utf-8 -*-
-# Form implementation generated from reading ui file 'myMain.ui'
+# Form implementation generated from reading ui file '../Ui/myMain.ui'
#
-# Created: mer nov 14 11:57:48 2007
+# Created: lun nov 19 16:49:43 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
self.editCopyAction.setIconSet(QIconSet(self.image6))
self.editPasteAction = QAction(self,"editPasteAction")
self.editPasteAction.setIconSet(QIconSet(self.image7))
- self.editFindAction = QAction(self,"editFindAction")
- self.editFindAction.setEnabled(0)
- self.editFindAction.setIconSet(QIconSet(self.image8))
+ self.jdcFichierResultatAction = QAction(self,"jdcFichierResultatAction")
+ self.jdcFichierResultatAction.setEnabled(1)
+ self.jdcFichierResultatAction.setIconSet(QIconSet(self.image8))
self.helpContentsAction = QAction(self,"helpContentsAction")
self.helpIndexAction = QAction(self,"helpIndexAction")
self.helpAboutAction = QAction(self,"helpAboutAction")
self.fileSaveAsAction.addTo(self.toolBar)
self.editCutAction.addTo(self.toolBar)
self.editPasteAction.addTo(self.toolBar)
- self.editFindAction.addTo(self.toolBar)
+ self.jdcFichierResultatAction.addTo(self.toolBar)
self.fileExitAction.addTo(self.toolBar)
self.toolBar.addSeparator()
self.editCutAction.addTo(self.Edition)
self.editCopyAction.addTo(self.Edition)
self.editPasteAction.addTo(self.Edition)
- self.Edition.insertSeparator()
- self.editFindAction.addTo(self.Edition)
self.MenuBar.insertItem(QString(""),self.Edition,3)
self.JdC = QPopupMenu(self)
self.jdcRapportDeValidationAction.addTo(self.JdC)
self.jdcFichierSourceAction.addTo(self.JdC)
+ self.jdcFichierResultatAction.addTo(self.JdC)
self.MenuBar.insertItem(QString(""),self.JdC,4)
self.Options = QPopupMenu(self)
self.connect(self.editRedoAction,SIGNAL("activated()"),self.editRedo)
self.connect(self.editCutAction,SIGNAL("activated()"),self.editCut)
self.connect(self.editPasteAction,SIGNAL("activated()"),self.editPaste)
- self.connect(self.editFindAction,SIGNAL("activated()"),self.editFind)
+ self.connect(self.jdcFichierResultatAction,SIGNAL("activated()"),self.visuJdcPy)
self.connect(self.helpIndexAction,SIGNAL("activated()"),self.helpIndex)
self.connect(self.helpContentsAction,SIGNAL("activated()"),self.helpContents)
self.connect(self.helpAboutAction,SIGNAL("activated()"),self.helpAbout)
self.editPasteAction.setText(self.__tr("Coller"))
self.editPasteAction.setMenuText(self.__tr("&Coller"))
self.editPasteAction.setAccel(self.__tr("Ctrl+V"))
- self.editFindAction.setText(self.__tr("Find"))
- self.editFindAction.setMenuText(self.__tr("&Find..."))
- self.editFindAction.setAccel(self.__tr("Ctrl+F"))
+ self.jdcFichierResultatAction.setText(self.__tr("Fichier Resultat"))
+ self.jdcFichierResultatAction.setMenuText(self.__tr("Fichier Resultat"))
+ self.jdcFichierResultatAction.setAccel(self.__tr("Ctrl+F"))
self.helpContentsAction.setText(self.__tr("Contents"))
self.helpContentsAction.setMenuText(self.__tr("&Contents..."))
self.helpContentsAction.setAccel(QString.null)
def editPaste(self):
print "Eficas.editPaste(): Not implemented yet"
- def editFind(self):
- print "Eficas.editFind(): Not implemented yet"
+ def visuJdcPy(self):
+ print "Eficas.visuJdcPy(): Not implemented yet"
def helpIndex(self):
print "Eficas.helpIndex(): Not implemented yet"
<action name="editCutAction"/>
<action name="editCopyAction"/>
<action name="editPasteAction"/>
- <separator/>
- <action name="editFindAction"/>
</item>
<item text="JdC" name="JdC">
<action name="jdcRapportDeValidationAction"/>
<action name="jdcFichierSourceAction"/>
+ <action name="jdcFichierResultatAction"/>
</item>
<item text="Options" name="Options">
</item>
<action name="fileSaveAsAction"/>
<action name="editCutAction"/>
<action name="editPasteAction"/>
- <action name="editFindAction"/>
+ <action name="jdcFichierResultatAction"/>
<action name="fileExitAction"/>
<separator/>
</toolbar>
</action>
<action>
<property name="name">
- <cstring>editFindAction</cstring>
+ <cstring>jdcFichierResultatAction</cstring>
</property>
<property name="enabled">
- <bool>false</bool>
+ <bool>true</bool>
</property>
<property name="iconSet">
<iconset>image8</iconset>
</property>
<property name="text">
- <string>Find</string>
+ <string>Fichier Resultat</string>
</property>
<property name="menuText">
- <string>&Find...</string>
+ <string>Fichier Resultat</string>
</property>
<property name="accel">
<string>Ctrl+F</string>
<slot>editPaste()</slot>
</connection>
<connection>
- <sender>editFindAction</sender>
+ <sender>jdcFichierResultatAction</sender>
<signal>activated()</signal>
<receiver>Eficas</receiver>
- <slot>editFind()</slot>
+ <slot>visuJdcPy()</slot>
</connection>
<connection>
<sender>helpIndexAction</sender>
<slot>jdcFichierSource()</slot>
<slot>fileNewView()</slot>
<slot>editPaste()</slot>
- <slot>editFind()</slot>
+ <slot>visuJdcPy()</slot>
<slot>helpIndex()</slot>
<slot>helpContents()</slot>
<slot>helpAbout()</slot>