]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Fri, 9 Nov 2007 15:29:37 +0000 (15:29 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Fri, 9 Nov 2007 15:29:37 +0000 (15:29 +0000)
Ui/desPoursuite.py
Ui/desPoursuite.ui

index 7d46ed4c3fe9fc1998f7f90b03f0f633b84bde0e..cacbc5e8951ffd00d569c7e307165aa6b4d0cdc1 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desPoursuite.ui'
 #
-# Created: lun oct 29 16:17:08 2007
+# Created: jeu nov 8 17:36:54 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -47,83 +47,120 @@ class DPour(QWidget):
 
 
         self.Commentaire = QLabel(self,"Commentaire")
-        self.Commentaire.setGeometry(QRect(10,410,490,20))
+        self.Commentaire.setGeometry(QRect(11,437,499,16))
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(320,440,142,30))
-        self.bSup.setAutoDefault(1)
+        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(self,"bOk")
-        self.bOk.setGeometry(QRect(170,440,142,30))
+        self.bOk = QPushButton(LayoutWidget,"bOk")
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
 
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setGeometry(QRect(10,440,142,30))
-        self.bHelp.setAutoDefault(1)
+        self.bSup = QPushButton(LayoutWidget,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
-        self.TWChoix.setGeometry(QRect(0,0,500,400))
+        self.TWChoix.setGeometry(QRect(10,10,499,420))
 
         self.MotClef = QWidget(self.TWChoix,"MotClef")
+        MotClefLayout = QGridLayout(self.MotClef,1,1,11,6,"MotClefLayout")
 
         self.textLabel1_2 = QLabel(self.MotClef,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(360,0,50,37))
+
+        MotClefLayout.addWidget(self.textLabel1_2,0,1)
 
         self.LBMCPermis = QListBox(self.MotClef,"LBMCPermis")
-        self.LBMCPermis.setGeometry(QRect(10,40,220,290))
         self.LBMCPermis.setMinimumSize(QSize(0,0))
 
+        MotClefLayout.addWidget(self.LBMCPermis,1,0)
+
         self.LBRegles = QListBox(self.MotClef,"LBRegles")
-        self.LBRegles.setGeometry(QRect(260,40,230,290))
+
+        MotClefLayout.addWidget(self.LBRegles,1,1)
 
         self.textLabel1 = QLabel(self.MotClef,"textLabel1")
-        self.textLabel1.setGeometry(QRect(50,10,120,20))
         self.textLabel1.setMinimumSize(QSize(0,0))
+
+        MotClefLayout.addWidget(self.textLabel1,0,0)
         self.TWChoix.insertTab(self.MotClef,QString(""))
 
         self.Commande = QWidget(self.TWChoix,"Commande")
+        CommandeLayout = QGridLayout(self.Commande,1,1,11,6,"CommandeLayout")
 
-        self.textLabel6 = QLabel(self.Commande,"textLabel6")
-        self.textLabel6.setGeometry(QRect(10,60,60,30))
+        self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
 
-        self.textLabel4 = QLabel(self.Commande,"textLabel4")
-        self.textLabel4.setGeometry(QRect(90,340,300,30))
+        CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
 
-        self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
-        self.LBNouvCommande.setGeometry(QRect(50,100,410,240))
+        self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4")
+
+        CommandeLayout.addMultiCellWidget(self.textLabel1_4,0,0,0,1)
 
         self.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1")
-        self.buttonGroup1.setGeometry(QRect(300,20,151,70))
 
         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,101,20))
+        self.RBalpha.setGeometry(QRect(20,20,120,20))
         self.RBalpha.setChecked(1)
 
-        self.LEFiltre = QLineEdit(self.Commande,"LEFiltre")
-        self.LEFiltre.setGeometry(QRect(50,60,160,30))
+        CommandeLayout.addMultiCellWidget(self.buttonGroup1,0,1,3,3)
 
-        self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4")
-        self.textLabel1_4.setGeometry(QRect(50,20,171,21))
+        self.textLabel4 = QLabel(self.Commande,"textLabel4")
+
+        CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
 
         self.BNext = QToolButton(self.Commande,"BNext")
-        self.BNext.setGeometry(QRect(220,60,30,31))
         self.BNext.setIconSet(QIconSet(self.image0))
+
+        CommandeLayout.addWidget(self.BNext,1,2)
+
+        self.textLabel6 = QLabel(self.Commande,"textLabel6")
+
+        CommandeLayout.addWidget(self.textLabel6,1,0)
+
+        self.LEFiltre = QLineEdit(self.Commande,"LEFiltre")
+        self.LEFiltre.setMinimumSize(QSize(160,30))
+
+        CommandeLayout.addWidget(self.LEFiltre,1,1)
         self.TWChoix.insertTab(self.Commande,QString(""))
 
         self.TabPage = QWidget(self.TWChoix,"TabPage")
 
-        self.BBrowse = QPushButton(self.TabPage,"BBrowse")
-        self.BBrowse.setGeometry(QRect(288,306,161,41))
+        LayoutWidget_2 = QWidget(self.TabPage,"layout4")
+        LayoutWidget_2.setGeometry(QRect(10,31,472,90))
+        layout4 = QVBoxLayout(LayoutWidget_2,11,6,"layout4")
+
+        self.textLabel1_3 = QLabel(LayoutWidget_2,"textLabel1_3")
+        layout4.addWidget(self.textLabel1_3)
+
+        self.LENomFichier = QLineEdit(LayoutWidget_2,"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")
 
-        self.textLabel1_3 = QLabel(self.TabPage,"textLabel1_3")
-        self.textLabel1_3.setGeometry(QRect(70,50,350,41))
+        layout3 = QHBoxLayout(None,0,6,"layout3")
+        spacer3 = QSpacerItem(331,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout3.addItem(spacer3)
 
-        self.LENomFichier = QLineEdit(self.TabPage,"LENomFichier")
-        self.LENomFichier.setGeometry(QRect(18,127,450,30))
+        self.BBrowse = QPushButton(LayoutWidget_3,"BBrowse")
+        self.BBrowse.setSizePolicy(QSizePolicy(0,0,0,0,self.BBrowse.sizePolicy().hasHeightForWidth()))
+        self.BBrowse.setMinimumSize(QSize(140,50))
+        layout3.addWidget(self.BBrowse)
+
+        layout5.addLayout(layout3,1,0)
+        spacer1 = QSpacerItem(21,190,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        layout5.addItem(spacer1,0,0)
         self.TWChoix.insertTab(self.TabPage,QString(""))
 
         self.languageChange()
@@ -146,29 +183,29 @@ class DPour(QWidget):
     def languageChange(self):
         self.setCaption(self.__tr("DMacro"))
         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.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"))
-        self.textLabel6.setText(self.__tr("Filtre"))
-        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.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
         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.textLabel6.setText(self.__tr("Filtre"))
         self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
-        self.BBrowse.setText(self.__tr("Edit"))
         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"))
 
 
index a06acd013499655f658bfee542d995de8bea9e0f..4672e737d1edc3615721532d4392e349d6cf4f48 100644 (file)
     <property name="caption">
         <string>DMacro</string>
     </property>
-    <widget class="QLabel">
+    <grid>
         <property name="name">
-            <cstring>Commentaire</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>410</y>
-                <width>490</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string></string>
-        </property>
-    </widget>
-    <widget class="QPushButton">
-        <property name="name">
-            <cstring>bSup</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>320</x>
-                <y>440</y>
-                <width>142</width>
-                <height>30</height>
-            </rect>
-        </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="geometry">
-            <rect>
-                <x>170</x>
-                <y>440</y>
-                <width>142</width>
-                <height>30</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>
-        </property>
-    </widget>
-    <widget class="QPushButton">
-        <property name="name">
-            <cstring>bHelp</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>440</y>
-                <width>142</width>
-                <height>30</height>
-            </rect>
-        </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="QTabWidget">
-        <property name="name">
-            <cstring>TWChoix</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>0</x>
-                <y>0</y>
-                <width>500</width>
-                <height>400</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QLabel" row="1" column="0">
             <property name="name">
-                <cstring>MotClef</cstring>
+                <cstring>Commentaire</cstring>
+            </property>
+            <property name="text">
+                <string></string>
             </property>
-            <attribute name="title">
-                <string>Ajouter Mot-Clef</string>
-            </attribute>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>360</x>
-                        <y>0</y>
-                        <width>50</width>
-                        <height>37</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>LBMCPermis</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>10</x>
-                        <y>40</y>
-                        <width>220</width>
-                        <height>290</height>
-                    </rect>
-                </property>
-                <property name="minimumSize">
-                    <size>
-                        <width>0</width>
-                        <height>0</height>
-                    </size>
-                </property>
-            </widget>
-            <widget class="QListBox">
-                <property name="name">
-                    <cstring>LBRegles</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>260</x>
-                        <y>40</y>
-                        <width>230</width>
-                        <height>290</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>10</y>
-                        <width>120</width>
-                        <height>20</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>
-        <widget class="QWidget">
+        <widget class="QLayoutWidget" row="2" column="0">
             <property name="name">
-                <cstring>Commande</cstring>
+                <cstring>layout1</cstring>
             </property>
-            <attribute name="title">
-                <string>Nouvelle Commande</string>
-            </attribute>
-            <widget class="QLabel">
+            <hbox>
                 <property name="name">
-                    <cstring>textLabel6</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>10</x>
-                        <y>60</y>
-                        <width>60</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Filtre</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel4</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>90</x>
-                        <y>340</y>
-                        <width>300</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>La commande choisie sera ajoutée APRES la commande courante</string>
-                </property>
-            </widget>
-            <widget class="QListBox">
-                <property name="name">
-                    <cstring>LBNouvCommande</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>100</y>
-                        <width>410</width>
-                        <height>240</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QButtonGroup">
-                <property name="name">
-                    <cstring>buttonGroup1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>300</x>
-                        <y>20</y>
-                        <width>151</width>
-                        <height>70</height>
-                    </rect>
-                </property>
-                <property name="title">
-                    <string>Affichage</string>
+                    <cstring>unnamed</cstring>
                 </property>
-                <widget class="QRadioButton">
+                <widget class="QPushButton">
                     <property name="name">
-                        <cstring>RBGroupe</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>20</x>
-                            <y>40</y>
-                            <width>101</width>
-                            <height>20</height>
-                        </rect>
+                        <cstring>bHelp</cstring>
                     </property>
                     <property name="text">
-                        <string>par groupe</string>
+                        <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="QRadioButton">
+                <widget class="QPushButton">
                     <property name="name">
-                        <cstring>RBalpha</cstring>
+                        <cstring>bOk</cstring>
                     </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>20</x>
-                            <y>20</y>
-                            <width>101</width>
-                            <height>20</height>
-                        </rect>
+                    <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>alphabétique</string>
+                        <string>&amp;Supprimer</string>
+                    </property>
+                    <property name="accel">
+                        <string>Alt+S</string>
                     </property>
-                    <property name="checked">
+                    <property name="autoDefault">
                         <bool>true</bool>
                     </property>
+                    <property name="toolTip" stdset="0">
+                        <string>suppression du mot clef</string>
+                    </property>
                 </widget>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LEFiltre</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>60</y>
-                        <width>160</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_4</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>20</y>
-                        <width>171</width>
-                        <height>21</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;b&gt;&lt;u&gt;Commandes :&lt;/u&gt;&lt;/b&gt;</string>
-                </property>
-            </widget>
-            <widget class="QToolButton">
-                <property name="name">
-                    <cstring>BNext</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>220</x>
-                        <y>60</y>
-                        <width>30</width>
-                        <height>31</height>
-                    </rect>
-                </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>
+            </hbox>
         </widget>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>TabPage</cstring>
+                <cstring>TWChoix</cstring>
             </property>
-            <attribute name="title">
-                <string>Fichier Poursuite</string>
-            </attribute>
-            <widget class="QPushButton">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>BBrowse</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>288</x>
-                        <y>306</y>
-                        <width>161</width>
-                        <height>41</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Edit</string>
+                    <cstring>MotClef</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Ajouter Mot-Clef</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <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="0">
+                        <property name="name">
+                            <cstring>LBMCPermis</cstring>
+                        </property>
+                        <property name="minimumSize">
+                            <size>
+                                <width>0</width>
+                                <height>0</height>
+                            </size>
+                        </property>
+                    </widget>
+                    <widget class="QListBox" row="1" column="1">
+                        <property name="name">
+                            <cstring>LBRegles</cstring>
+                        </property>
+                    </widget>
+                    <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>
+                </grid>
             </widget>
-            <widget class="QLabel">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>textLabel1_3</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>70</x>
-                        <y>50</y>
-                        <width>350</width>
-                        <height>41</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+1"&gt;La commande POURSUITE requiert un nom de Fichier :&lt;/font&gt;</string>
+                    <cstring>Commande</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Nouvelle Commande</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QListBox" row="2" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>LBNouvCommande</cstring>
+                        </property>
+                    </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="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="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="QLabel" row="1" column="0">
+                        <property name="name">
+                            <cstring>textLabel6</cstring>
+                        </property>
+                        <property name="text">
+                            <string>Filtre</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 class="QLineEdit">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>LENomFichier</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>18</x>
-                        <y>127</y>
-                        <width>450</width>
-                        <height>30</height>
-                    </rect>
+                    <cstring>TabPage</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Fichier Poursuite</string>
+                </attribute>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout4</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>10</x>
+                            <y>31</y>
+                            <width>472</width>
+                            <height>90</height>
+                        </rect>
+                    </property>
+                    <vbox>
+                        <property name="name">
+                            <cstring>unnamed</cstring>
+                        </property>
+                        <widget class="QLabel">
+                            <property name="name">
+                                <cstring>textLabel1_3</cstring>
+                            </property>
+                            <property name="text">
+                                <string>&lt;font size="+1"&gt;La commande POURSUITE requiert un nom de Fichier :&lt;/font&gt;</string>
+                            </property>
+                        </widget>
+                        <widget class="QLineEdit">
+                            <property name="name">
+                                <cstring>LENomFichier</cstring>
+                            </property>
+                            <property name="minimumSize">
+                                <size>
+                                    <width>470</width>
+                                    <height>40</height>
+                                </size>
+                            </property>
+                        </widget>
+                    </vbox>
+                </widget>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout5</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>8</x>
+                            <y>131</y>
+                            <width>481</width>
+                            <height>250</height>
+                        </rect>
+                    </property>
+                    <grid>
+                        <property name="name">
+                            <cstring>unnamed</cstring>
+                        </property>
+                        <widget class="QLayoutWidget" row="1" column="0">
+                            <property name="name">
+                                <cstring>layout3</cstring>
+                            </property>
+                            <hbox>
+                                <property name="name">
+                                    <cstring>unnamed</cstring>
+                                </property>
+                                <spacer>
+                                    <property name="name">
+                                        <cstring>spacer3</cstring>
+                                    </property>
+                                    <property name="orientation">
+                                        <enum>Horizontal</enum>
+                                    </property>
+                                    <property name="sizeType">
+                                        <enum>Expanding</enum>
+                                    </property>
+                                    <property name="sizeHint">
+                                        <size>
+                                            <width>331</width>
+                                            <height>20</height>
+                                        </size>
+                                    </property>
+                                </spacer>
+                                <widget class="QPushButton">
+                                    <property name="name">
+                                        <cstring>BBrowse</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>50</height>
+                                        </size>
+                                    </property>
+                                    <property name="text">
+                                        <string>Edit</string>
+                                    </property>
+                                </widget>
+                            </hbox>
+                        </widget>
+                        <spacer row="0" column="0">
+                            <property name="name">
+                                <cstring>spacer1</cstring>
+                            </property>
+                            <property name="orientation">
+                                <enum>Vertical</enum>
+                            </property>
+                            <property name="sizeType">
+                                <enum>Expanding</enum>
+                            </property>
+                            <property name="sizeHint">
+                                <size>
+                                    <width>21</width>
+                                    <height>190</height>
+                                </size>
+                            </property>
+                        </spacer>
+                    </grid>
+                </widget>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <images>
     <image name="image0">