]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Tue, 4 Mar 2008 10:39:19 +0000 (10:39 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Tue, 4 Mar 2008 10:39:19 +0000 (10:39 +0000)
45 files changed:
InterfaceQT/compocomm.py
Ui/desChoixCata.py
Ui/desCommande.py
Ui/desCommande.ui
Ui/desCommentaire.py
Ui/desCommentaire.ui
Ui/desError.py
Ui/desFormule.py
Ui/desFormule.ui
Ui/desInactif.py
Ui/desInclude.py
Ui/desInclude.ui
Ui/desListeParam.py
Ui/desMCFact.py
Ui/desMCFact.ui
Ui/desMCListAjout.py
Ui/desMCListAjout.ui
Ui/desMacro.py
Ui/desMacro.ui
Ui/desParam.py
Ui/desParam.ui
Ui/desPlusieursBase.py
Ui/desPlusieursBase.ui
Ui/desPlusieursInto.py
Ui/desPlusieursInto.ui
Ui/desPoursuite.py
Ui/desPoursuite.ui
Ui/desRacine.py
Ui/desRacine.ui
Ui/desSelectVal.py
Ui/desUniqueASSD.py
Ui/desUniqueASSD.ui
Ui/desUniqueBase.py
Ui/desUniqueBase.ui
Ui/desUniqueComp.py
Ui/desUniqueComp.ui
Ui/desUniqueInto.py
Ui/desUniqueInto.ui
Ui/desUniqueSDCO.py
Ui/desUniqueSDCO.ui
Ui/desUniqueSDCOInto.py
Ui/desUniqueSDCOInto.ui
Ui/desVisu.py
Ui/myMain.py
Ui/myMain.ui

index d007b3be18a28de3b8794cdd5bd009c979c2714f..0656c95a9f9a36cb3c014e42f9c769883c6f363b 100644 (file)
@@ -36,7 +36,8 @@ class Node(browser.JDCNode,typeNode.PopUpMenuNodePartiel):
 
     def createPopUpMenu(self):
         typeNode.PopUpMenuNodePartiel.createPopUpMenu(self)
-        self.menu.insertItem( qApp.translate('Browser','Decommenter'), self.unCommentIt )
+        if hasattr(self.item,'uncomment'):
+           self.menu.insertItem( qApp.translate('Browser','Decommenter'), self.unCommentIt )
 
     def update_node_label(self) :
         """
index 3bb5c2b7fd853146ee9bdf690ac0112cb102ef73..19466a40622767b057d2faf65f0bb80f2ce252c9 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desChoixCata.ui'
 #
-# Created: mar fév 19 12:14:31 2008
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index c9dadb32410dbb7c0e1bfd7f26a469d91974fa89..4ce860eff0c2315190219ed81aa6375e3e164fa9 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desCommande.ui'
 #
-# Created: lun nov 19 11:09:03 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -50,25 +50,20 @@ class DComm(QWidget):
         self.TWChoix = QTabWidget(self,"TWChoix")
 
         self.MotClef = QWidget(self.TWChoix,"MotClef")
-        MotClefLayout = QGridLayout(self.MotClef,1,1,11,6,"MotClefLayout")
 
         self.textLabel1 = QLabel(self.MotClef,"textLabel1")
+        self.textLabel1.setGeometry(QRect(11,11,226,18))
         self.textLabel1.setMinimumSize(QSize(0,0))
 
-        MotClefLayout.addWidget(self.textLabel1,0,0)
-
         self.LBMCPermis = QListBox(self.MotClef,"LBMCPermis")
+        self.LBMCPermis.setGeometry(QRect(11,35,226,342))
         self.LBMCPermis.setMinimumSize(QSize(0,0))
 
-        MotClefLayout.addWidget(self.LBMCPermis,1,0)
-
         self.textLabel1_2 = QLabel(self.MotClef,"textLabel1_2")
-
-        MotClefLayout.addWidget(self.textLabel1_2,0,1)
+        self.textLabel1_2.setGeometry(QRect(243,11,225,18))
 
         self.LBRegles = QListBox(self.MotClef,"LBRegles")
-
-        MotClefLayout.addWidget(self.LBRegles,1,1)
+        self.LBRegles.setGeometry(QRect(243,35,225,342))
         self.TWChoix.insertTab(self.MotClef,QString(""))
 
         self.Concept = QWidget(self.TWChoix,"Concept")
@@ -136,11 +131,6 @@ class DComm(QWidget):
 
         DCommLayout.addMultiCellWidget(self.TWChoix,0,0,0,2)
 
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-
-        DCommLayout.addWidget(self.bHelp,2,0)
-
         self.bOk = QPushButton(self,"bOk")
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
@@ -150,7 +140,12 @@ class DComm(QWidget):
         self.bSup = QPushButton(self,"bSup")
         self.bSup.setAutoDefault(1)
 
-        DCommLayout.addWidget(self.bSup,2,2)
+        DCommLayout.addWidget(self.bSup,2,0)
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+
+        DCommLayout.addWidget(self.bHelp,2,2)
 
         self.Commentaire = QLabel(self,"Commentaire")
         self.Commentaire.setFrameShape(QLabel.NoFrame)
@@ -195,15 +190,15 @@ class DComm(QWidget):
         self.BNext.setText(QString.null)
         QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
         self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
-        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
         self.Commentaire.setText(QString.null)
 
 
index 0f2b7ab15db92465754bb1b4812697dabc4b4f58..1386c5dc03a0f78d1a3f0eda4a8c2234f5bbb4a0 100644 (file)
                 <attribute name="title">
                     <string>Ajouter Mot-Clef</string>
                 </attribute>
-                <grid>
+                <widget class="QLabel">
                     <property name="name">
-                        <cstring>unnamed</cstring>
+                        <cstring>textLabel1</cstring>
                     </property>
-                    <widget class="QLabel" row="0" column="0">
-                        <property name="name">
-                            <cstring>textLabel1</cstring>
-                        </property>
-                        <property name="minimumSize">
-                            <size>
-                                <width>0</width>
-                                <height>0</height>
-                            </size>
-                        </property>
-                        <property name="text">
-                            <string>&lt;h3&gt;&lt;p align="center"&gt;&lt;u&gt;&lt;b&gt;Mots Clefs Permis&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
-                        </property>
-                    </widget>
-                    <widget class="QListBox" row="1" column="0">
-                        <property name="name">
-                            <cstring>LBMCPermis</cstring>
-                        </property>
-                        <property name="minimumSize">
-                            <size>
-                                <width>0</width>
-                                <height>0</height>
-                            </size>
-                        </property>
-                    </widget>
-                    <widget class="QLabel" row="0" column="1">
-                        <property name="name">
-                            <cstring>textLabel1_2</cstring>
-                        </property>
-                        <property name="text">
-                            <string>&lt;h3&gt;&lt;p align="center"&gt;&lt;u&gt;&lt;b&gt;Règles&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
-                        </property>
-                    </widget>
-                    <widget class="QListBox" row="1" column="1">
-                        <property name="name">
-                            <cstring>LBRegles</cstring>
-                        </property>
-                    </widget>
-                </grid>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>11</y>
+                            <width>226</width>
+                            <height>18</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>0</width>
+                            <height>0</height>
+                        </size>
+                    </property>
+                    <property name="text">
+                        <string>&lt;h3&gt;&lt;p align="center"&gt;&lt;u&gt;&lt;b&gt;Mots Clefs Permis&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
+                    </property>
+                </widget>
+                <widget class="QListBox">
+                    <property name="name">
+                        <cstring>LBMCPermis</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>35</y>
+                            <width>226</width>
+                            <height>342</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>0</width>
+                            <height>0</height>
+                        </size>
+                    </property>
+                </widget>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>textLabel1_2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>243</x>
+                            <y>11</y>
+                            <width>225</width>
+                            <height>18</height>
+                        </rect>
+                    </property>
+                    <property name="text">
+                        <string>&lt;h3&gt;&lt;p align="center"&gt;&lt;u&gt;&lt;b&gt;Règles&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
+                    </property>
+                </widget>
+                <widget class="QListBox">
+                    <property name="name">
+                        <cstring>LBRegles</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>243</x>
+                            <y>35</y>
+                            <width>225</width>
+                            <height>342</height>
+                        </rect>
+                    </property>
+                </widget>
             </widget>
             <widget class="QWidget">
                 <property name="name">
                 </grid>
             </widget>
         </widget>
-        <widget class="QPushButton" row="2" column="0">
+        <widget class="QPushButton" row="2" column="1">
             <property name="name">
-                <cstring>bHelp</cstring>
+                <cstring>bOk</cstring>
             </property>
             <property name="text">
-                <string>&amp;Documentation</string>
+                <string>&amp;Valider</string>
             </property>
             <property name="accel">
-                <string>Alt+D</string>
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
             </property>
             <property name="autoDefault">
                 <bool>true</bool>
             </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
             <property name="toolTip" stdset="0">
-                <string>affichage documentation aster</string>
+                <string>validation de la saisie</string>
             </property>
         </widget>
-        <widget class="QPushButton" row="2" column="1">
+        <widget class="QPushButton" row="2" column="0">
             <property name="name">
-                <cstring>bOk</cstring>
+                <cstring>bSup</cstring>
             </property>
             <property name="text">
-                <string>&amp;Valider</string>
+                <string>&amp;Supprimer</string>
             </property>
             <property name="accel">
-                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                <string>Alt+S</string>
             </property>
             <property name="autoDefault">
                 <bool>true</bool>
             </property>
-            <property name="default">
-                <bool>true</bool>
-            </property>
             <property name="toolTip" stdset="0">
-                <string>validation de la saisie</string>
+                <string>suppression du mot clef</string>
             </property>
         </widget>
         <widget class="QPushButton" row="2" column="2">
             <property name="name">
-                <cstring>bSup</cstring>
+                <cstring>bHelp</cstring>
             </property>
             <property name="text">
-                <string>&amp;Supprimer</string>
+                <string>&amp;Documentation</string>
             </property>
             <property name="accel">
-                <string>Alt+S</string>
+                <string>Alt+D</string>
             </property>
             <property name="autoDefault">
                 <bool>true</bool>
             </property>
             <property name="toolTip" stdset="0">
-                <string>suppression du mot clef</string>
+                <string>affichage documentation aster</string>
             </property>
         </widget>
         <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
index 55663932bbe473b0921130bff803c912c25c81ae..78abc877fe68aaff979dbbbafd7656ec00fda237 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desCommentaire.ui'
 #
-# Created: lun nov 19 11:09:03 2007
+# Created: mar mar 4 10:36:38 2008
 #      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"
 
 class DComment(QWidget):
     def __init__(self,parent = None,name = None,fl = 0):
         QWidget.__init__(self,parent,name,fl)
 
+        self.image0 = QPixmap()
+        self.image0.loadFromData(image0_data,"PNG")
         if not name:
             self.setName("DComment")
 
-        self.setMinimumSize(QSize(350,0))
+        self.setMinimumSize(QSize(505,0))
 
         DCommentLayout = QGridLayout(self,1,1,11,6,"DCommentLayout")
 
-        layout1 = QHBoxLayout(None,0,6,"layout1")
+        self.TWChoix = QTabWidget(self,"TWChoix")
 
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
+        self.Valeur_Parametre = QWidget(self.TWChoix,"Valeur_Parametre")
+
+        self.textCommentaire = QTextEdit(self.Valeur_Parametre,"textCommentaire")
+        self.textCommentaire.setGeometry(QRect(0,0,480,390))
+        self.TWChoix.insertTab(self.Valeur_Parametre,QString(""))
+
+        self.Commande = QWidget(self.TWChoix,"Commande")
+        CommandeLayout = QGridLayout(self.Commande,1,1,11,6,"CommandeLayout")
+
+        self.textLabel6 = QLabel(self.Commande,"textLabel6")
+
+        CommandeLayout.addWidget(self.textLabel6,1,0)
+
+        self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
+
+        CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
+
+        self.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1")
+
+        self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
+        self.RBGroupe.setGeometry(QRect(20,40,101,20))
+
+        self.RBalpha = QRadioButton(self.buttonGroup1,"RBalpha")
+        self.RBalpha.setGeometry(QRect(20,20,120,20))
+        self.RBalpha.setChecked(1)
+
+        CommandeLayout.addMultiCellWidget(self.buttonGroup1,0,1,3,3)
+
+        self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4")
+
+        CommandeLayout.addMultiCellWidget(self.textLabel1_4,0,0,0,1)
+
+        self.textLabel4 = QLabel(self.Commande,"textLabel4")
+
+        CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
+
+        self.BNext = QToolButton(self.Commande,"BNext")
+        self.BNext.setIconSet(QIconSet(self.image0))
+
+        CommandeLayout.addWidget(self.BNext,1,2)
+
+        self.LEFiltre = QLineEdit(self.Commande,"LEFiltre")
+        self.LEFiltre.setMinimumSize(QSize(160,30))
+
+        CommandeLayout.addWidget(self.LEFiltre,1,1)
+        self.TWChoix.insertTab(self.Commande,QString(""))
+
+        DCommentLayout.addMultiCellWidget(self.TWChoix,0,0,0,2)
 
         self.bOk = QPushButton(self,"bOk")
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
-        layout1.addWidget(self.bOk)
+
+        DCommentLayout.addWidget(self.bOk,2,1)
 
         self.bSup = QPushButton(self,"bSup")
         self.bSup.setAutoDefault(1)
-        layout1.addWidget(self.bSup)
 
-        DCommentLayout.addLayout(layout1,2,0)
+        DCommentLayout.addWidget(self.bSup,2,0)
 
-        self.textLabel1 = QLabel(self,"textLabel1")
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
 
-        DCommentLayout.addWidget(self.textLabel1,0,0)
+        DCommentLayout.addWidget(self.bHelp,2,2)
 
-        self.textCommentaire = QTextEdit(self,"textCommentaire")
+        self.Commentaire = QLabel(self,"Commentaire")
+        self.Commentaire.setFrameShape(QLabel.NoFrame)
+        self.Commentaire.setFrameShadow(QLabel.Plain)
 
-        DCommentLayout.addWidget(self.textCommentaire,1,0)
+        DCommentLayout.addMultiCellWidget(self.Commentaire,1,1,0,2)
 
         self.languageChange()
 
-        self.resize(QSize(475,480).expandedTo(self.minimumSizeHint()))
+        self.resize(QSize(505,483).expandedTo(self.minimumSizeHint()))
         self.clearWState(Qt.WState_Polished)
 
-        self.connect(self.bOk,SIGNAL("clicked()"),self.TexteCommentaireEntre)
+        self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+        self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
+        self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
+        self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
+        self.connect(self.bOk,SIGNAL("clicked()"),self.BOkPressed)
+        self.connect(self.RBGroupe,SIGNAL("clicked()"),self.BuildTabCommand)
+        self.connect(self.RBalpha,SIGNAL("clicked()"),self.BuildTabCommand)
         self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
+        self.connect(self.BNext,SIGNAL("pressed()"),self.BNextPressed)
 
 
     def languageChange(self):
-        self.setCaption(self.__tr("Form1"))
-        self.bHelp.setText(self.__tr("&Documentation"))
-        self.bHelp.setAccel(self.__tr("Alt+D"))
-        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+        self.setCaption(self.__tr("DComm"))
+        self.TWChoix.changeTab(self.Valeur_Parametre,self.__tr("Commentaire"))
+        self.textLabel6.setText(self.__tr("Filtre"))
+        self.buttonGroup1.setTitle(self.__tr("Affichage"))
+        self.RBGroupe.setText(self.__tr("par groupe"))
+        self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65"))
+        self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
+        self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65"))
+        self.BNext.setText(QString.null)
+        QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
+        self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
         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.textLabel1.setText(self.__tr("<p align=\"center\"><b>Texte du Commentaire</b></p>"))
+        self.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+        self.Commentaire.setText(QString.null)
+
+
+    def LBNouvCommandeClicked(self):
+        print "DComment.LBNouvCommandeClicked(): Not implemented yet"
+
+    def LEFiltreTextChanged(self):
+        print "DComment.LEFiltreTextChanged(): Not implemented yet"
+
+    def LEfiltreReturnPressed(self):
+        print "DComment.LEfiltreReturnPressed(): Not implemented yet"
 
+    def BSupPressed(self):
+        print "DComment.BSupPressed(): Not implemented yet"
 
-    def TexteCommentaireEntre(self):
-        print "DComment.TexteCommentaireEntre(): Not implemented yet"
+    def LENomConceptReturnPressed(self):
+        print "DComment.LENomConceptReturnPressed(): Not implemented yet"
+
+    def BOkPressed(self):
+        print "DComment.BOkPressed(): Not implemented yet"
+
+    def BuildTabCommand(self):
+        print "DComment.BuildTabCommand(): Not implemented yet"
 
     def ViewDoc(self):
         print "DComment.ViewDoc(): Not implemented yet"
 
+    def BNextPressed(self):
+        print "DComment.BNextPressed(): Not implemented yet"
+
     def __tr(self,s,c = None):
         return qApp.translate("DComment",s,c)
+
+    def __trUtf8(self,s,c = None):
+        return qApp.translate("DComment",s,c,QApplication.UnicodeUTF8)
index d0e95e8443bcafe8dd040c6f94495f9a2ad25ce9..8849e859190c2dfa252e676fa405b6ffc92d5443 100644 (file)
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>475</width>
-            <height>480</height>
+            <width>505</width>
+            <height>483</height>
         </rect>
     </property>
     <property name="minimumSize">
         <size>
-            <width>350</width>
+            <width>505</width>
             <height>0</height>
         </size>
     </property>
     <property name="caption">
-        <string>Form1</string>
+        <string>DComm</string>
     </property>
     <grid>
         <property name="name">
             <cstring>unnamed</cstring>
         </property>
-        <widget class="QLayoutWidget" row="2" column="0">
+        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
             <property name="name">
-                <cstring>layout1</cstring>
+                <cstring>TWChoix</cstring>
             </property>
-            <hbox>
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>unnamed</cstring>
+                    <cstring>Valeur_Parametre</cstring>
                 </property>
-                <widget class="QPushButton">
+                <attribute name="title">
+                    <string>Commentaire</string>
+                </attribute>
+                <widget class="QTextEdit">
                     <property name="name">
-                        <cstring>bHelp</cstring>
+                        <cstring>textCommentaire</cstring>
                     </property>
-                    <property name="text">
-                        <string>&amp;Documentation</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
+                    <property name="geometry">
+                        <rect>
+                            <x>0</x>
+                            <y>0</y>
+                            <width>480</width>
+                            <height>390</height>
+                        </rect>
                     </property>
                 </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bOk</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Valider</string>
-                    </property>
-                    <property name="accel">
-                        <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="default">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>validation de la saisie</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
+            </widget>
+            <widget class="QWidget">
+                <property name="name">
+                    <cstring>Commande</cstring>
+                </property>
+                <attribute name="title">
+                    <string>Nouvelle Commande</string>
+                </attribute>
+                <grid>
                     <property name="name">
-                        <cstring>bSup</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Supprimer</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+S</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
+                        <cstring>unnamed</cstring>
                     </property>
-                </widget>
-            </hbox>
+                    <widget class="QLabel" row="1" column="0">
+                        <property name="name">
+                            <cstring>textLabel6</cstring>
+                        </property>
+                        <property name="text">
+                            <string>Filtre</string>
+                        </property>
+                    </widget>
+                    <widget class="QListBox" row="2" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>LBNouvCommande</cstring>
+                        </property>
+                    </widget>
+                    <widget class="QButtonGroup" row="0" column="3" rowspan="2" colspan="1">
+                        <property name="name">
+                            <cstring>buttonGroup1</cstring>
+                        </property>
+                        <property name="title">
+                            <string>Affichage</string>
+                        </property>
+                        <widget class="QRadioButton">
+                            <property name="name">
+                                <cstring>RBGroupe</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>20</x>
+                                    <y>40</y>
+                                    <width>101</width>
+                                    <height>20</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>par groupe</string>
+                            </property>
+                        </widget>
+                        <widget class="QRadioButton">
+                            <property name="name">
+                                <cstring>RBalpha</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>20</x>
+                                    <y>20</y>
+                                    <width>120</width>
+                                    <height>20</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>alphabétique</string>
+                            </property>
+                            <property name="checked">
+                                <bool>true</bool>
+                            </property>
+                        </widget>
+                    </widget>
+                    <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>textLabel1_4</cstring>
+                        </property>
+                        <property name="text">
+                            <string>&lt;b&gt;&lt;u&gt;Commandes :&lt;/u&gt;&lt;/b&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel" row="3" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>textLabel4</cstring>
+                        </property>
+                        <property name="text">
+                            <string>La commande choisie sera ajoutée APRES la commande courante</string>
+                        </property>
+                    </widget>
+                    <widget class="QToolButton" row="1" column="2">
+                        <property name="name">
+                            <cstring>BNext</cstring>
+                        </property>
+                        <property name="text">
+                            <string></string>
+                        </property>
+                        <property name="iconSet">
+                            <iconset>image0</iconset>
+                        </property>
+                        <property name="toolTip" stdset="0">
+                            <string>affiche la prochaine occurence</string>
+                        </property>
+                    </widget>
+                    <widget class="QLineEdit" row="1" column="1">
+                        <property name="name">
+                            <cstring>LEFiltre</cstring>
+                        </property>
+                        <property name="minimumSize">
+                            <size>
+                                <width>160</width>
+                                <height>30</height>
+                            </size>
+                        </property>
+                    </widget>
+                </grid>
+            </widget>
         </widget>
-        <widget class="QLabel" row="0" column="0">
+        <widget class="QPushButton" row="2" column="1">
             <property name="name">
-                <cstring>textLabel1</cstring>
+                <cstring>bOk</cstring>
             </property>
             <property name="text">
-                <string>&lt;p align="center"&gt;&lt;b&gt;Texte du Commentaire&lt;/b&gt;&lt;/p&gt;</string>
+                <string>&amp;Valider</string>
+            </property>
+            <property name="accel">
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>validation de la saisie</string>
             </property>
         </widget>
-        <widget class="QTextEdit" row="1" column="0">
+        <widget class="QPushButton" row="2" column="0">
             <property name="name">
-                <cstring>textCommentaire</cstring>
+                <cstring>bSup</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Supprimer</string>
+            </property>
+            <property name="accel">
+                <string>Alt+S</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>suppression du mot clef</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="2">
+            <property name="name">
+                <cstring>bHelp</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Documentation</string>
+            </property>
+            <property name="accel">
+                <string>Alt+D</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>affichage documentation aster</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
+            <property name="name">
+                <cstring>Commentaire</cstring>
+            </property>
+            <property name="frameShape">
+                <enum>NoFrame</enum>
+            </property>
+            <property name="frameShadow">
+                <enum>Plain</enum>
+            </property>
+            <property name="text">
+                <string></string>
             </property>
         </widget>
     </grid>
 </widget>
+<images>
+    <image name="image0">
+        <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
+    </image>
+</images>
 <connections>
+    <connection>
+        <sender>LBNouvCommande</sender>
+        <signal>clicked(QListBoxItem*)</signal>
+        <receiver>DComment</receiver>
+        <slot>LBNouvCommandeClicked()</slot>
+    </connection>
+    <connection>
+        <sender>LEFiltre</sender>
+        <signal>textChanged(const QString&amp;)</signal>
+        <receiver>DComment</receiver>
+        <slot>LEFiltreTextChanged()</slot>
+    </connection>
+    <connection>
+        <sender>LEFiltre</sender>
+        <signal>returnPressed()</signal>
+        <receiver>DComment</receiver>
+        <slot>LEfiltreReturnPressed()</slot>
+    </connection>
+    <connection>
+        <sender>bSup</sender>
+        <signal>pressed()</signal>
+        <receiver>DComment</receiver>
+        <slot>BSupPressed()</slot>
+    </connection>
     <connection>
         <sender>bOk</sender>
         <signal>clicked()</signal>
         <receiver>DComment</receiver>
-        <slot>TexteCommentaireEntre()</slot>
+        <slot>BOkPressed()</slot>
+    </connection>
+    <connection>
+        <sender>RBGroupe</sender>
+        <signal>clicked()</signal>
+        <receiver>DComment</receiver>
+        <slot>BuildTabCommand()</slot>
+    </connection>
+    <connection>
+        <sender>RBalpha</sender>
+        <signal>clicked()</signal>
+        <receiver>DComment</receiver>
+        <slot>BuildTabCommand()</slot>
     </connection>
     <connection>
         <sender>bHelp</sender>
         <receiver>DComment</receiver>
         <slot>ViewDoc()</slot>
     </connection>
+    <connection>
+        <sender>BNext</sender>
+        <signal>pressed()</signal>
+        <receiver>DComment</receiver>
+        <slot>BNextPressed()</slot>
+    </connection>
 </connections>
 <slots>
-    <slot>TexteCommentaireEntre()</slot>
-    <slot>ViewDoc()</slot>
+    <slot>LBNouvCommandeClicked()</slot>
+    <slot>LEFiltreTextChanged()</slot>
+    <slot>LEfiltreReturnPressed()</slot>
+    <slot>BSupPressed()</slot>
+    <slot>LENomConceptReturnPressed()</slot>
+    <slot>BOkPressed()</slot>
+    <slot>BuildTabCommand()</slot>
+    <slot>ViewDoc() </slot>
+    <slot>BNextPressed()</slot>
 </slots>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index a9a89173b250bfa839908cf898876e3a8af31c33..03084ff5e3efc8607d8cfea2b0218bb2741ef6d7 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desError.ui'
 #
-# Created: lun nov 19 11:09:03 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index ff80b3c04546dcc38c796fd152a27ec2f267cbe3..db3fa6bf99d101df684b2cb6ebfa12b11f28db0e 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desFormule.ui'
 #
-# Created: lun nov 19 11:09:03 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -49,24 +49,7 @@ class DFormule(QWidget):
 
         self.Commentaire = QLabel(self,"Commentaire")
 
-        DFormuleLayout.addWidget(self.Commentaire,1,0)
-
-        layout2 = QHBoxLayout(None,0,6,"layout2")
-
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout2.addWidget(self.bHelp)
-
-        self.bOk = QPushButton(self,"bOk")
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-        layout2.addWidget(self.bOk)
-
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setAutoDefault(1)
-        layout2.addWidget(self.bSup)
-
-        DFormuleLayout.addLayout(layout2,2,0)
+        DFormuleLayout.addMultiCellWidget(self.Commentaire,1,1,0,2)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
 
@@ -174,7 +157,23 @@ class DFormule(QWidget):
         CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
         self.TWChoix.insertTab(self.Commande,QString(""))
 
-        DFormuleLayout.addWidget(self.TWChoix,0,0)
+        DFormuleLayout.addMultiCellWidget(self.TWChoix,0,0,0,2)
+
+        self.bSup = QPushButton(self,"bSup")
+        self.bSup.setAutoDefault(1)
+
+        DFormuleLayout.addWidget(self.bSup,2,0)
+
+        self.bOk = QPushButton(self,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+
+        DFormuleLayout.addWidget(self.bOk,2,1)
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+
+        DFormuleLayout.addWidget(self.bHelp,2,2)
 
         self.languageChange()
 
@@ -198,15 +197,6 @@ class DFormule(QWidget):
     def languageChange(self):
         self.setCaption(self.__tr("DMacro"))
         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.textLabel1_5.setText(self.__tr("<h3><p align=\"center\"><u><b>Corps de la formule</b></u></p></h3>"))
         self.textLabel1_2.setText(self.__tr("<h3><p align=\"center\"><u><b>Arguments</b></u></p></h3>"))
         self.textLabel1.setText(self.__tr("<h3><p align=\"center\"><u><b>Nom de la formule</b></u></p></h3>"))
@@ -226,6 +216,15 @@ class DFormule(QWidget):
         QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
         self.textLabel6.setText(self.__tr("Filtre"))
         self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
 
 
     def LBNouvCommandeClicked(self):
index 5e92c7d8eb7c51854b02e50aadbf120f6f2a2375..84f92d5608008f30afa01604dc76cbf04b0b09d4 100644 (file)
@@ -25,7 +25,7 @@
         <property name="name">
             <cstring>unnamed</cstring>
         </property>
-        <widget class="QLabel" row="1" column="0">
+        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>Commentaire</cstring>
             </property>
                 <string></string>
             </property>
         </widget>
-        <widget class="QLayoutWidget" row="2" column="0">
-            <property name="name">
-                <cstring>layout2</cstring>
-            </property>
-            <hbox>
-                <property name="name">
-                    <cstring>unnamed</cstring>
-                </property>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bHelp</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Documentation</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bOk</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Valider</string>
-                    </property>
-                    <property name="accel">
-                        <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="default">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>validation de la saisie</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bSup</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Supprimer</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+S</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
-                    </property>
-                </widget>
-            </hbox>
-        </widget>
-        <widget class="QTabWidget" row="0" column="0">
+        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>TWChoix</cstring>
             </property>
@@ -359,6 +295,60 @@ valeurs seront effectivement prises en compte</string>
                 </grid>
             </widget>
         </widget>
+        <widget class="QPushButton" row="2" column="0">
+            <property name="name">
+                <cstring>bSup</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Supprimer</string>
+            </property>
+            <property name="accel">
+                <string>Alt+S</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>suppression du mot clef</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="1">
+            <property name="name">
+                <cstring>bOk</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Valider</string>
+            </property>
+            <property name="accel">
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>validation de la saisie</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="2">
+            <property name="name">
+                <cstring>bHelp</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Documentation</string>
+            </property>
+            <property name="accel">
+                <string>Alt+D</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>affichage documentation aster</string>
+            </property>
+        </widget>
     </grid>
 </widget>
 <images>
index 02c437bf4843946d29c231bf6ecf77c63afe0291..a14fe5252c4277b0b4f536e0ef47cebd9261148c 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desInactif.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index fbed12f6762cd13f5c4c3e966f6d00b4e8fca827..57cf503f17a970a4baf09ca33aacb133e21b7cab 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desInclude.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -49,24 +49,7 @@ class DInc1(QWidget):
 
         self.Commentaire = QLabel(self,"Commentaire")
 
-        DInc1Layout.addWidget(self.Commentaire,1,0)
-
-        layout1 = QHBoxLayout(None,0,6,"layout1")
-
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
-
-        self.bOk = QPushButton(self,"bOk")
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-        layout1.addWidget(self.bOk)
-
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setAutoDefault(1)
-        layout1.addWidget(self.bSup)
-
-        DInc1Layout.addLayout(layout1,2,0)
+        DInc1Layout.addMultiCellWidget(self.Commentaire,1,1,0,2)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
 
@@ -156,7 +139,23 @@ class DInc1(QWidget):
         TabPageLayout.addWidget(self.textLabel1_5,0,0)
         self.TWChoix.insertTab(self.TabPage_2,QString(""))
 
-        DInc1Layout.addWidget(self.TWChoix,0,0)
+        DInc1Layout.addMultiCellWidget(self.TWChoix,0,0,0,2)
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+
+        DInc1Layout.addWidget(self.bHelp,2,2)
+
+        self.bSup = QPushButton(self,"bSup")
+        self.bSup.setAutoDefault(1)
+
+        DInc1Layout.addWidget(self.bSup,2,0)
+
+        self.bOk = QPushButton(self,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+
+        DInc1Layout.addWidget(self.bOk,2,1)
 
         self.languageChange()
 
@@ -179,15 +178,6 @@ class DInc1(QWidget):
     def languageChange(self):
         self.setCaption(self.__tr("DMacro"))
         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.textLabel1.setText(self.__tr("<h3><p align=\"center\"><u><b>Mots Clefs Permis</b></u></p></h3>"))
         self.textLabel1_2.setText(self.__trUtf8("\x3c\x68\x33\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x3c\x75\x3e\x3c\x62\x3e\x52\xc3\xa9\x67\x6c\x65\x73\x3c\x2f\x62\x3e\x3c\x2f\x75\x3e\x3c\x2f\x70\x3e\x3c\x2f\x68\x33\x3e"))
         self.TWChoix.changeTab(self.MotClef,self.__tr("Ajouter Mot-Clef"))
@@ -205,6 +195,15 @@ class DInc1(QWidget):
         self.TWChoix.changeTab(self.TabPage,self.__tr("Fichier Include"))
         self.textLabel1_5.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x31\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x49\x4e\x43\x4c\x55\x44\x45\x20\x6e\x27\x61\x20\x70\x61\x73\x20\x64\x65\x20\x66\x69\x63\x68\x69\x65\x72\x20\x61\x73\x73\x6f\x63\x69\xc3\xa9\x2e\x0a\x49\x6c\x20\x66\x61\x75\x74\x20\x64\x27\x61\x62\x6f\x72\x64\x20\x63\x68\x6f\x69\x73\x69\x72\x20\x75\x6e\x20\x6e\x75\x6d\xc3\xa9\x72\x6f\x20\x64\x27\x75\x6e\x69\x74\xc3\xa9\x3c\x2f\x70\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
         self.TWChoix.changeTab(self.TabPage_2,self.__tr("Fichier Inc"))
+        self.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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"))
 
 
     def LBNouvCommandeClicked(self):
index 82bedc7662047dd564919cb0595344a40dd307c2..91f8d42cf3b39336a47025690085b6581a23c918 100644 (file)
@@ -25,7 +25,7 @@
         <property name="name">
             <cstring>unnamed</cstring>
         </property>
-        <widget class="QLabel" row="1" column="0">
+        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>Commentaire</cstring>
             </property>
                 <string></string>
             </property>
         </widget>
-        <widget class="QLayoutWidget" row="2" column="0">
-            <property name="name">
-                <cstring>layout1</cstring>
-            </property>
-            <hbox>
-                <property name="name">
-                    <cstring>unnamed</cstring>
-                </property>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bHelp</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Documentation</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bOk</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Valider</string>
-                    </property>
-                    <property name="accel">
-                        <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="default">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>validation de la saisie</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bSup</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Supprimer</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+S</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
-                    </property>
-                </widget>
-            </hbox>
-        </widget>
-        <widget class="QTabWidget" row="0" column="0">
+        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>TWChoix</cstring>
             </property>
@@ -360,6 +296,60 @@ Il faut d'abord choisir un numéro d'unité&lt;/p&gt;&lt;/font&gt;</string>
                 </grid>
             </widget>
         </widget>
+        <widget class="QPushButton" row="2" column="2">
+            <property name="name">
+                <cstring>bHelp</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Documentation</string>
+            </property>
+            <property name="accel">
+                <string>Alt+D</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>affichage documentation aster</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="0">
+            <property name="name">
+                <cstring>bSup</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Supprimer</string>
+            </property>
+            <property name="accel">
+                <string>Alt+S</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>suppression du mot clef</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="1">
+            <property name="name">
+                <cstring>bOk</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Valider</string>
+            </property>
+            <property name="accel">
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>validation de la saisie</string>
+            </property>
+        </widget>
     </grid>
 </widget>
 <images>
index 3fc318547400f05e8c004dd6f9b52443d392149a..37ffe2c432335f347876f23133804e2519de9d54 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desListeParam.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 41050c7eccc9619363cf50156235743da3aeaf93..438fe6b26d7ab04ff83e1ff11d6f1bc0bd00b664 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMCFact.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -22,27 +22,6 @@ class DMCFact(QWidget):
 
         DMCFactLayout = QGridLayout(self,1,1,11,6,"DMCFactLayout")
 
-        layout1 = QHBoxLayout(None,0,6,"layout1")
-
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
-
-        self.bOk = QPushButton(self,"bOk")
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-        layout1.addWidget(self.bOk)
-
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setAutoDefault(1)
-        layout1.addWidget(self.bSup)
-
-        DMCFactLayout.addLayout(layout1,2,0)
-
-        self.Commentaire = QLabel(self,"Commentaire")
-
-        DMCFactLayout.addWidget(self.Commentaire,1,0)
-
         self.TWChoix = QTabWidget(self,"TWChoix")
 
         self.MotClef = QWidget(self.TWChoix,"MotClef")
@@ -67,7 +46,27 @@ class DMCFact(QWidget):
         MotClefLayout.addWidget(self.textLabel1_2,0,1)
         self.TWChoix.insertTab(self.MotClef,QString(""))
 
-        DMCFactLayout.addWidget(self.TWChoix,0,0)
+        DMCFactLayout.addMultiCellWidget(self.TWChoix,0,0,0,2)
+
+        self.bSup = QPushButton(self,"bSup")
+        self.bSup.setAutoDefault(1)
+
+        DMCFactLayout.addWidget(self.bSup,2,0)
+
+        self.Commentaire = QLabel(self,"Commentaire")
+
+        DMCFactLayout.addMultiCellWidget(self.Commentaire,1,1,0,2)
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+
+        DMCFactLayout.addWidget(self.bHelp,2,2)
+
+        self.bOk = QPushButton(self,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+
+        DMCFactLayout.addWidget(self.bOk,2,1)
 
         self.languageChange()
 
@@ -81,19 +80,19 @@ class DMCFact(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DMacro"))
+        self.textLabel1.setText(self.__tr("<h3><p align=\"center\"><u><b>Mots Clefs Permis</b></u></p></h3>"))
+        self.textLabel1_2.setText(self.__trUtf8("\x3c\x68\x33\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x3c\x75\x3e\x3c\x62\x3e\x52\xc3\xa9\x67\x6c\x65\x73\x3c\x2f\x62\x3e\x3c\x2f\x75\x3e\x3c\x2f\x70\x3e\x3c\x2f\x68\x33\x3e"))
+        self.TWChoix.changeTab(self.MotClef,self.__tr("Ajouter Mot-Clef"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.Commentaire.setText(QString.null)
-        self.textLabel1.setText(self.__tr("<h3><p align=\"center\"><u><b>Mots Clefs Permis</b></u></p></h3>"))
-        self.textLabel1_2.setText(self.__trUtf8("\x3c\x68\x33\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x3c\x75\x3e\x3c\x62\x3e\x52\xc3\xa9\x67\x6c\x65\x73\x3c\x2f\x62\x3e\x3c\x2f\x75\x3e\x3c\x2f\x70\x3e\x3c\x2f\x68\x33\x3e"))
-        self.TWChoix.changeTab(self.MotClef,self.__tr("Ajouter Mot-Clef"))
 
 
     def ViewDoc(self):
index 7eebedb4c23b85899b16bb325884ca2fe8dec7b8..433df5f9bdf39039e363005bc8be21bf4f2d0889 100644 (file)
         <property name="name">
             <cstring>unnamed</cstring>
         </property>
-        <widget class="QLayoutWidget" row="2" column="0">
-            <property name="name">
-                <cstring>layout1</cstring>
-            </property>
-            <hbox>
-                <property name="name">
-                    <cstring>unnamed</cstring>
-                </property>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bHelp</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Documentation</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bOk</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Valider</string>
-                    </property>
-                    <property name="accel">
-                        <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="default">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>validation de la saisie</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bSup</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Supprimer</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+S</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
-                    </property>
-                </widget>
-            </hbox>
-        </widget>
-        <widget class="QLabel" row="1" column="0">
-            <property name="name">
-                <cstring>Commentaire</cstring>
-            </property>
-            <property name="text">
-                <string></string>
-            </property>
-        </widget>
-        <widget class="QTabWidget" row="0" column="0">
+        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>TWChoix</cstring>
             </property>
                 </grid>
             </widget>
         </widget>
+        <widget class="QPushButton" row="2" column="0">
+            <property name="name">
+                <cstring>bSup</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Supprimer</string>
+            </property>
+            <property name="accel">
+                <string>Alt+S</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>suppression du mot clef</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
+            <property name="name">
+                <cstring>Commentaire</cstring>
+            </property>
+            <property name="text">
+                <string></string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="2">
+            <property name="name">
+                <cstring>bHelp</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Documentation</string>
+            </property>
+            <property name="accel">
+                <string>Alt+D</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>affichage documentation aster</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="1">
+            <property name="name">
+                <cstring>bOk</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Valider</string>
+            </property>
+            <property name="accel">
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>validation de la saisie</string>
+            </property>
+        </widget>
     </grid>
 </widget>
 <connections>
index b50723a6e22db81d38f6e5c72b32fbed5b757792..5c86a42a23eb386e39497d3d82001ffa2c49a42d 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMCListAjout.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -22,30 +22,13 @@ class DMCListAjout(QWidget):
 
         DMCListAjoutLayout = QGridLayout(self,1,1,11,6,"DMCListAjoutLayout")
 
-        layout1 = QHBoxLayout(None,0,6,"layout1")
-
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
-
-        self.bOk = QPushButton(self,"bOk")
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-        layout1.addWidget(self.bOk)
-
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setAutoDefault(1)
-        layout1.addWidget(self.bSup)
-
-        DMCListAjoutLayout.addLayout(layout1,10,0)
-
         self.textLabel1 = QLabel(self,"textLabel1")
 
-        DMCListAjoutLayout.addWidget(self.textLabel1,1,0)
+        DMCListAjoutLayout.addMultiCellWidget(self.textLabel1,1,1,0,2)
 
         self.textLabel1_2 = QLabel(self,"textLabel1_2")
 
-        DMCListAjoutLayout.addWidget(self.textLabel1_2,2,0)
+        DMCListAjoutLayout.addMultiCellWidget(self.textLabel1_2,2,2,0,2)
 
         layout9 = QHBoxLayout(None,0,6,"layout9")
         spacer4 = QSpacerItem(60,21,QSizePolicy.Expanding,QSizePolicy.Minimum)
@@ -58,29 +41,45 @@ class DMCListAjout(QWidget):
         spacer2 = QSpacerItem(80,21,QSizePolicy.Expanding,QSizePolicy.Minimum)
         layout9.addItem(spacer2)
 
-        DMCListAjoutLayout.addLayout(layout9,8,0)
+        DMCListAjoutLayout.addMultiCellLayout(layout9,8,8,0,2)
         spacer1 = QSpacerItem(21,40,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        DMCListAjoutLayout.addItem(spacer1,9,0)
+        DMCListAjoutLayout.addItem(spacer1,9,1)
 
         self.textLabel1_2_2 = QLabel(self,"textLabel1_2_2")
 
-        DMCListAjoutLayout.addWidget(self.textLabel1_2_2,6,0)
+        DMCListAjoutLayout.addMultiCellWidget(self.textLabel1_2_2,6,6,0,2)
         spacer5 = QSpacerItem(20,20,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        DMCListAjoutLayout.addItem(spacer5,7,0)
+        DMCListAjoutLayout.addItem(spacer5,7,1)
 
         self.MCFacteur = QLabel(self,"MCFacteur")
 
-        DMCListAjoutLayout.addWidget(self.MCFacteur,4,0)
+        DMCListAjoutLayout.addMultiCellWidget(self.MCFacteur,4,4,0,2)
         spacer6 = QSpacerItem(21,31,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        DMCListAjoutLayout.addItem(spacer6,5,0)
+        DMCListAjoutLayout.addItem(spacer6,5,1)
         spacer7 = QSpacerItem(21,51,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        DMCListAjoutLayout.addItem(spacer7,3,0)
+        DMCListAjoutLayout.addItem(spacer7,3,1)
         spacer8 = QSpacerItem(41,51,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        DMCListAjoutLayout.addItem(spacer8,0,0)
+        DMCListAjoutLayout.addItem(spacer8,0,1)
+
+        self.bSup = QPushButton(self,"bSup")
+        self.bSup.setAutoDefault(1)
+
+        DMCListAjoutLayout.addWidget(self.bSup,10,0)
+
+        self.bOk = QPushButton(self,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+
+        DMCListAjoutLayout.addWidget(self.bOk,10,1)
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+
+        DMCListAjoutLayout.addWidget(self.bHelp,10,2)
 
         self.languageChange()
 
-        self.resize(QSize(459,480).expandedTo(self.minimumSizeHint()))
+        self.resize(QSize(459,472).expandedTo(self.minimumSizeHint()))
         self.clearWState(Qt.WState_Polished)
 
         self.connect(self.bOk,SIGNAL("clicked()"),self.BAjoutClicked)
@@ -91,15 +90,6 @@ class DMCListAjout(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("Form1"))
-        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.textLabel1.setText(self.__tr("<p align=\"center\"><font size=\"+1\">Pour ajouter une autre occurrence</font></p>"))
         self.textLabel1_2.setText(self.__tr("<p align=\"center\"><font size=\"+1\">du mot clef-facteur</font> </p>"))
         self.bAjout.setText(self.__tr("&Ajouter"))
@@ -107,6 +97,15 @@ class DMCListAjout(QWidget):
         QToolTip.add(self.bAjout,self.__tr("validation de la saisie"))
         self.textLabel1_2_2.setText(self.__tr("<p align=\"center\"><font size=\"+1\">cliquez ci-dessous</font> </p>"))
         self.MCFacteur.setText(self.__tr("<p align=\"center\">AFFE</p>"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
 
 
     def BAjoutClicked(self):
index 7efbe4150ba9ee5324dc8f03292ea3a8df0da625..ff58dbcd333f1eac0b32f4cd295fee00268bc7d9 100644 (file)
@@ -9,7 +9,7 @@
             <x>0</x>
             <y>0</y>
             <width>459</width>
-            <height>480</height>
+            <height>472</height>
         </rect>
     </property>
     <property name="minimumSize">
         <property name="name">
             <cstring>unnamed</cstring>
         </property>
-        <widget class="QLayoutWidget" row="10" column="0">
-            <property name="name">
-                <cstring>layout1</cstring>
-            </property>
-            <hbox>
-                <property name="name">
-                    <cstring>unnamed</cstring>
-                </property>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bHelp</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Documentation</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bOk</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Valider</string>
-                    </property>
-                    <property name="accel">
-                        <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="default">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>validation de la saisie</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bSup</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Supprimer</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+S</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
-                    </property>
-                </widget>
-            </hbox>
-        </widget>
-        <widget class="QLabel" row="1" column="0">
+        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>textLabel1</cstring>
             </property>
@@ -97,7 +33,7 @@
                 <string>&lt;p align="center"&gt;&lt;font size="+1"&gt;Pour ajouter une autre occurrence&lt;/font&gt;&lt;/p&gt;</string>
             </property>
         </widget>
-        <widget class="QLabel" row="2" column="0">
+        <widget class="QLabel" row="2" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>textLabel1_2</cstring>
             </property>
                 <string>&lt;p align="center"&gt;&lt;font size="+1"&gt;du mot clef-facteur&lt;/font&gt; &lt;/p&gt;</string>
             </property>
         </widget>
-        <widget class="QLayoutWidget" row="8" column="0">
+        <widget class="QLayoutWidget" row="8" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>layout9</cstring>
             </property>
                 </spacer>
             </hbox>
         </widget>
-        <spacer row="9" column="0">
+        <spacer row="9" column="1">
             <property name="name">
                 <cstring>spacer1</cstring>
             </property>
                 </size>
             </property>
         </spacer>
-        <widget class="QLabel" row="6" column="0">
+        <widget class="QLabel" row="6" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>textLabel1_2_2</cstring>
             </property>
                 <string>&lt;p align="center"&gt;&lt;font size="+1"&gt;cliquez ci-dessous&lt;/font&gt; &lt;/p&gt;</string>
             </property>
         </widget>
-        <spacer row="7" column="0">
+        <spacer row="7" column="1">
             <property name="name">
                 <cstring>spacer5</cstring>
             </property>
                 </size>
             </property>
         </spacer>
-        <widget class="QLabel" row="4" column="0">
+        <widget class="QLabel" row="4" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>MCFacteur</cstring>
             </property>
                 <string>&lt;p align="center"&gt;AFFE&lt;/p&gt;</string>
             </property>
         </widget>
-        <spacer row="5" column="0">
+        <spacer row="5" column="1">
             <property name="name">
                 <cstring>spacer6</cstring>
             </property>
                 </size>
             </property>
         </spacer>
-        <spacer row="3" column="0">
+        <spacer row="3" column="1">
             <property name="name">
                 <cstring>spacer7</cstring>
             </property>
                 </size>
             </property>
         </spacer>
-        <spacer row="0" column="0">
+        <spacer row="0" column="1">
             <property name="name">
                 <cstring>spacer8</cstring>
             </property>
                 </size>
             </property>
         </spacer>
+        <widget class="QPushButton" row="10" column="0">
+            <property name="name">
+                <cstring>bSup</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Supprimer</string>
+            </property>
+            <property name="accel">
+                <string>Alt+S</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>suppression du mot clef</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="10" column="1">
+            <property name="name">
+                <cstring>bOk</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Valider</string>
+            </property>
+            <property name="accel">
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>validation de la saisie</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="10" column="2">
+            <property name="name">
+                <cstring>bHelp</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Documentation</string>
+            </property>
+            <property name="accel">
+                <string>Alt+D</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>affichage documentation aster</string>
+            </property>
+        </widget>
     </grid>
 </widget>
 <connections>
index 402ad029ece9e8e9fc024a2bd34629a723985375..ca6ad49072964fcf03da126fdbae54ce3e804a69 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMacro.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -47,26 +47,9 @@ class DMacro(QWidget):
 
         DMacroLayout = QGridLayout(self,1,1,11,6,"DMacroLayout")
 
-        layout1 = QHBoxLayout(None,0,6,"layout1")
-
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
-
-        self.bOk = QPushButton(self,"bOk")
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-        layout1.addWidget(self.bOk)
-
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setAutoDefault(1)
-        layout1.addWidget(self.bSup)
-
-        DMacroLayout.addLayout(layout1,2,0)
-
         self.Commentaire = QLabel(self,"Commentaire")
 
-        DMacroLayout.addWidget(self.Commentaire,1,0)
+        DMacroLayout.addMultiCellWidget(self.Commentaire,1,1,0,2)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
 
@@ -154,7 +137,23 @@ class DMacro(QWidget):
         self.LENomConcept.setGeometry(QRect(20,80,440,30))
         self.TWChoix.insertTab(self.TabPage,QString(""))
 
-        DMacroLayout.addWidget(self.TWChoix,0,0)
+        DMacroLayout.addMultiCellWidget(self.TWChoix,0,0,0,2)
+
+        self.bSup = QPushButton(self,"bSup")
+        self.bSup.setAutoDefault(1)
+
+        DMacroLayout.addWidget(self.bSup,2,0)
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+
+        DMacroLayout.addWidget(self.bHelp,2,2)
+
+        self.bOk = QPushButton(self,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+
+        DMacroLayout.addWidget(self.bOk,2,1)
 
         self.languageChange()
 
@@ -175,15 +174,6 @@ class DMacro(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DMacro"))
-        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.Commentaire.setText(QString.null)
         self.textLabel1_2.setText(self.__trUtf8("\x3c\x68\x33\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x3c\x75\x3e\x3c\x62\x3e\x52\xc3\xa9\x67\x6c\x65\x73\x3c\x2f\x62\x3e\x3c\x2f\x75\x3e\x3c\x2f\x70\x3e\x3c\x2f\x68\x33\x3e"))
         self.textLabel1.setText(self.__tr("<h3><p align=\"center\"><u><b>Mots Clefs Permis</b></u></p></h3>"))
@@ -203,6 +193,15 @@ class DMacro(QWidget):
         self.textLabel1_3_2_3.setText(self.__tr("<u>Type du concept :</u>"))
         self.textLabel1_3_3.setText(self.__tr("<u>Nom du concept :</u>"))
         self.TWChoix.changeTab(self.TabPage,self.__tr("Nommer Concept"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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"))
 
 
     def LBNouvCommandeClicked(self):
index 5ebacd0eb58a5db7adeb8bad0a32524d94d74072..643b18aef57fd35ccd87998a121cac83b0f2e418 100644 (file)
         <property name="name">
             <cstring>unnamed</cstring>
         </property>
-        <widget class="QLayoutWidget" row="2" column="0">
-            <property name="name">
-                <cstring>layout1</cstring>
-            </property>
-            <hbox>
-                <property name="name">
-                    <cstring>unnamed</cstring>
-                </property>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bHelp</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Documentation</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bOk</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Valider</string>
-                    </property>
-                    <property name="accel">
-                        <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="default">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>validation de la saisie</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bSup</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Supprimer</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+S</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
-                    </property>
-                </widget>
-            </hbox>
-        </widget>
-        <widget class="QLabel" row="1" column="0">
+        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>Commentaire</cstring>
             </property>
@@ -97,7 +33,7 @@
                 <string></string>
             </property>
         </widget>
-        <widget class="QTabWidget" row="0" column="0">
+        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>TWChoix</cstring>
             </property>
                 </widget>
             </widget>
         </widget>
+        <widget class="QPushButton" row="2" column="0">
+            <property name="name">
+                <cstring>bSup</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Supprimer</string>
+            </property>
+            <property name="accel">
+                <string>Alt+S</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>suppression du mot clef</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="2">
+            <property name="name">
+                <cstring>bHelp</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Documentation</string>
+            </property>
+            <property name="accel">
+                <string>Alt+D</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>affichage documentation aster</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="1">
+            <property name="name">
+                <cstring>bOk</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Valider</string>
+            </property>
+            <property name="accel">
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>validation de la saisie</string>
+            </property>
+        </widget>
     </grid>
 </widget>
 <images>
index 6ff292e3d4d21e916b2e1ee9ff08a1a55042191a..65222a759a9f839ae8d0de918b8128353ed72fce 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desParam.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -51,7 +51,7 @@ class DParam(QWidget):
         self.Commentaire.setFrameShape(QLabel.NoFrame)
         self.Commentaire.setFrameShadow(QLabel.Plain)
 
-        DParamLayout.addWidget(self.Commentaire,1,0)
+        DParamLayout.addMultiCellWidget(self.Commentaire,1,1,0,2)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
 
@@ -122,24 +122,23 @@ class DParam(QWidget):
         CommandeLayout.addWidget(self.LEFiltre,1,1)
         self.TWChoix.insertTab(self.Commande,QString(""))
 
-        DParamLayout.addWidget(self.TWChoix,0,0)
-
-        layout1 = QHBoxLayout(None,0,6,"layout1")
-
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
+        DParamLayout.addMultiCellWidget(self.TWChoix,0,0,0,2)
 
         self.bOk = QPushButton(self,"bOk")
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
-        layout1.addWidget(self.bOk)
+
+        DParamLayout.addWidget(self.bOk,2,1)
 
         self.bSup = QPushButton(self,"bSup")
         self.bSup.setAutoDefault(1)
-        layout1.addWidget(self.bSup)
 
-        DParamLayout.addLayout(layout1,2,0)
+        DParamLayout.addWidget(self.bSup,2,0)
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+
+        DParamLayout.addWidget(self.bHelp,2,2)
 
         self.languageChange()
 
@@ -175,15 +174,15 @@ class DParam(QWidget):
         self.BNext.setText(QString.null)
         QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
         self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
-        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
 
 
     def LBNouvCommandeClicked(self):
index ab5a7834d042ec7c9ff7edb424acfc08450a621c..a871fa142a0e6e8c6101aaf7ab051d956f4c6d28 100644 (file)
@@ -25,7 +25,7 @@
         <property name="name">
             <cstring>unnamed</cstring>
         </property>
-        <widget class="QLabel" row="1" column="0">
+        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>Commentaire</cstring>
             </property>
@@ -39,7 +39,7 @@
                 <string></string>
             </property>
         </widget>
-        <widget class="QTabWidget" row="0" column="0">
+        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>TWChoix</cstring>
             </property>
@@ -334,69 +334,59 @@ appuyé sur  le bouton Valider.</string>
                 </grid>
             </widget>
         </widget>
-        <widget class="QLayoutWidget" row="2" column="0">
+        <widget class="QPushButton" row="2" column="1">
             <property name="name">
-                <cstring>layout1</cstring>
+                <cstring>bOk</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Valider</string>
+            </property>
+            <property name="accel">
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>validation de la saisie</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="0">
+            <property name="name">
+                <cstring>bSup</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Supprimer</string>
+            </property>
+            <property name="accel">
+                <string>Alt+S</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>suppression du mot clef</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="2">
+            <property name="name">
+                <cstring>bHelp</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Documentation</string>
+            </property>
+            <property name="accel">
+                <string>Alt+D</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>affichage documentation aster</string>
             </property>
-            <hbox>
-                <property name="name">
-                    <cstring>unnamed</cstring>
-                </property>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bHelp</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Documentation</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bOk</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Valider</string>
-                    </property>
-                    <property name="accel">
-                        <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="default">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>validation de la saisie</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bSup</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Supprimer</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+S</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
-                    </property>
-                </widget>
-            </hbox>
         </widget>
     </grid>
 </widget>
index 5e95eacba8eee332c19f1d9b5febc46c86fd217c..3760ba9bed46fda2aa53666849d4a4cd50dff0e7 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desPlusieursBase.ui'
 #
-# Created: lun nov 19 11:31:09 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -77,29 +77,6 @@ class DPlusBase(QWidget):
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
         Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
-        layout3 = QVBoxLayout(None,0,6,"layout3")
-
-        self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        layout3.addWidget(self.Commentaire)
-
-        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)
-        layout3.addLayout(layout1)
-
-        Widget8Layout.addMultiCellLayout(layout3,5,5,0,3)
-
         self.textLabel1 = QLabel(self.Widget8,"textLabel1")
 
         Widget8Layout.addWidget(self.textLabel1,0,0)
@@ -160,6 +137,27 @@ class DPlusBase(QWidget):
         layout8.addItem(spacer4)
 
         Widget8Layout.addMultiCellLayout(layout8,0,3,1,1)
+
+        self.Commentaire = QLabel(self.Widget8,"Commentaire")
+
+        Widget8Layout.addMultiCellWidget(self.Commentaire,5,5,0,3)
+
+        layout7 = QHBoxLayout(None,0,6,"layout7")
+
+        self.bSup = QPushButton(self.Widget8,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout7.addWidget(self.bSup)
+
+        self.bOk = QPushButton(self.Widget8,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout7.addWidget(self.bOk)
+
+        self.bHelp = QPushButton(self.Widget8,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout7.addWidget(self.bHelp)
+
+        Widget8Layout.addMultiCellLayout(layout7,6,6,0,3)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
         DPlusBaseLayout.addWidget(self.tabuniqueinto,0,0)
@@ -181,16 +179,6 @@ class DPlusBase(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DUnIn"))
-        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.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"))
@@ -203,6 +191,16 @@ class DPlusBase(QWidget):
         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.Commentaire.setText(QString.null)
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index 0b5e599264c7860271d18e6d820c95ca7bd562fe..5c2578d60d8b077675911e61debc221a139becaf 100644 (file)
                     <property name="name">
                         <cstring>unnamed</cstring>
                     </property>
-                    <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">
-                        <property name="name">
-                            <cstring>layout3</cstring>
-                        </property>
-                        <vbox>
-                            <property name="name">
-                                <cstring>unnamed</cstring>
-                            </property>
-                            <widget class="QLabel">
-                                <property name="name">
-                                    <cstring>Commentaire</cstring>
-                                </property>
-                                <property name="text">
-                                    <string></string>
-                                </property>
-                            </widget>
-                            <widget class="QLayoutWidget">
-                                <property name="name">
-                                    <cstring>layout1</cstring>
-                                </property>
-                                <hbox>
-                                    <property name="name">
-                                        <cstring>unnamed</cstring>
-                                    </property>
-                                    <widget class="QPushButton">
-                                        <property name="name">
-                                            <cstring>bHelp</cstring>
-                                        </property>
-                                        <property name="text">
-                                            <string>&amp;Documentation</string>
-                                        </property>
-                                        <property name="accel">
-                                            <string>Alt+D</string>
-                                        </property>
-                                        <property name="autoDefault">
-                                            <bool>true</bool>
-                                        </property>
-                                        <property name="toolTip" stdset="0">
-                                            <string>affichage documentation aster</string>
-                                        </property>
-                                    </widget>
-                                    <widget class="QPushButton">
-                                        <property name="name">
-                                            <cstring>bOk</cstring>
-                                        </property>
-                                        <property name="text">
-                                            <string>&amp;Valider</string>
-                                        </property>
-                                        <property name="accel">
-                                            <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                                        </property>
-                                        <property name="autoDefault">
-                                            <bool>true</bool>
-                                        </property>
-                                        <property name="default">
-                                            <bool>true</bool>
-                                        </property>
-                                        <property name="toolTip" stdset="0">
-                                            <string>validation de la saisie</string>
-                                        </property>
-                                    </widget>
-                                    <widget class="QPushButton">
-                                        <property name="name">
-                                            <cstring>bSup</cstring>
-                                        </property>
-                                        <property name="text">
-                                            <string>&amp;Supprimer</string>
-                                        </property>
-                                        <property name="accel">
-                                            <string>Alt+S</string>
-                                        </property>
-                                        <property name="autoDefault">
-                                            <bool>true</bool>
-                                        </property>
-                                        <property name="toolTip" stdset="0">
-                                            <string>suppression du mot clef</string>
-                                        </property>
-                                    </widget>
-                                </hbox>
-                            </widget>
-                        </vbox>
-                    </widget>
                     <widget class="QLabel" row="0" column="0">
                         <property name="name">
                             <cstring>textLabel1</cstring>
                             </spacer>
                         </vbox>
                     </widget>
+                    <widget class="QLabel" row="5" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>Commentaire</cstring>
+                        </property>
+                        <property name="text">
+                            <string></string>
+                        </property>
+                    </widget>
+                    <widget class="QLayoutWidget" row="6" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>layout7</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bSup</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Supprimer</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+S</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>suppression du mot clef</string>
+                                </property>
+                            </widget>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bOk</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Valider</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="default">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>validation de la saisie</string>
+                                </property>
+                            </widget>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bHelp</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Documentation</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+D</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>affichage documentation aster</string>
+                                </property>
+                            </widget>
+                        </hbox>
+                    </widget>
                 </grid>
             </widget>
         </widget>
index 31cb6b46108c80f017a53d08695f95992640f60f..c1aa71a62e977dafe57285bfe67c303a2cb2dfec 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desPlusieursInto.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:38 2008
 #      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" \
-    "\xc7\x49\x44\x41\x54\x38\x8d\xcd\x94\x59\x0e\xc3" \
-    "\x20\x0c\x44\x71\xd5\x7b\xc7\x3d\xf9\xf4\x07\xd3" \
-    "\x31\xb1\x59\xa2\x28\xaa\x25\x44\x48\xbc\x3c\xc6" \
-    "\x81\x52\xfe\xc0\xe4\x42\x0c\xee\xce\xb9\x12\xe0" \
-    "\x8a\x02\x39\x83\x88\x48\xf5\xdf\x02\xc9\x9c\x11" \
-    "\xf8\x60\x04\x30\x01\x19\x05\x4a\xe8\x68\xc5\x6a" \
-    "\xc2\x06\xc0\x6b\x4b\x10\x91\x11\xc8\x02\x87\x4f" \
-    "\x3a\x52\xa5\x87\x75\x71\x23\x89\x7e\x40\x39\xc4" \
-    "\x6b\x50\xd8\x86\x5b\x07\xf5\x40\x0a\x45\x00\x53" \
-    "\x33\x08\x93\xcf\x86\x74\xa3\x00\x28\xd4\x92\xde" \
-    "\xef\x04\x62\x6b\x55\x9d\xfe\x48\xac\x84\x2b\x1a" \
-    "\x6d\xaa\xe6\x85\x01\x55\x03\x3b\x99\xc5\x00\x9f" \
-    "\x70\xce\xda\x11\x1a\xab\x41\x3b\x6f\x6a\x70\xd1" \
-    "\x18\xe0\x08\xe6\xfd\x8b\xc5\x1d\x5d\x00\xa0\xf6" \
-    "\x14\x55\x6d\x1f\xf9\xb9\xbe\x49\x52\xaa\xbc\x37" \
-    "\x21\xf8\xf8\xb6\xf6\x24\xc5\x57\xef\x89\x47\xaf" \
-    "\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" \
@@ -56,6 +33,29 @@ image1_data = \
     "\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" \
+    "\xc7\x49\x44\x41\x54\x38\x8d\xcd\x94\x59\x0e\xc3" \
+    "\x20\x0c\x44\x71\xd5\x7b\xc7\x3d\xf9\xf4\x07\xd3" \
+    "\x31\xb1\x59\xa2\x28\xaa\x25\x44\x48\xbc\x3c\xc6" \
+    "\x81\x52\xfe\xc0\xe4\x42\x0c\xee\xce\xb9\x12\xe0" \
+    "\x8a\x02\x39\x83\x88\x48\xf5\xdf\x02\xc9\x9c\x11" \
+    "\xf8\x60\x04\x30\x01\x19\x05\x4a\xe8\x68\xc5\x6a" \
+    "\xc2\x06\xc0\x6b\x4b\x10\x91\x11\xc8\x02\x87\x4f" \
+    "\x3a\x52\xa5\x87\x75\x71\x23\x89\x7e\x40\x39\xc4" \
+    "\x6b\x50\xd8\x86\x5b\x07\xf5\x40\x0a\x45\x00\x53" \
+    "\x33\x08\x93\xcf\x86\x74\xa3\x00\x28\xd4\x92\xde" \
+    "\xef\x04\x62\x6b\x55\x9d\xfe\x48\xac\x84\x2b\x1a" \
+    "\x6d\xaa\xe6\x85\x01\x55\x03\x3b\x99\xc5\x00\x9f" \
+    "\x70\xce\xda\x11\x1a\xab\x41\x3b\x6f\x6a\x70\xd1" \
+    "\x18\xe0\x08\xe6\xfd\x8b\xc5\x1d\x5d\x00\xa0\xf6" \
+    "\x14\x55\x6d\x1f\xf9\xb9\xbe\x49\x52\xaa\xbc\x37" \
+    "\x21\xf8\xf8\xb6\xf6\x24\xc5\x57\xef\x89\x47\xaf" \
+    "\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"
 
 class DPlusInto(QWidget):
     def __init__(self,parent = None,name = None,fl = 0):
@@ -81,27 +81,6 @@ class DPlusInto(QWidget):
 
         Widget8Layout.addMultiCellWidget(self.Commentaire,2,2,0,3)
 
-        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.addMultiCellLayout(layout1,3,3,0,3)
-
-        self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
-
-        Widget8Layout.addMultiCellWidget(self.textLabel1_2,0,0,2,3)
-
         self.textLabel1 = QLabel(self.Widget8,"textLabel1")
 
         Widget8Layout.addMultiCellWidget(self.textLabel1,0,0,0,1)
@@ -114,25 +93,46 @@ class DPlusInto(QWidget):
 
         Widget8Layout.addWidget(self.listBoxVal,1,3)
 
-        layout4 = QVBoxLayout(None,0,6,"layout4")
-        spacer2 = QSpacerItem(21,72,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        layout4.addItem(spacer2)
+        self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
 
-        self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
-        self.BAjout1Val.setMinimumSize(QSize(40,31))
-        self.BAjout1Val.setMaximumSize(QSize(40,31))
-        self.BAjout1Val.setIconSet(QIconSet(self.image0))
-        layout4.addWidget(self.BAjout1Val)
+        Widget8Layout.addMultiCellWidget(self.textLabel1_2,0,0,2,3)
+
+        layout3 = QVBoxLayout(None,0,6,"layout3")
+        spacer2 = QSpacerItem(21,50,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        layout3.addItem(spacer2)
 
         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)
+        self.BSup1Val.setIconSet(QIconSet(self.image0))
+        layout3.addWidget(self.BSup1Val)
+
+        self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
+        self.BAjout1Val.setMinimumSize(QSize(40,31))
+        self.BAjout1Val.setMaximumSize(QSize(40,31))
+        self.BAjout1Val.setIconSet(QIconSet(self.image1))
+        layout3.addWidget(self.BAjout1Val)
         spacer3 = QSpacerItem(21,181,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        layout4.addItem(spacer3)
+        layout3.addItem(spacer3)
+
+        Widget8Layout.addMultiCellLayout(layout3,1,1,1,2)
+
+        layout3_2 = QHBoxLayout(None,0,6,"layout3_2")
+
+        self.bSup = QPushButton(self.Widget8,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout3_2.addWidget(self.bSup)
+
+        self.bOk = QPushButton(self.Widget8,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout3_2.addWidget(self.bOk)
 
-        Widget8Layout.addMultiCellLayout(layout4,1,1,1,2)
+        self.bHelp = QPushButton(self.Widget8,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout3_2.addWidget(self.bHelp)
+
+        Widget8Layout.addMultiCellLayout(layout3_2,3,3,0,3)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
         DPlusIntoLayout.addWidget(self.tabuniqueinto,0,0)
@@ -153,21 +153,21 @@ class DPlusInto(QWidget):
     def languageChange(self):
         self.setCaption(self.__tr("DUnIn"))
         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.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.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_2.setText(self.__tr("<u><font size=\"+1\">Valeur(s) possibles(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.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index 7fd9c3fce81beafb0268d9d203f6b3a27d0de512..4aca5cb10a696c105f91c70860c25204d400adcf 100644 (file)
                             <string></string>
                         </property>
                     </widget>
-                    <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="4">
-                        <property name="name">
-                            <cstring>layout1</cstring>
-                        </property>
-                        <hbox>
-                            <property name="name">
-                                <cstring>unnamed</cstring>
-                            </property>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bHelp</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Documentation</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+D</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>affichage documentation aster</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bOk</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Valider</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="default">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>validation de la saisie</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bSup</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Supprimer</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+S</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>suppression du mot clef</string>
-                                </property>
-                            </widget>
-                        </hbox>
-                    </widget>
                     <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
                         <property name="name">
                             <cstring>textLabel1</cstring>
                             </spacer>
                         </vbox>
                     </widget>
+                    <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>layout3</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bSup</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Supprimer</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+S</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>suppression du mot clef</string>
+                                </property>
+                            </widget>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bOk</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Valider</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="default">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>validation de la saisie</string>
+                                </property>
+                            </widget>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bHelp</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Documentation</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+D</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>affichage documentation aster</string>
+                                </property>
+                            </widget>
+                        </hbox>
+                    </widget>
                 </grid>
             </widget>
         </widget>
index cacbc5e8951ffd00d569c7e307165aa6b4d0cdc1..d200e6cbd77f6b7d17239855cc98e91f30533a09 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desPoursuite.ui'
 #
-# Created: jeu nov 8 17:36:54 2007
+# Created: mar mar 4 10:36:38 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -45,29 +45,13 @@ class DPour(QWidget):
 
         self.setMinimumSize(QSize(505,0))
 
+        DPourLayout = QGridLayout(self,1,1,11,6,"DPourLayout")
 
         self.Commentaire = QLabel(self,"Commentaire")
-        self.Commentaire.setGeometry(QRect(11,437,499,16))
 
-        LayoutWidget = QWidget(self,"layout1")
-        LayoutWidget.setGeometry(QRect(11,458,499,30))
-        layout1 = QHBoxLayout(LayoutWidget,11,6,"layout1")
-
-        self.bHelp = QPushButton(LayoutWidget,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
-
-        self.bOk = QPushButton(LayoutWidget,"bOk")
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-        layout1.addWidget(self.bOk)
-
-        self.bSup = QPushButton(LayoutWidget,"bSup")
-        self.bSup.setAutoDefault(1)
-        layout1.addWidget(self.bSup)
+        DPourLayout.addMultiCellWidget(self.Commentaire,1,1,0,2)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
-        self.TWChoix.setGeometry(QRect(10,10,499,420))
 
         self.MotClef = QWidget(self.TWChoix,"MotClef")
         MotClefLayout = QGridLayout(self.MotClef,1,1,11,6,"MotClefLayout")
@@ -134,26 +118,26 @@ class DPour(QWidget):
 
         self.TabPage = QWidget(self.TWChoix,"TabPage")
 
-        LayoutWidget_2 = QWidget(self.TabPage,"layout4")
-        LayoutWidget_2.setGeometry(QRect(10,31,472,90))
-        layout4 = QVBoxLayout(LayoutWidget_2,11,6,"layout4")
+        LayoutWidget = QWidget(self.TabPage,"layout4")
+        LayoutWidget.setGeometry(QRect(10,31,472,90))
+        layout4 = QVBoxLayout(LayoutWidget,11,6,"layout4")
 
-        self.textLabel1_3 = QLabel(LayoutWidget_2,"textLabel1_3")
+        self.textLabel1_3 = QLabel(LayoutWidget,"textLabel1_3")
         layout4.addWidget(self.textLabel1_3)
 
-        self.LENomFichier = QLineEdit(LayoutWidget_2,"LENomFichier")
+        self.LENomFichier = QLineEdit(LayoutWidget,"LENomFichier")
         self.LENomFichier.setMinimumSize(QSize(470,40))
         layout4.addWidget(self.LENomFichier)
 
-        LayoutWidget_3 = QWidget(self.TabPage,"layout5")
-        LayoutWidget_3.setGeometry(QRect(8,131,481,250))
-        layout5 = QGridLayout(LayoutWidget_3,1,1,11,6,"layout5")
+        LayoutWidget_2 = QWidget(self.TabPage,"layout5")
+        LayoutWidget_2.setGeometry(QRect(8,131,481,250))
+        layout5 = QGridLayout(LayoutWidget_2,1,1,11,6,"layout5")
 
         layout3 = QHBoxLayout(None,0,6,"layout3")
         spacer3 = QSpacerItem(331,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
         layout3.addItem(spacer3)
 
-        self.BBrowse = QPushButton(LayoutWidget_3,"BBrowse")
+        self.BBrowse = QPushButton(LayoutWidget_2,"BBrowse")
         self.BBrowse.setSizePolicy(QSizePolicy(0,0,0,0,self.BBrowse.sizePolicy().hasHeightForWidth()))
         self.BBrowse.setMinimumSize(QSize(140,50))
         layout3.addWidget(self.BBrowse)
@@ -163,6 +147,24 @@ class DPour(QWidget):
         layout5.addItem(spacer1,0,0)
         self.TWChoix.insertTab(self.TabPage,QString(""))
 
+        DPourLayout.addMultiCellWidget(self.TWChoix,0,0,0,2)
+
+        self.bSup = QPushButton(self,"bSup")
+        self.bSup.setAutoDefault(1)
+
+        DPourLayout.addWidget(self.bSup,2,0)
+
+        self.bOk = QPushButton(self,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+
+        DPourLayout.addWidget(self.bOk,2,1)
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+
+        DPourLayout.addWidget(self.bHelp,2,2)
+
         self.languageChange()
 
         self.resize(QSize(521,499).expandedTo(self.minimumSizeHint()))
@@ -183,15 +185,6 @@ class DPour(QWidget):
     def languageChange(self):
         self.setCaption(self.__tr("DMacro"))
         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.textLabel1_2.setText(self.__trUtf8("\x3c\x68\x33\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x3c\x75\x3e\x3c\x62\x3e\x52\xc3\xa9\x67\x6c\x65\x73\x3c\x2f\x62\x3e\x3c\x2f\x75\x3e\x3c\x2f\x70\x3e\x3c\x2f\x68\x33\x3e"))
         self.textLabel1.setText(self.__tr("<h3><p align=\"center\"><u><b>Mots Clefs Permis</b></u></p></h3>"))
         self.TWChoix.changeTab(self.MotClef,self.__tr("Ajouter Mot-Clef"))
@@ -207,6 +200,15 @@ class DPour(QWidget):
         self.textLabel1_3.setText(self.__tr("<font size=\"+1\">La commande POURSUITE requiert un nom de Fichier :</font>"))
         self.BBrowse.setText(self.__tr("Edit"))
         self.TWChoix.changeTab(self.TabPage,self.__tr("Fichier Poursuite"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
 
 
     def LBNouvCommandeClicked(self):
index 4672e737d1edc3615721532d4392e349d6cf4f48..58bbbfbcd673f9250aa7f9b74ae41734404c2aa1 100644 (file)
@@ -25,7 +25,7 @@
         <property name="name">
             <cstring>unnamed</cstring>
         </property>
-        <widget class="QLabel" row="1" column="0">
+        <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>Commentaire</cstring>
             </property>
                 <string></string>
             </property>
         </widget>
-        <widget class="QLayoutWidget" row="2" column="0">
-            <property name="name">
-                <cstring>layout1</cstring>
-            </property>
-            <hbox>
-                <property name="name">
-                    <cstring>unnamed</cstring>
-                </property>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bHelp</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Documentation</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bOk</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Valider</string>
-                    </property>
-                    <property name="accel">
-                        <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="default">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>validation de la saisie</string>
-                    </property>
-                </widget>
-                <widget class="QPushButton">
-                    <property name="name">
-                        <cstring>bSup</cstring>
-                    </property>
-                    <property name="text">
-                        <string>&amp;Supprimer</string>
-                    </property>
-                    <property name="accel">
-                        <string>Alt+S</string>
-                    </property>
-                    <property name="autoDefault">
-                        <bool>true</bool>
-                    </property>
-                    <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
-                    </property>
-                </widget>
-            </hbox>
-        </widget>
-        <widget class="QTabWidget" row="0" column="0">
+        <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
             <property name="name">
                 <cstring>TWChoix</cstring>
             </property>
                 </widget>
             </widget>
         </widget>
+        <widget class="QPushButton" row="2" column="0">
+            <property name="name">
+                <cstring>bSup</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Supprimer</string>
+            </property>
+            <property name="accel">
+                <string>Alt+S</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>suppression du mot clef</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="1">
+            <property name="name">
+                <cstring>bOk</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Valider</string>
+            </property>
+            <property name="accel">
+                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="default">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>validation de la saisie</string>
+            </property>
+        </widget>
+        <widget class="QPushButton" row="2" column="2">
+            <property name="name">
+                <cstring>bHelp</cstring>
+            </property>
+            <property name="text">
+                <string>&amp;Documentation</string>
+            </property>
+            <property name="accel">
+                <string>Alt+D</string>
+            </property>
+            <property name="autoDefault">
+                <bool>true</bool>
+            </property>
+            <property name="toolTip" stdset="0">
+                <string>affichage documentation aster</string>
+            </property>
+        </widget>
     </grid>
 </widget>
 <images>
index e07f042c599fb2ec8193ed00bcb83229131b4b1c..daf44e33d73aa55b7610613b79c6aef1dedfbbc0 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desRacine.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -71,39 +71,39 @@ class DRac(QWidget):
         self.RBalpha.setChecked(1)
 
         self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
-        self.RBGroupe.setGeometry(QRect(10,20,101,20))
+        self.RBGroupe.setGeometry(QRect(10,20,90,20))
 
         DRacLayout.addMultiCellWidget(self.buttonGroup1,1,1,0,2)
 
-        self.textLabel1_4 = QLabel(self,"textLabel1_4")
-
-        DRacLayout.addWidget(self.textLabel1_4,0,1)
-
-        self.LBRegles = QListBox(self,"LBRegles")
-        self.LBRegles.setMinimumSize(QSize(250,400))
-
-        DRacLayout.addMultiCellWidget(self.LBRegles,1,3,3,3)
-
         self.textLabel1_4_2 = QLabel(self,"textLabel1_4_2")
 
         DRacLayout.addWidget(self.textLabel1_4_2,0,3)
 
-        layout1 = QHBoxLayout(None,0,6,"layout1")
+        layout2 = QHBoxLayout(None,0,6,"layout2")
 
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
+        self.bSup = QPushButton(self,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout2.addWidget(self.bSup)
 
         self.bOk = QPushButton(self,"bOk")
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
-        layout1.addWidget(self.bOk)
+        layout2.addWidget(self.bOk)
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setAutoDefault(1)
-        layout1.addWidget(self.bSup)
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout2.addWidget(self.bHelp)
+
+        DRacLayout.addMultiCellLayout(layout2,4,4,0,3)
+
+        self.textLabel1_4 = QLabel(self,"textLabel1_4")
 
-        DRacLayout.addMultiCellLayout(layout1,4,4,0,3)
+        DRacLayout.addWidget(self.textLabel1_4,0,1)
+
+        self.LBRegles = QListBox(self,"LBRegles")
+        self.LBRegles.setMinimumSize(QSize(250,400))
+
+        DRacLayout.addMultiCellWidget(self.LBRegles,1,3,3,3)
 
         self.languageChange()
 
@@ -129,17 +129,17 @@ class DRac(QWidget):
         self.buttonGroup1.setTitle(self.__tr("Affichage"))
         self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65"))
         self.RBGroupe.setText(self.__tr("par groupe"))
-        self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
         self.textLabel1_4_2.setText(self.__trUtf8("\x3c\x62\x3e\x3c\x75\x3e\x52\xc3\xa9\x67\x6c\x65\x73\x20\x3a\x3c\x2f\x75\x3e\x3c\x2f\x62\x3e"))
-        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.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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+        self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
 
 
     def LBNouvCommandeClicked(self):
index 6d83242c6b95adb56aed7f6550939a3f38513bfa..3d1d963294e3cf73dbba7120705f91bd5570f4a8 100644 (file)
@@ -91,7 +91,7 @@
                     <rect>
                         <x>10</x>
                         <y>20</y>
-                        <width>101</width>
+                        <width>90</width>
                         <height>20</height>
                     </rect>
                 </property>
                 </property>
             </widget>
         </widget>
-        <widget class="QLabel" row="0" column="1">
-            <property name="name">
-                <cstring>textLabel1_4</cstring>
-            </property>
-            <property name="text">
-                <string>&lt;b&gt;&lt;u&gt;Commandes :&lt;/u&gt;&lt;/b&gt;</string>
-            </property>
-        </widget>
-        <widget class="QListBox" row="1" column="3" rowspan="3" colspan="1">
-            <property name="name">
-                <cstring>LBRegles</cstring>
-            </property>
-            <property name="minimumSize">
-                <size>
-                    <width>250</width>
-                    <height>400</height>
-                </size>
-            </property>
-        </widget>
         <widget class="QLabel" row="0" column="3">
             <property name="name">
                 <cstring>textLabel1_4_2</cstring>
         </widget>
         <widget class="QLayoutWidget" row="4" column="0" rowspan="1" colspan="4">
             <property name="name">
-                <cstring>layout1</cstring>
+                <cstring>layout2</cstring>
             </property>
             <hbox>
                 <property name="name">
                 </property>
                 <widget class="QPushButton">
                     <property name="name">
-                        <cstring>bHelp</cstring>
+                        <cstring>bSup</cstring>
                     </property>
                     <property name="text">
-                        <string>&amp;Documentation</string>
+                        <string>&amp;Supprimer</string>
                     </property>
                     <property name="accel">
-                        <string>Alt+D</string>
+                        <string>Alt+S</string>
                     </property>
                     <property name="autoDefault">
                         <bool>true</bool>
                     </property>
                     <property name="toolTip" stdset="0">
-                        <string>affichage documentation aster</string>
+                        <string>suppression du mot clef</string>
                     </property>
                 </widget>
                 <widget class="QPushButton">
                 </widget>
                 <widget class="QPushButton">
                     <property name="name">
-                        <cstring>bSup</cstring>
+                        <cstring>bHelp</cstring>
                     </property>
                     <property name="text">
-                        <string>&amp;Supprimer</string>
+                        <string>&amp;Documentation</string>
                     </property>
                     <property name="accel">
-                        <string>Alt+S</string>
+                        <string>Alt+D</string>
                     </property>
                     <property name="autoDefault">
                         <bool>true</bool>
                     </property>
                     <property name="toolTip" stdset="0">
-                        <string>suppression du mot clef</string>
+                        <string>affichage documentation aster</string>
                     </property>
                 </widget>
             </hbox>
         </widget>
+        <widget class="QLabel" row="0" column="1">
+            <property name="name">
+                <cstring>textLabel1_4</cstring>
+            </property>
+            <property name="text">
+                <string>&lt;b&gt;&lt;u&gt;Commandes :&lt;/u&gt;&lt;/b&gt;</string>
+            </property>
+        </widget>
+        <widget class="QListBox" row="1" column="3" rowspan="3" colspan="1">
+            <property name="name">
+                <cstring>LBRegles</cstring>
+            </property>
+            <property name="minimumSize">
+                <size>
+                    <width>250</width>
+                    <height>400</height>
+                </size>
+            </property>
+        </widget>
     </grid>
 </widget>
 <images>
index c28d39d660446e4fab6cb581011c085bf6834716..69f5e2437823676f8d5d460074eb15fd4cc8b5f6 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desSelectVal.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 831998ab38405a82a4b8fd6392947a4ae9f5ea78..0aeeac58f00f49a7047364c37adb03f60f1a0209 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueASSD.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -25,38 +25,34 @@ class DUnASSD(QWidget):
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
 
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
-        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
-        self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        self.Commentaire.setMinimumSize(QSize(380,30))
+        self.listBoxASSD = QListBox(self.Widget8,"listBoxASSD")
+        self.listBoxASSD.setGeometry(QRect(11,67,436,287))
 
-        Widget8Layout.addWidget(self.Commentaire,2,0)
+        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
+        self.textLabel2.setGeometry(QRect(11,11,436,50))
+        self.textLabel2.setMinimumSize(QSize(436,50))
 
-        layout1 = QHBoxLayout(None,0,6,"layout1")
+        LayoutWidget = QWidget(self.Widget8,"layout2")
+        LayoutWidget.setGeometry(QRect(10,400,440,23))
+        layout2 = QHBoxLayout(LayoutWidget,11,6,"layout2")
 
-        self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout1.addWidget(self.bHelp)
+        self.bSup = QPushButton(LayoutWidget,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout2.addWidget(self.bSup)
 
-        self.bOk = QPushButton(self.Widget8,"bOk")
+        self.bOk = QPushButton(LayoutWidget,"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)
+        layout2.addWidget(self.bOk)
 
-        Widget8Layout.addLayout(layout1,3,0)
-
-        self.listBoxASSD = QListBox(self.Widget8,"listBoxASSD")
-
-        Widget8Layout.addWidget(self.listBoxASSD,1,0)
-
-        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
-        self.textLabel2.setMinimumSize(QSize(436,50))
+        self.bHelp = QPushButton(LayoutWidget,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout2.addWidget(self.bHelp)
 
-        Widget8Layout.addWidget(self.textLabel2,0,0)
+        self.Commentaire = QLabel(self.Widget8,"Commentaire")
+        self.Commentaire.setGeometry(QRect(11,360,436,30))
+        self.Commentaire.setMinimumSize(QSize(380,30))
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
         DUnASSDLayout.addWidget(self.tabuniqueinto,0,0)
@@ -73,17 +69,17 @@ class DUnASSD(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DUnIn"))
-        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.textLabel2.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x31\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x53\x74\x72\x75\x63\x74\x75\x72\x65\x73\x20\x64\x65\x20\x64\x6f\x6e\x6e\xc3\xa9\x65\x73\x20\x64\x75\x20\x74\x79\x70\x65\x0a\x72\x65\x71\x75\x69\x73\x20\x70\x61\x72\x20\x6c\x27\x6f\x62\x6a\x65\x74\x20\x63\x6f\x75\x72\x61\x6e\x74\x20\x3a\x3c\x2f\x70\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
         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.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x31\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x53\x74\x72\x75\x63\x74\x75\x72\x65\x73\x20\x64\x65\x20\x64\x6f\x6e\x6e\xc3\xa9\x65\x73\x20\x64\x75\x20\x74\x79\x70\x65\x0a\x72\x65\x71\x75\x69\x73\x20\x70\x61\x72\x20\x6c\x27\x6f\x62\x6a\x65\x74\x20\x63\x6f\x75\x72\x61\x6e\x74\x20\x3a\x3c\x2f\x70\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+        self.Commentaire.setText(QString.null)
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index d45181ad7b79641244543bd83ad0236c1ce10100..0b18675543b7ab0f1723cb8e0d99ae46c76ed22e 100644 (file)
                 <attribute name="title">
                     <string>Saisir Valeur</string>
                 </attribute>
-                <grid>
+                <widget class="QListBox">
                     <property name="name">
-                        <cstring>unnamed</cstring>
+                        <cstring>listBoxASSD</cstring>
                     </property>
-                    <widget class="QLabel" row="2" column="0">
-                        <property name="name">
-                            <cstring>Commentaire</cstring>
-                        </property>
-                        <property name="minimumSize">
-                            <size>
-                                <width>380</width>
-                                <height>30</height>
-                            </size>
-                        </property>
-                        <property name="text">
-                            <string></string>
-                        </property>
-                    </widget>
-                    <widget class="QLayoutWidget" row="3" column="0">
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>67</y>
+                            <width>436</width>
+                            <height>287</height>
+                        </rect>
+                    </property>
+                </widget>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>textLabel2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>11</y>
+                            <width>436</width>
+                            <height>50</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>436</width>
+                            <height>50</height>
+                        </size>
+                    </property>
+                    <property name="text">
+                        <string>&lt;font size="+1"&gt;&lt;p align="center"&gt;Structures de données du type
+requis par l'objet courant :&lt;/p&gt;&lt;/font&gt;</string>
+                    </property>
+                </widget>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>10</x>
+                            <y>400</y>
+                            <width>440</width>
+                            <height>23</height>
+                        </rect>
+                    </property>
+                    <hbox>
                         <property name="name">
-                            <cstring>layout1</cstring>
+                            <cstring>unnamed</cstring>
                         </property>
-                        <hbox>
+                        <widget class="QPushButton">
                             <property name="name">
-                                <cstring>unnamed</cstring>
-                            </property>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bHelp</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Documentation</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+D</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>affichage documentation aster</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bOk</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Valider</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="default">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>validation de la saisie</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bSup</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Supprimer</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+S</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>suppression du mot clef</string>
-                                </property>
-                            </widget>
-                        </hbox>
-                    </widget>
-                    <widget class="QListBox" row="1" column="0">
-                        <property name="name">
-                            <cstring>listBoxASSD</cstring>
-                        </property>
-                    </widget>
-                    <widget class="QLabel" row="0" column="0">
-                        <property name="name">
-                            <cstring>textLabel2</cstring>
-                        </property>
-                        <property name="minimumSize">
-                            <size>
-                                <width>436</width>
-                                <height>50</height>
-                            </size>
-                        </property>
-                        <property name="text">
-                            <string>&lt;font size="+1"&gt;&lt;p align="center"&gt;Structures de données du type
-requis par l'objet courant :&lt;/p&gt;&lt;/font&gt;</string>
-                        </property>
-                    </widget>
-                </grid>
+                                <cstring>bSup</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Supprimer</string>
+                            </property>
+                            <property name="accel">
+                                <string>Alt+S</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>suppression du mot clef</string>
+                            </property>
+                        </widget>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bOk</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Valider</string>
+                            </property>
+                            <property name="accel">
+                                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="default">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>validation de la saisie</string>
+                            </property>
+                        </widget>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bHelp</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Documentation</string>
+                            </property>
+                            <property name="accel">
+                                <string>Alt+D</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>affichage documentation aster</string>
+                            </property>
+                        </widget>
+                    </hbox>
+                </widget>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>Commentaire</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>360</y>
+                            <width>436</width>
+                            <height>30</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>380</width>
+                            <height>30</height>
+                        </size>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
             </widget>
         </widget>
     </grid>
index 687530f68fd8b7d028e184c7bdbaad2e132b25f8..edcb5505d626f79f0544b6bad6c14c5b860ee346 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueBase.ui'
 #
-# Created: lun nov 19 11:09:04 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -25,55 +25,49 @@ class DUnBase(QWidget):
         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,5,0)
 
         self.Commentaire = QLabel(self.Widget8,"Commentaire")
+        self.Commentaire.setGeometry(QRect(11,350,434,40))
         self.Commentaire.setMinimumSize(QSize(430,40))
 
-        Widget8Layout.addWidget(self.Commentaire,4,0)
+        LayoutWidget = QWidget(self.Widget8,"layout2")
+        LayoutWidget.setGeometry(QRect(11,171,434,52))
+        layout2 = QHBoxLayout(LayoutWidget,11,6,"layout2")
 
-        layout2 = QHBoxLayout(None,0,6,"layout2")
-
-        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
+        self.textLabel2 = QLabel(LayoutWidget,"textLabel2")
         layout2.addWidget(self.textLabel2)
 
-        self.lineEditVal = QLineEdit(self.Widget8,"lineEditVal")
+        self.lineEditVal = QLineEdit(LayoutWidget,"lineEditVal")
         self.lineEditVal.setMinimumSize(QSize(290,50))
         layout2.addWidget(self.lineEditVal)
 
-        Widget8Layout.addLayout(layout2,2,0)
-
-        layout3 = QHBoxLayout(None,0,6,"layout3")
+        LayoutWidget_2 = QWidget(self.Widget8,"layout3")
+        LayoutWidget_2.setGeometry(QRect(11,11,434,32))
+        layout3 = QHBoxLayout(LayoutWidget_2,11,6,"layout3")
         spacer1 = QSpacerItem(281,21,QSizePolicy.Expanding,QSizePolicy.Minimum)
         layout3.addItem(spacer1)
 
-        self.bParametres = QPushButton(self.Widget8,"bParametres")
+        self.bParametres = QPushButton(LayoutWidget_2,"bParametres")
         self.bParametres.setSizePolicy(QSizePolicy(0,0,0,0,self.bParametres.sizePolicy().hasHeightForWidth()))
         self.bParametres.setMinimumSize(QSize(140,30))
         layout3.addWidget(self.bParametres)
 
-        Widget8Layout.addLayout(layout3,0,0)
-        spacer2 = QSpacerItem(20,81,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        Widget8Layout.addItem(spacer2,1,0)
-        spacer3 = QSpacerItem(41,91,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        Widget8Layout.addItem(spacer3,3,0)
+        LayoutWidget_3 = QWidget(self.Widget8,"layout4")
+        LayoutWidget_3.setGeometry(QRect(10,400,440,23))
+        layout4 = QHBoxLayout(LayoutWidget_3,11,6,"layout4")
+
+        self.bSup = QPushButton(LayoutWidget_3,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout4.addWidget(self.bSup)
+
+        self.bOk = QPushButton(LayoutWidget_3,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout4.addWidget(self.bOk)
+
+        self.bHelp = QPushButton(LayoutWidget_3,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout4.addWidget(self.bHelp)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
         DUnBaseLayout.addWidget(self.tabuniqueinto,0,0)
@@ -92,18 +86,18 @@ class DUnBase(QWidget):
 
     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.Commentaire.setText(QString.null)
         self.textLabel2.setText(self.__tr("<b><u><p align=\"center\">Valeur: </p></u></b>"))
         self.bParametres.setText(self.__tr("Parametres"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index 62fdacee08c99da2ebebed8d589f2ef40f0b9350..2188b31b2bf92685937fcd89f373ad2d879c5772 100644 (file)
                 <attribute name="title">
                     <string>Saisir Valeur</string>
                 </attribute>
-                <grid>
+                <widget class="QLabel">
                     <property name="name">
-                        <cstring>unnamed</cstring>
+                        <cstring>Commentaire</cstring>
                     </property>
-                    <widget class="QLayoutWidget" row="5" column="0">
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>350</y>
+                            <width>434</width>
+                            <height>40</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>430</width>
+                            <height>40</height>
+                        </size>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>171</y>
+                            <width>434</width>
+                            <height>52</height>
+                        </rect>
+                    </property>
+                    <hbox>
                         <property name="name">
-                            <cstring>layout1</cstring>
+                            <cstring>unnamed</cstring>
                         </property>
-                        <hbox>
+                        <widget class="QLabel">
                             <property name="name">
-                                <cstring>unnamed</cstring>
+                                <cstring>textLabel2</cstring>
                             </property>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bHelp</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Documentation</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+D</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>affichage documentation aster</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bOk</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Valider</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="default">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>validation de la saisie</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bSup</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Supprimer</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+S</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>suppression du mot clef</string>
-                                </property>
-                            </widget>
-                        </hbox>
-                    </widget>
-                    <widget class="QLabel" row="4" column="0">
-                        <property name="name">
-                            <cstring>Commentaire</cstring>
-                        </property>
-                        <property name="minimumSize">
-                            <size>
-                                <width>430</width>
-                                <height>40</height>
-                            </size>
-                        </property>
-                        <property name="text">
-                            <string></string>
-                        </property>
-                    </widget>
-                    <widget class="QLayoutWidget" row="2" column="0">
-                        <property name="name">
-                            <cstring>layout2</cstring>
-                        </property>
-                        <hbox>
+                            <property name="text">
+                                <string>&lt;b&gt;&lt;u&gt;&lt;p align="center"&gt;Valeur: &lt;/p&gt;&lt;/u&gt;&lt;/b&gt;</string>
+                            </property>
+                        </widget>
+                        <widget class="QLineEdit">
                             <property name="name">
-                                <cstring>unnamed</cstring>
+                                <cstring>lineEditVal</cstring>
                             </property>
-                            <widget class="QLabel">
-                                <property name="name">
-                                    <cstring>textLabel2</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&lt;b&gt;&lt;u&gt;&lt;p align="center"&gt;Valeur: &lt;/p&gt;&lt;/u&gt;&lt;/b&gt;</string>
-                                </property>
-                            </widget>
-                            <widget class="QLineEdit">
-                                <property name="name">
-                                    <cstring>lineEditVal</cstring>
-                                </property>
-                                <property name="minimumSize">
-                                    <size>
-                                        <width>290</width>
-                                        <height>50</height>
-                                    </size>
-                                </property>
-                            </widget>
-                        </hbox>
-                    </widget>
-                    <widget class="QLayoutWidget" row="0" column="0">
+                            <property name="minimumSize">
+                                <size>
+                                    <width>290</width>
+                                    <height>50</height>
+                                </size>
+                            </property>
+                        </widget>
+                    </hbox>
+                </widget>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout3</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>11</y>
+                            <width>434</width>
+                            <height>32</height>
+                        </rect>
+                    </property>
+                    <hbox>
                         <property name="name">
-                            <cstring>layout3</cstring>
+                            <cstring>unnamed</cstring>
                         </property>
-                        <hbox>
+                        <spacer>
                             <property name="name">
-                                <cstring>unnamed</cstring>
+                                <cstring>spacer1</cstring>
                             </property>
-                            <spacer>
-                                <property name="name">
-                                    <cstring>spacer1</cstring>
-                                </property>
-                                <property name="orientation">
-                                    <enum>Horizontal</enum>
-                                </property>
-                                <property name="sizeType">
-                                    <enum>Expanding</enum>
-                                </property>
-                                <property name="sizeHint">
-                                    <size>
-                                        <width>281</width>
-                                        <height>21</height>
-                                    </size>
-                                </property>
-                            </spacer>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bParametres</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>140</width>
-                                        <height>30</height>
-                                    </size>
-                                </property>
-                                <property name="text">
-                                    <string>Parametres</string>
-                                </property>
-                            </widget>
-                        </hbox>
-                    </widget>
-                    <spacer row="1" column="0">
-                        <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>20</width>
-                                <height>81</height>
-                            </size>
-                        </property>
-                    </spacer>
-                    <spacer row="3" column="0">
+                            <property name="orientation">
+                                <enum>Horizontal</enum>
+                            </property>
+                            <property name="sizeType">
+                                <enum>Expanding</enum>
+                            </property>
+                            <property name="sizeHint">
+                                <size>
+                                    <width>281</width>
+                                    <height>21</height>
+                                </size>
+                            </property>
+                        </spacer>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bParametres</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>140</width>
+                                    <height>30</height>
+                                </size>
+                            </property>
+                            <property name="text">
+                                <string>Parametres</string>
+                            </property>
+                        </widget>
+                    </hbox>
+                </widget>
+                <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>20</width>
+                            <height>81</height>
+                        </size>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>218</x>
+                            <y>49</y>
+                            <width>20</width>
+                            <height>116</height>
+                        </rect>
+                    </property>
+                </spacer>
+                <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>41</width>
+                            <height>91</height>
+                        </size>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>207</x>
+                            <y>229</y>
+                            <width>41</width>
+                            <height>115</height>
+                        </rect>
+                    </property>
+                </spacer>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout4</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>10</x>
+                            <y>400</y>
+                            <width>440</width>
+                            <height>23</height>
+                        </rect>
+                    </property>
+                    <hbox>
                         <property name="name">
-                            <cstring>spacer3</cstring>
-                        </property>
-                        <property name="orientation">
-                            <enum>Vertical</enum>
-                        </property>
-                        <property name="sizeType">
-                            <enum>Expanding</enum>
+                            <cstring>unnamed</cstring>
                         </property>
-                        <property name="sizeHint">
-                            <size>
-                                <width>41</width>
-                                <height>91</height>
-                            </size>
-                        </property>
-                    </spacer>
-                </grid>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bSup</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Supprimer</string>
+                            </property>
+                            <property name="accel">
+                                <string>Alt+S</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>suppression du mot clef</string>
+                            </property>
+                        </widget>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bOk</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Valider</string>
+                            </property>
+                            <property name="accel">
+                                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="default">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>validation de la saisie</string>
+                            </property>
+                        </widget>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bHelp</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Documentation</string>
+                            </property>
+                            <property name="accel">
+                                <string>Alt+D</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>affichage documentation aster</string>
+                            </property>
+                        </widget>
+                    </hbox>
+                </widget>
             </widget>
         </widget>
     </grid>
index 38100e18b203313cf098095bf53f5cff4bbe39a5..0816049c4070f58d112cb9d231442d7f7db44554 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueComp.ui'
 #
-# Created: lun nov 19 11:09:05 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -27,22 +27,6 @@ class DUnComp(QWidget):
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
         Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
-        self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setAutoDefault(1)
-
-        Widget8Layout.addWidget(self.bSup,6,3)
-
-        self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-
-        Widget8Layout.addMultiCellWidget(self.bOk,6,6,1,2)
-
-        self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setAutoDefault(1)
-
-        Widget8Layout.addWidget(self.bHelp,6,0)
-
         layout3 = QVBoxLayout(None,0,6,"layout3")
 
         self.textLabel1 = QLabel(self.Widget8,"textLabel1")
@@ -52,21 +36,21 @@ class DUnComp(QWidget):
         self.LEcomp.setMinimumSize(QSize(390,40))
         layout3.addWidget(self.LEcomp)
 
-        Widget8Layout.addMultiCellLayout(layout3,0,0,0,3)
+        Widget8Layout.addMultiCellLayout(layout3,0,0,0,1)
 
         self.Commentaire = QLabel(self.Widget8,"Commentaire")
 
-        Widget8Layout.addMultiCellWidget(self.Commentaire,5,5,0,3)
+        Widget8Layout.addMultiCellWidget(self.Commentaire,5,5,0,1)
 
         self.LEReel = QLineEdit(self.Widget8,"LEReel")
         self.LEReel.setMinimumSize(QSize(190,40))
 
-        Widget8Layout.addMultiCellWidget(self.LEReel,3,3,0,1)
+        Widget8Layout.addWidget(self.LEReel,3,0)
 
         self.LEImag = QLineEdit(self.Widget8,"LEImag")
         self.LEImag.setMinimumSize(QSize(190,40))
 
-        Widget8Layout.addMultiCellWidget(self.LEImag,3,3,2,3)
+        Widget8Layout.addWidget(self.LEImag,3,1)
 
         self.buttonGroup1 = QButtonGroup(self.Widget8,"buttonGroup1")
 
@@ -76,11 +60,28 @@ class DUnComp(QWidget):
         self.RBMP = QRadioButton(self.buttonGroup1,"RBMP")
         self.RBMP.setGeometry(QRect(20,20,335,20))
 
-        Widget8Layout.addMultiCellWidget(self.buttonGroup1,2,2,0,3)
+        Widget8Layout.addMultiCellWidget(self.buttonGroup1,2,2,0,1)
         spacer3 = QSpacerItem(20,41,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        Widget8Layout.addItem(spacer3,1,1)
+        Widget8Layout.addItem(spacer3,1,0)
         spacer4 = QSpacerItem(20,41,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        Widget8Layout.addItem(spacer4,4,1)
+        Widget8Layout.addItem(spacer4,4,0)
+
+        layout2 = QHBoxLayout(None,0,6,"layout2")
+
+        self.bSup = QPushButton(self.Widget8,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout2.addWidget(self.bSup)
+
+        self.bOk = QPushButton(self.Widget8,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout2.addWidget(self.bOk)
+
+        self.bHelp = QPushButton(self.Widget8,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout2.addWidget(self.bHelp)
+
+        Widget8Layout.addMultiCellLayout(layout2,6,6,0,1)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
         DUnCompLayout.addWidget(self.tabuniqueinto,0,0)
@@ -100,6 +101,11 @@ class DUnComp(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DUnComp"))
+        self.textLabel1.setText(self.__tr("<font size=\"+2\">Complexe de la forme : a+bj</font>"))
+        self.Commentaire.setText(self.__tr("<font size=\"+2\">Un complexe est attendu</font>"))
+        self.buttonGroup1.setTitle(self.__tr("OU"))
+        self.RBRI.setText(self.__trUtf8("\x52\x49\x20\x20\x20\x3a\x20\x52\xc3\xa9\x65\x6c\x09\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6d\x61\x67\x69\x6e\x61\x69\x72\x65"))
+        self.RBMP.setText(self.__tr("MP        : Module                                                 Phase"))
         self.bSup.setText(self.__tr("&Supprimer"))
         self.bSup.setAccel(self.__tr("Alt+S"))
         QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
@@ -109,11 +115,6 @@ class DUnComp(QWidget):
         self.bHelp.setText(self.__tr("&Documentation"))
         self.bHelp.setAccel(self.__tr("Alt+D"))
         QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
-        self.textLabel1.setText(self.__tr("<font size=\"+2\">Complexe de la forme : a+bj</font>"))
-        self.Commentaire.setText(self.__tr("<font size=\"+2\">Un complexe est attendu</font>"))
-        self.buttonGroup1.setTitle(self.__tr("OU"))
-        self.RBRI.setText(self.__trUtf8("\x52\x49\x20\x20\x20\x3a\x20\x52\xc3\xa9\x65\x6c\x09\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6d\x61\x67\x69\x6e\x61\x69\x72\x65"))
-        self.RBMP.setText(self.__tr("MP        : Module                                                 Phase"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index 92689735d83ba97ae5ef444a93894cfa25eb0427..c89080e4b2c8e3a89b5e3b342edecaf9d72e99b1 100644 (file)
                     <property name="name">
                         <cstring>unnamed</cstring>
                     </property>
-                    <widget class="QPushButton" row="6" column="3">
-                        <property name="name">
-                            <cstring>bSup</cstring>
-                        </property>
-                        <property name="text">
-                            <string>&amp;Supprimer</string>
-                        </property>
-                        <property name="accel">
-                            <string>Alt+S</string>
-                        </property>
-                        <property name="autoDefault">
-                            <bool>true</bool>
-                        </property>
-                        <property name="toolTip" stdset="0">
-                            <string>suppression du mot clef</string>
-                        </property>
-                    </widget>
-                    <widget class="QPushButton" row="6" column="1" rowspan="1" colspan="2">
-                        <property name="name">
-                            <cstring>bOk</cstring>
-                        </property>
-                        <property name="text">
-                            <string>&amp;Valider</string>
-                        </property>
-                        <property name="accel">
-                            <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                        </property>
-                        <property name="autoDefault">
-                            <bool>true</bool>
-                        </property>
-                        <property name="default">
-                            <bool>true</bool>
-                        </property>
-                        <property name="toolTip" stdset="0">
-                            <string>validation de la saisie</string>
-                        </property>
-                    </widget>
-                    <widget class="QPushButton" row="6" column="0">
-                        <property name="name">
-                            <cstring>bHelp</cstring>
-                        </property>
-                        <property name="text">
-                            <string>&amp;Documentation</string>
-                        </property>
-                        <property name="accel">
-                            <string>Alt+D</string>
-                        </property>
-                        <property name="autoDefault">
-                            <bool>true</bool>
-                        </property>
-                        <property name="toolTip" stdset="0">
-                            <string>affichage documentation aster</string>
-                        </property>
-                    </widget>
-                    <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="4">
+                    <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
                         <property name="name">
                             <cstring>layout3</cstring>
                         </property>
                             </widget>
                         </vbox>
                     </widget>
-                    <widget class="QLabel" row="5" column="0" rowspan="1" colspan="4">
+                    <widget class="QLabel" row="5" column="0" rowspan="1" colspan="2">
                         <property name="name">
                             <cstring>Commentaire</cstring>
                         </property>
                             <string>&lt;font size="+2"&gt;Un complexe est attendu&lt;/font&gt;</string>
                         </property>
                     </widget>
-                    <widget class="QLineEdit" row="3" column="0" rowspan="1" colspan="2">
+                    <widget class="QLineEdit" row="3" column="0">
                         <property name="name">
                             <cstring>LEReel</cstring>
                         </property>
                             </size>
                         </property>
                     </widget>
-                    <widget class="QLineEdit" row="3" column="2" rowspan="1" colspan="2">
+                    <widget class="QLineEdit" row="3" column="1">
                         <property name="name">
                             <cstring>LEImag</cstring>
                         </property>
                             </size>
                         </property>
                     </widget>
-                    <widget class="QButtonGroup" row="2" column="0" rowspan="1" colspan="4">
+                    <widget class="QButtonGroup" row="2" column="0" rowspan="1" colspan="2">
                         <property name="name">
                             <cstring>buttonGroup1</cstring>
                         </property>
                             </property>
                         </widget>
                     </widget>
-                    <spacer row="1" column="1">
+                    <spacer row="1" column="0">
                         <property name="name">
                             <cstring>spacer3</cstring>
                         </property>
                             </size>
                         </property>
                     </spacer>
-                    <spacer row="4" column="1">
+                    <spacer row="4" column="0">
                         <property name="name">
                             <cstring>spacer4</cstring>
                         </property>
                             </size>
                         </property>
                     </spacer>
+                    <widget class="QLayoutWidget" row="6" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>layout2</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bSup</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Supprimer</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+S</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>suppression du mot clef</string>
+                                </property>
+                            </widget>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bOk</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Valider</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="default">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>validation de la saisie</string>
+                                </property>
+                            </widget>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bHelp</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Documentation</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+D</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>affichage documentation aster</string>
+                                </property>
+                            </widget>
+                        </hbox>
+                    </widget>
                 </grid>
             </widget>
         </widget>
index e1fc77c70629d1d8d1a517382e8c2263d066f66e..e5bddc235ab2031a210e456f514d40e362ffd8ee 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueInto.ui'
 #
-# Created: lun nov 19 11:16:55 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -25,37 +25,33 @@ class DUnIn(QWidget):
         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.textLabel2.setGeometry(QRect(11,11,434,16))
 
         self.listBoxVal = QListBox(self.Widget8,"listBoxVal")
-
-        Widget8Layout.addWidget(self.listBoxVal,1,0)
+        self.listBoxVal.setGeometry(QRect(11,33,434,321))
 
         self.Commentaire = QLabel(self.Widget8,"Commentaire")
+        self.Commentaire.setGeometry(QRect(11,360,434,30))
         self.Commentaire.setMinimumSize(QSize(420,30))
 
-        Widget8Layout.addWidget(self.Commentaire,2,0)
+        LayoutWidget = QWidget(self.Widget8,"layout2")
+        LayoutWidget.setGeometry(QRect(10,400,440,23))
+        layout2 = QHBoxLayout(LayoutWidget,11,6,"layout2")
+
+        self.bSup = QPushButton(LayoutWidget,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout2.addWidget(self.bSup)
+
+        self.bOk = QPushButton(LayoutWidget,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout2.addWidget(self.bOk)
+
+        self.bHelp = QPushButton(LayoutWidget,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout2.addWidget(self.bHelp)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
         DUnInLayout.addWidget(self.tabuniqueinto,0,0)
@@ -72,17 +68,17 @@ class DUnIn(QWidget):
 
     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.textLabel2.setText(self.__tr("<b><u><p align=\"center\">Valeurs possibles</p></u></b>"))
+        self.Commentaire.setText(QString.null)
         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.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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index 3dc4146bd182282a105b8c90a7b5647e4729d3f7..ffe01801bb8aa0e8d85e485cc020d844636db6d7 100644 (file)
                 <attribute name="title">
                     <string>Saisir Valeur</string>
                 </attribute>
-                <grid>
+                <widget class="QLabel">
                     <property name="name">
-                        <cstring>unnamed</cstring>
+                        <cstring>textLabel2</cstring>
                     </property>
-                    <widget class="QLayoutWidget" row="3" column="0">
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>11</y>
+                            <width>434</width>
+                            <height>16</height>
+                        </rect>
+                    </property>
+                    <property name="text">
+                        <string>&lt;b&gt;&lt;u&gt;&lt;p align="center"&gt;Valeurs possibles&lt;/p&gt;&lt;/u&gt;&lt;/b&gt;</string>
+                    </property>
+                </widget>
+                <widget class="QListBox">
+                    <property name="name">
+                        <cstring>listBoxVal</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>33</y>
+                            <width>434</width>
+                            <height>321</height>
+                        </rect>
+                    </property>
+                </widget>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>Commentaire</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>360</y>
+                            <width>434</width>
+                            <height>30</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>420</width>
+                            <height>30</height>
+                        </size>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>10</x>
+                            <y>400</y>
+                            <width>440</width>
+                            <height>23</height>
+                        </rect>
+                    </property>
+                    <hbox>
                         <property name="name">
-                            <cstring>layout1</cstring>
+                            <cstring>unnamed</cstring>
                         </property>
-                        <hbox>
+                        <widget class="QPushButton">
                             <property name="name">
-                                <cstring>unnamed</cstring>
-                            </property>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bHelp</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Documentation</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+D</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>affichage documentation aster</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bOk</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Valider</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="default">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>validation de la saisie</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bSup</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Supprimer</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+S</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>suppression du mot clef</string>
-                                </property>
-                            </widget>
-                        </hbox>
-                    </widget>
-                    <widget class="QLabel" row="0" column="0">
-                        <property name="name">
-                            <cstring>textLabel2</cstring>
-                        </property>
-                        <property name="text">
-                            <string>&lt;b&gt;&lt;u&gt;&lt;p align="center"&gt;Valeurs possibles&lt;/p&gt;&lt;/u&gt;&lt;/b&gt;</string>
-                        </property>
-                    </widget>
-                    <widget class="QListBox" row="1" column="0">
-                        <property name="name">
-                            <cstring>listBoxVal</cstring>
-                        </property>
-                    </widget>
-                    <widget class="QLabel" row="2" column="0">
-                        <property name="name">
-                            <cstring>Commentaire</cstring>
-                        </property>
-                        <property name="minimumSize">
-                            <size>
-                                <width>420</width>
-                                <height>30</height>
-                            </size>
-                        </property>
-                        <property name="text">
-                            <string></string>
-                        </property>
-                    </widget>
-                </grid>
+                                <cstring>bSup</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Supprimer</string>
+                            </property>
+                            <property name="accel">
+                                <string>Alt+S</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>suppression du mot clef</string>
+                            </property>
+                        </widget>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bOk</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Valider</string>
+                            </property>
+                            <property name="accel">
+                                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="default">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>validation de la saisie</string>
+                            </property>
+                        </widget>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bHelp</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Documentation</string>
+                            </property>
+                            <property name="accel">
+                                <string>Alt+D</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>affichage documentation aster</string>
+                            </property>
+                        </widget>
+                    </hbox>
+                </widget>
             </widget>
         </widget>
     </grid>
index 5cb47ac10b47511da311ea490a543f7334a0ce71..dbaf4f9d7c88ec00e53b04dbcc36a83562d581a0 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueSDCO.ui'
 #
-# Created: lun nov 19 11:09:05 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -25,52 +25,32 @@ class DUnSDCO(QWidget):
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
 
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
-        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
-        layout4 = QHBoxLayout(None,0,6,"layout4")
+        LayoutWidget = QWidget(self.Widget8,"layout4")
+        LayoutWidget.setGeometry(QRect(11,11,413,44))
+        layout4 = QHBoxLayout(LayoutWidget,11,6,"layout4")
 
-        self.textLabel1 = QLabel(self.Widget8,"textLabel1")
+        self.textLabel1 = QLabel(LayoutWidget,"textLabel1")
         layout4.addWidget(self.textLabel1)
 
         layout3 = QVBoxLayout(None,0,6,"layout3")
 
-        self.rbOui = QRadioButton(self.Widget8,"rbOui")
+        self.rbOui = QRadioButton(LayoutWidget,"rbOui")
         self.rbOui.setEnabled(1)
         self.rbOui.setChecked(1)
         layout3.addWidget(self.rbOui)
 
-        self.rbNon = QRadioButton(self.Widget8,"rbNon")
+        self.rbNon = QRadioButton(LayoutWidget,"rbNon")
         self.rbNon.setEnabled(0)
         self.rbNon.setChecked(0)
         layout3.addWidget(self.rbNon)
         layout4.addLayout(layout3)
 
-        Widget8Layout.addLayout(layout4,0,0)
+        LayoutWidget_2 = QWidget(self.Widget8,"layout5")
+        LayoutWidget_2.setGeometry(QRect(11,61,413,49))
+        layout5 = QVBoxLayout(LayoutWidget_2,11,6,"layout5")
 
-        layout6 = QHBoxLayout(None,0,6,"layout6")
-
-        self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setAutoDefault(1)
-        layout6.addWidget(self.bHelp)
-        spacer3_3 = QSpacerItem(16,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
-        layout6.addItem(spacer3_3)
-
-        self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-        layout6.addWidget(self.bOk)
-        spacer3_3_3 = QSpacerItem(16,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
-        layout6.addItem(spacer3_3_3)
-
-        self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setAutoDefault(1)
-        layout6.addWidget(self.bSup)
-
-        Widget8Layout.addLayout(layout6,5,0)
-
-        layout5 = QVBoxLayout(None,0,6,"layout5")
-
-        self.frame3 = QFrame(self.Widget8,"frame3")
+        self.frame3 = QFrame(LayoutWidget_2,"frame3")
         self.frame3.setFrameShape(QFrame.StyledPanel)
         self.frame3.setFrameShadow(QFrame.Raised)
 
@@ -78,22 +58,37 @@ class DUnSDCO(QWidget):
         self.textLabel2_2.setGeometry(QRect(10,10,280,26))
         layout5.addWidget(self.frame3)
 
-        self.LESDCO = QLineEdit(self.Widget8,"LESDCO")
+        self.LESDCO = QLineEdit(LayoutWidget_2,"LESDCO")
         self.LESDCO.setMinimumSize(QSize(300,40))
         layout5.addWidget(self.LESDCO)
 
-        Widget8Layout.addLayout(layout5,1,0)
-
         self.textLabel2 = QLabel(self.Widget8,"textLabel2")
-
-        Widget8Layout.addWidget(self.textLabel2,2,0)
-        spacer5 = QSpacerItem(31,131,QSizePolicy.Minimum,QSizePolicy.Expanding)
-        Widget8Layout.addItem(spacer5,3,0)
+        self.textLabel2.setGeometry(QRect(11,116,413,18))
 
         self.Commentaire = QLabel(self.Widget8,"Commentaire")
+        self.Commentaire.setGeometry(QRect(11,360,413,30))
         self.Commentaire.setMinimumSize(QSize(311,30))
 
-        Widget8Layout.addWidget(self.Commentaire,4,0)
+        LayoutWidget_3 = QWidget(self.Widget8,"layout6")
+        LayoutWidget_3.setGeometry(QRect(17,390,410,23))
+        layout6 = QHBoxLayout(LayoutWidget_3,11,6,"layout6")
+
+        self.bSup = QPushButton(LayoutWidget_3,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout6.addWidget(self.bSup)
+        spacer3_3 = QSpacerItem(20,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout6.addItem(spacer3_3)
+
+        self.bOk = QPushButton(LayoutWidget_3,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout6.addWidget(self.bOk)
+        spacer3_3_3 = QSpacerItem(30,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout6.addItem(spacer3_3_3)
+
+        self.bHelp = QPushButton(LayoutWidget_3,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout6.addWidget(self.bHelp)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
         DUnSDCOLayout.addWidget(self.tabuniqueinto,0,0)
@@ -115,18 +110,18 @@ class DUnSDCO(QWidget):
         self.textLabel1.setText(self.__tr("<font size=\"+1\">Nouveau Concept : </font>"))
         self.rbOui.setText(self.__tr("Oui"))
         self.rbNon.setText(self.__tr("Non"))
-        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_2.setText(self.__tr("<font size=\"+2\">Nom du nouveau concept : </font>"))
         self.textLabel2.setText(self.__tr("<font size=\"+1\">Un objet de type CO est attendu</font>"))
         self.Commentaire.setText(QString.null)
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index ddf849f245aa230ec528201bdd3117c19aed565b..9d3e0eae9f64ae6be70ac1583b75f992410caae2 100644 (file)
                 <attribute name="title">
                     <string>Saisir Valeur</string>
                 </attribute>
-                <grid>
+                <widget class="QLayoutWidget">
                     <property name="name">
-                        <cstring>unnamed</cstring>
+                        <cstring>layout4</cstring>
                     </property>
-                    <widget class="QLayoutWidget" row="0" column="0">
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>11</y>
+                            <width>413</width>
+                            <height>44</height>
+                        </rect>
+                    </property>
+                    <hbox>
                         <property name="name">
-                            <cstring>layout4</cstring>
+                            <cstring>unnamed</cstring>
                         </property>
-                        <hbox>
+                        <widget class="QLabel">
                             <property name="name">
-                                <cstring>unnamed</cstring>
+                                <cstring>textLabel1</cstring>
                             </property>
-                            <widget class="QLabel">
-                                <property name="name">
-                                    <cstring>textLabel1</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&lt;font size="+1"&gt;Nouveau Concept : &lt;/font&gt;</string>
-                                </property>
-                            </widget>
-                            <widget class="QLayoutWidget">
+                            <property name="text">
+                                <string>&lt;font size="+1"&gt;Nouveau Concept : &lt;/font&gt;</string>
+                            </property>
+                        </widget>
+                        <widget class="QLayoutWidget">
+                            <property name="name">
+                                <cstring>layout3</cstring>
+                            </property>
+                            <vbox>
                                 <property name="name">
-                                    <cstring>layout3</cstring>
+                                    <cstring>unnamed</cstring>
                                 </property>
-                                <vbox>
+                                <widget class="QRadioButton">
                                     <property name="name">
-                                        <cstring>unnamed</cstring>
+                                        <cstring>rbOui</cstring>
                                     </property>
-                                    <widget class="QRadioButton">
-                                        <property name="name">
-                                            <cstring>rbOui</cstring>
-                                        </property>
-                                        <property name="enabled">
-                                            <bool>true</bool>
-                                        </property>
-                                        <property name="text">
-                                            <string>Oui</string>
-                                        </property>
-                                        <property name="checked">
-                                            <bool>true</bool>
-                                        </property>
-                                    </widget>
-                                    <widget class="QRadioButton">
-                                        <property name="name">
-                                            <cstring>rbNon</cstring>
-                                        </property>
-                                        <property name="enabled">
-                                            <bool>false</bool>
-                                        </property>
-                                        <property name="text">
-                                            <string>Non</string>
-                                        </property>
-                                        <property name="checked">
-                                            <bool>false</bool>
-                                        </property>
-                                    </widget>
-                                </vbox>
-                            </widget>
-                        </hbox>
-                    </widget>
-                    <widget class="QLayoutWidget" row="5" column="0">
+                                    <property name="enabled">
+                                        <bool>true</bool>
+                                    </property>
+                                    <property name="text">
+                                        <string>Oui</string>
+                                    </property>
+                                    <property name="checked">
+                                        <bool>true</bool>
+                                    </property>
+                                </widget>
+                                <widget class="QRadioButton">
+                                    <property name="name">
+                                        <cstring>rbNon</cstring>
+                                    </property>
+                                    <property name="enabled">
+                                        <bool>false</bool>
+                                    </property>
+                                    <property name="text">
+                                        <string>Non</string>
+                                    </property>
+                                    <property name="checked">
+                                        <bool>false</bool>
+                                    </property>
+                                </widget>
+                            </vbox>
+                        </widget>
+                    </hbox>
+                </widget>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout5</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>61</y>
+                            <width>413</width>
+                            <height>49</height>
+                        </rect>
+                    </property>
+                    <vbox>
                         <property name="name">
-                            <cstring>layout6</cstring>
+                            <cstring>unnamed</cstring>
                         </property>
-                        <hbox>
+                        <widget class="QFrame">
                             <property name="name">
-                                <cstring>unnamed</cstring>
+                                <cstring>frame3</cstring>
                             </property>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bHelp</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Documentation</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+D</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>affichage documentation aster</string>
-                                </property>
-                            </widget>
-                            <spacer>
+                            <property name="frameShape">
+                                <enum>StyledPanel</enum>
+                            </property>
+                            <property name="frameShadow">
+                                <enum>Raised</enum>
+                            </property>
+                            <widget class="QLabel">
                                 <property name="name">
-                                    <cstring>spacer3_3</cstring>
-                                </property>
-                                <property name="orientation">
-                                    <enum>Horizontal</enum>
-                                </property>
-                                <property name="sizeType">
-                                    <enum>Expanding</enum>
+                                    <cstring>textLabel2_2</cstring>
                                 </property>
-                                <property name="sizeHint">
-                                    <size>
-                                        <width>16</width>
-                                        <height>20</height>
-                                    </size>
-                                </property>
-                            </spacer>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bOk</cstring>
+                                <property name="geometry">
+                                    <rect>
+                                        <x>10</x>
+                                        <y>10</y>
+                                        <width>280</width>
+                                        <height>26</height>
+                                    </rect>
                                 </property>
                                 <property name="text">
-                                    <string>&amp;Valider</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="default">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>validation de la saisie</string>
+                                    <string>&lt;font size="+2"&gt;Nom du nouveau concept : &lt;/font&gt;</string>
                                 </property>
                             </widget>
-                            <spacer>
-                                <property name="name">
-                                    <cstring>spacer3_3_3</cstring>
-                                </property>
-                                <property name="orientation">
-                                    <enum>Horizontal</enum>
-                                </property>
-                                <property name="sizeType">
-                                    <enum>Expanding</enum>
-                                </property>
-                                <property name="sizeHint">
-                                    <size>
-                                        <width>16</width>
-                                        <height>20</height>
-                                    </size>
-                                </property>
-                            </spacer>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bSup</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Supprimer</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+S</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>suppression du mot clef</string>
-                                </property>
-                            </widget>
-                        </hbox>
-                    </widget>
-                    <widget class="QLayoutWidget" row="1" column="0">
-                        <property name="name">
-                            <cstring>layout5</cstring>
-                        </property>
-                        <vbox>
+                        </widget>
+                        <widget class="QLineEdit">
                             <property name="name">
-                                <cstring>unnamed</cstring>
+                                <cstring>LESDCO</cstring>
                             </property>
-                            <widget class="QFrame">
-                                <property name="name">
-                                    <cstring>frame3</cstring>
-                                </property>
-                                <property name="frameShape">
-                                    <enum>StyledPanel</enum>
-                                </property>
-                                <property name="frameShadow">
-                                    <enum>Raised</enum>
-                                </property>
-                                <widget class="QLabel">
-                                    <property name="name">
-                                        <cstring>textLabel2_2</cstring>
-                                    </property>
-                                    <property name="geometry">
-                                        <rect>
-                                            <x>10</x>
-                                            <y>10</y>
-                                            <width>280</width>
-                                            <height>26</height>
-                                        </rect>
-                                    </property>
-                                    <property name="text">
-                                        <string>&lt;font size="+2"&gt;Nom du nouveau concept : &lt;/font&gt;</string>
-                                    </property>
-                                </widget>
-                            </widget>
-                            <widget class="QLineEdit">
-                                <property name="name">
-                                    <cstring>LESDCO</cstring>
-                                </property>
-                                <property name="minimumSize">
-                                    <size>
-                                        <width>300</width>
-                                        <height>40</height>
-                                    </size>
-                                </property>
-                            </widget>
-                        </vbox>
-                    </widget>
-                    <widget class="QLabel" row="2" column="0">
-                        <property name="name">
-                            <cstring>textLabel2</cstring>
-                        </property>
-                        <property name="text">
-                            <string>&lt;font size="+1"&gt;Un objet de type CO est attendu&lt;/font&gt;</string>
-                        </property>
-                    </widget>
-                    <spacer row="3" column="0">
-                        <property name="name">
-                            <cstring>spacer5</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="QLabel" row="4" column="0">
+                            <property name="minimumSize">
+                                <size>
+                                    <width>300</width>
+                                    <height>40</height>
+                                </size>
+                            </property>
+                        </widget>
+                    </vbox>
+                </widget>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>textLabel2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>116</y>
+                            <width>413</width>
+                            <height>18</height>
+                        </rect>
+                    </property>
+                    <property name="text">
+                        <string>&lt;font size="+1"&gt;Un objet de type CO est attendu&lt;/font&gt;</string>
+                    </property>
+                </widget>
+                <spacer>
+                    <property name="name">
+                        <cstring>spacer5</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>
+                    <property name="geometry">
+                        <rect>
+                            <x>202</x>
+                            <y>140</y>
+                            <width>31</width>
+                            <height>214</height>
+                        </rect>
+                    </property>
+                </spacer>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>Commentaire</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>360</y>
+                            <width>413</width>
+                            <height>30</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>311</width>
+                            <height>30</height>
+                        </size>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout6</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>17</x>
+                            <y>390</y>
+                            <width>410</width>
+                            <height>23</height>
+                        </rect>
+                    </property>
+                    <hbox>
                         <property name="name">
-                            <cstring>Commentaire</cstring>
-                        </property>
-                        <property name="minimumSize">
-                            <size>
-                                <width>311</width>
-                                <height>30</height>
-                            </size>
+                            <cstring>unnamed</cstring>
                         </property>
-                        <property name="text">
-                            <string></string>
-                        </property>
-                    </widget>
-                </grid>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bSup</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Supprimer</string>
+                            </property>
+                            <property name="accel">
+                                <string>Alt+S</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>suppression du mot clef</string>
+                            </property>
+                        </widget>
+                        <spacer>
+                            <property name="name">
+                                <cstring>spacer3_3</cstring>
+                            </property>
+                            <property name="orientation">
+                                <enum>Horizontal</enum>
+                            </property>
+                            <property name="sizeType">
+                                <enum>Expanding</enum>
+                            </property>
+                            <property name="sizeHint">
+                                <size>
+                                    <width>20</width>
+                                    <height>20</height>
+                                </size>
+                            </property>
+                        </spacer>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bOk</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Valider</string>
+                            </property>
+                            <property name="accel">
+                                <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="default">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>validation de la saisie</string>
+                            </property>
+                        </widget>
+                        <spacer>
+                            <property name="name">
+                                <cstring>spacer3_3_3</cstring>
+                            </property>
+                            <property name="orientation">
+                                <enum>Horizontal</enum>
+                            </property>
+                            <property name="sizeType">
+                                <enum>Expanding</enum>
+                            </property>
+                            <property name="sizeHint">
+                                <size>
+                                    <width>30</width>
+                                    <height>20</height>
+                                </size>
+                            </property>
+                        </spacer>
+                        <widget class="QPushButton">
+                            <property name="name">
+                                <cstring>bHelp</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&amp;Documentation</string>
+                            </property>
+                            <property name="accel">
+                                <string>Alt+D</string>
+                            </property>
+                            <property name="autoDefault">
+                                <bool>true</bool>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>affichage documentation aster</string>
+                            </property>
+                        </widget>
+                    </hbox>
+                </widget>
             </widget>
         </widget>
     </grid>
index 51cdee7ca7d839451dc85ad8439936b0fc7d82f3..8d7607459cc525aa2b29fa40ce17f2eca669279c 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueSDCOInto.ui'
 #
-# Created: lun nov 19 11:09:05 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -35,23 +35,6 @@ class DUnSDCOInto(QWidget):
 
         Widget8Layout.addWidget(self.LBSDCO,1,0)
 
-        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,6,0)
-
         self.textLabel2_3 = QLabel(self.Widget8,"textLabel2_3")
 
         Widget8Layout.addWidget(self.textLabel2_3,5,0)
@@ -96,6 +79,23 @@ class DUnSDCOInto(QWidget):
         layout6.addWidget(self.LEDSCO)
 
         Widget8Layout.addLayout(layout6,3,0)
+
+        layout4 = QHBoxLayout(None,0,6,"layout4")
+
+        self.bSup = QPushButton(self.Widget8,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout4.addWidget(self.bSup)
+
+        self.bOk = QPushButton(self.Widget8,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout4.addWidget(self.bOk)
+
+        self.bHelp = QPushButton(self.Widget8,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout4.addWidget(self.bHelp)
+
+        Widget8Layout.addLayout(layout4,6,0)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
         DUnSDCOIntoLayout.addWidget(self.tabuniqueinto,0,0)
@@ -117,21 +117,21 @@ class DUnSDCOInto(QWidget):
     def languageChange(self):
         self.setCaption(self.__tr("DUnIn"))
         self.textLabel2.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x31\x22\x3e\x3c\x75\x3e\x53\x74\x72\x75\x63\x74\x75\x72\x65\x73\x20\x64\x65\x20\x64\x6f\x6e\x6e\xc3\xa9\x65\x73\x20\x64\x75\x20\x74\x79\x70\x65\x20\x72\x65\x71\x75\x69\x73\x20\x70\x61\x72\x20\x6c\x27\x6f\x62\x6a\x65\x74\x20\x63\x6f\x75\x72\x61\x6e\x74\x20\x3c\x2f\x75\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
-        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_3.setText(self.__tr("<font size=\"+1\">Un objet de type CO est attendu</font>"))
         self.Commentaire.setText(QString.null)
         self.rbOui.setText(self.__tr("Oui"))
         self.rbNon.setText(self.__tr("Non"))
         self.textLabel1.setText(self.__tr("<font size=\"+1\">Nouveau Concept : </font>"))
         self.textLabel2_2.setText(self.__tr("<font size=\"+1\"> Nom concept : </font>"))
+        self.bSup.setText(self.__tr("&Supprimer"))
+        self.bSup.setAccel(self.__tr("Alt+S"))
+        QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        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.bHelp.setText(self.__tr("&Documentation"))
+        self.bHelp.setAccel(self.__tr("Alt+D"))
+        QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index 05c66edab615fc0869e410f6398b8de17418b549..fe3fde48b5b00f3bd501ab10636d54a5c5129b13 100644 (file)
                             <cstring>LBSDCO</cstring>
                         </property>
                     </widget>
-                    <widget class="QLayoutWidget" row="6" column="0">
-                        <property name="name">
-                            <cstring>layout1</cstring>
-                        </property>
-                        <hbox>
-                            <property name="name">
-                                <cstring>unnamed</cstring>
-                            </property>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bHelp</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Documentation</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+D</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>affichage documentation aster</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bOk</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Valider</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="default">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>validation de la saisie</string>
-                                </property>
-                            </widget>
-                            <widget class="QPushButton">
-                                <property name="name">
-                                    <cstring>bSup</cstring>
-                                </property>
-                                <property name="text">
-                                    <string>&amp;Supprimer</string>
-                                </property>
-                                <property name="accel">
-                                    <string>Alt+S</string>
-                                </property>
-                                <property name="autoDefault">
-                                    <bool>true</bool>
-                                </property>
-                                <property name="toolTip" stdset="0">
-                                    <string>suppression du mot clef</string>
-                                </property>
-                            </widget>
-                        </hbox>
-                    </widget>
                     <widget class="QLabel" row="5" column="0">
                         <property name="name">
                             <cstring>textLabel2_3</cstring>
                             </widget>
                         </hbox>
                     </widget>
+                    <widget class="QLayoutWidget" row="6" column="0">
+                        <property name="name">
+                            <cstring>layout4</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bSup</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Supprimer</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+S</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>suppression du mot clef</string>
+                                </property>
+                            </widget>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bOk</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Valider</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="default">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>validation de la saisie</string>
+                                </property>
+                            </widget>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bHelp</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Documentation</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+D</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>affichage documentation aster</string>
+                                </property>
+                            </widget>
+                        </hbox>
+                    </widget>
                 </grid>
             </widget>
         </widget>
index 17cb44bd256574a97026ab35ffdc1f8d28f2e26e..bfeb69fa2abbd7f27d1e4bb57424952b57dc63af 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desVisu.ui'
 #
-# Created: lun nov 19 11:09:05 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
index 5a0c5f8b027932f87c278218e9a141d42aed2fcc..0565e4b6d561363255f1f3d31596f6f65eda1aaa 100644 (file)
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
 
-# Form implementation generated from reading ui file '../Ui/myMain.ui'
+# Form implementation generated from reading ui file 'myMain.ui'
 #
-# Created: lun nov 19 16:49:43 2007
+# Created: mar mar 4 10:36:39 2008
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -294,6 +294,8 @@ class Eficas(QMainWindow):
         self.jdcRapportDeValidationAction = QAction(self,"jdcRapportDeValidationAction")
         self.jdcFichierSourceAction = QAction(self,"jdcFichierSourceAction")
         self.traduitV7V8Action = QAction(self,"traduitV7V8Action")
+        self.aidenew_itemAction = QAction(self,"aidenew_itemAction")
+        self.fileNewInclude = QAction(self,"fileNewInclude")
 
 
         self.toolBar = QToolBar(QString(""),self,Qt.DockTop)
@@ -317,7 +319,7 @@ class Eficas(QMainWindow):
 
         self.Fichier = QPopupMenu(self)
         self.fileNewAction.addTo(self.Fichier)
-        self.fileNewViewAction.addTo(self.Fichier)
+        self.fileNewInclude.addTo(self.Fichier)
         self.fileOpenAction.addTo(self.Fichier)
         self.fileSaveAction.addTo(self.Fichier)
         self.fileSaveAsAction.addTo(self.Fichier)
@@ -345,6 +347,7 @@ class Eficas(QMainWindow):
         self.MenuBar.insertItem(QString(""),self.Options,5)
 
         self.Aide = QPopupMenu(self)
+        self.aidenew_itemAction.addTo(self.Aide)
         self.MenuBar.insertItem(QString(""),self.Aide,6)
 
         self.Traduction = QPopupMenu(self)
@@ -380,6 +383,8 @@ class Eficas(QMainWindow):
         self.connect(self.jdcRapportDeValidationAction,SIGNAL("activated()"),self.jdcRapport)
         self.connect(self.jdcFichierSourceAction,SIGNAL("activated()"),self.jdcFichierSource)
         self.connect(self.traduitV7V8Action,SIGNAL("activated()"),self.traductionV7V8)
+        self.connect(self.aidenew_itemAction,SIGNAL("activated()"),self.helpAbout)
+        self.connect(self.fileNewInclude,SIGNAL("activated()"),self.NewInclude)
 
 
     def languageChange(self):
@@ -390,14 +395,14 @@ class Eficas(QMainWindow):
         self.fileOpenAction.setText(self.__tr("Ouvrir"))
         self.fileOpenAction.setMenuText(self.__tr("&Ouvrir"))
         self.fileOpenAction.setAccel(self.__tr("Ctrl+O"))
-        self.fileSaveAction.setText(self.__tr("Sauver"))
-        self.fileSaveAction.setMenuText(self.__tr("&Sauver"))
-        self.fileSaveAction.setAccel(self.__tr("Ctrl+S"))
-        self.fileSaveAsAction.setText(self.__tr("Sauver Comme"))
-        self.fileSaveAsAction.setMenuText(self.__tr("Sauver Comme"))
+        self.fileSaveAction.setText(self.__tr("Enregister"))
+        self.fileSaveAction.setMenuText(self.__tr("&Enregister"))
+        self.fileSaveAction.setAccel(self.__tr("Ctrl+E"))
+        self.fileSaveAsAction.setText(self.__tr("Enregister Sous"))
+        self.fileSaveAsAction.setMenuText(self.__tr("Enregister Sous"))
         self.fileSaveAsAction.setAccel(QString.null)
-        self.fileExitAction.setText(self.__tr("Exit"))
-        self.fileExitAction.setMenuText(self.__tr("E&xit"))
+        self.fileExitAction.setText(self.__tr("Quitter"))
+        self.fileExitAction.setMenuText(self.__tr("Q&uitter"))
         self.fileExitAction.setAccel(QString.null)
         self.editUndoAction.setText(self.__tr("Undo"))
         self.editUndoAction.setMenuText(self.__tr("&Undo"))
@@ -442,6 +447,9 @@ class Eficas(QMainWindow):
         self.jdcFichierSourceAction.setAccel(self.__tr("Ctrl+B"))
         self.traduitV7V8Action.setText(self.__tr("traduitV7V8"))
         self.traduitV7V8Action.setMenuText(self.__tr("traduitV7V8"))
+        self.aidenew_itemAction.setText(self.__tr("Eficas"))
+        self.fileNewInclude.setText(self.__tr("Nouvel Include"))
+        self.fileNewInclude.setMenuText(self.__tr("Nouvel Include"))
         self.toolBar.setLabel(self.__tr("Tools"))
         if self.MenuBar.findItem(2):
             self.MenuBar.findItem(2).setText(self.__tr("&Fichier"))
@@ -522,5 +530,8 @@ class Eficas(QMainWindow):
     def traductionV7V8(self):
         print "Eficas.traductionV7V8(): Not implemented yet"
 
+    def NewInclude(self):
+        print "Eficas.NewInclude(): Not implemented yet"
+
     def __tr(self,s,c = None):
         return qApp.translate("Eficas",s,c)
index 1450677c8ac80366b25e5383a001d48c7cf65c11..e05a455a65d73e5aaeea297d011ba742ffff39fe 100644 (file)
@@ -71,7 +71,7 @@
     </property>
     <item text="&amp;Fichier" name="Fichier">
         <action name="fileNewAction"/>
-        <action name="fileNewViewAction"/>
+        <action name="fileNewInclude"/>
         <action name="fileOpenAction"/>
         <action name="fileSaveAction"/>
         <action name="fileSaveAsAction"/>
@@ -95,6 +95,7 @@
     <item text="Options" name="Options">
     </item>
     <item text="&amp;Aide" name="Aide">
+        <action name="aidenew_itemAction"/>
     </item>
     <item text="Traduction" name="Traduction">
         <action name="traduitV7V8Action"/>
             <iconset>image2</iconset>
         </property>
         <property name="text">
-            <string>Sauver</string>
+            <string>Enregister</string>
         </property>
         <property name="menuText">
-            <string>&amp;Sauver</string>
+            <string>&amp;Enregister</string>
         </property>
         <property name="accel">
-            <string>Ctrl+S</string>
+            <string>Ctrl+E</string>
         </property>
     </action>
     <action>
             <cstring>fileSaveAsAction</cstring>
         </property>
         <property name="text">
-            <string>Sauver Comme</string>
+            <string>Enregister Sous</string>
         </property>
         <property name="menuText">
-            <string>Sauver Comme</string>
+            <string>Enregister Sous</string>
         </property>
         <property name="accel">
             <string></string>
             <cstring>fileExitAction</cstring>
         </property>
         <property name="text">
-            <string>Exit</string>
+            <string>Quitter</string>
         </property>
         <property name="menuText">
-            <string>E&amp;xit</string>
+            <string>Q&amp;uitter</string>
         </property>
         <property name="accel">
             <string></string>
             <string>traduitV7V8</string>
         </property>
     </action>
+    <action>
+        <property name="name">
+            <cstring>aidenew_itemAction</cstring>
+        </property>
+        <property name="text">
+            <string>Eficas</string>
+        </property>
+    </action>
+    <action>
+        <property name="name">
+            <cstring>fileNewInclude</cstring>
+        </property>
+        <property name="text">
+            <string>Nouvel Include</string>
+        </property>
+        <property name="menuText">
+            <string>Nouvel Include</string>
+        </property>
+    </action>
 </actions>
 <images>
     <image name="image0">
         <receiver>Eficas</receiver>
         <slot>traductionV7V8()</slot>
     </connection>
+    <connection>
+        <sender>aidenew_itemAction</sender>
+        <signal>activated()</signal>
+        <receiver>Eficas</receiver>
+        <slot>helpAbout()</slot>
+    </connection>
+    <connection>
+        <sender>fileNewInclude</sender>
+        <signal>activated()</signal>
+        <receiver>Eficas</receiver>
+        <slot>NewInclude()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>fileNew()</slot>
     <slot>editCut()</slot>
     <slot>editCopy()</slot>
     <slot>traductionV7V8()</slot>
+    <slot>NewInclude()</slot>
 </slots>
 <layoutdefaults spacing="2" margin="2"/>
 </UI>