]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
PN : pour pb de taille de caractères
authorPascale Noyret <pascale.noyret@edf.fr>
Fri, 9 Nov 2007 14:04:48 +0000 (14:04 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Fri, 9 Nov 2007 14:04:48 +0000 (14:04 +0000)
46 files changed:
Ui/desChoixCata.py
Ui/desChoixCata.ui
Ui/desCommande.py
Ui/desCommande.ui
Ui/desCommentaire.py
Ui/desCommentaire.ui
Ui/desError.py
Ui/desError.ui
Ui/desFormule.py
Ui/desFormule.ui
Ui/desInactif.py
Ui/desInactif.ui
Ui/desInclude.py
Ui/desInclude.ui
Ui/desListeParam.py
Ui/desListeParam.ui
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/desRacine.py
Ui/desRacine.ui
Ui/desSelectVal.py
Ui/desSelectVal.ui
Ui/desUniqueASSD.py
Ui/desUniqueASSD.ui
Ui/desUniqueBase.py
Ui/desUniqueBase.ui
Ui/desUniqueComp.py
Ui/desUniqueComp.ui
Ui/desUniqueInto.ui
Ui/desUniqueSDCO.py
Ui/desUniqueSDCO.ui
Ui/desUniqueSDCOInto.py
Ui/desUniqueSDCOInto.ui
Ui/desVisu.py
Ui/desVisu.ui
Ui/myMain.py

index 8446d25c1fd8074efc4517701e43fc071f1c34cb..a0b01de5fbdf5862f36e80f2ce3f8bd8a9f12642 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desChoixCata.ui'
 #
-# Created: mer mai 23 10:40:48 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,31 +20,37 @@ class DChoixCata(QDialog):
 
         self.setSizeGripEnabled(1)
 
+        DChoixCataLayout = QGridLayout(self,1,1,11,6,"DChoixCataLayout")
 
         self.frame3 = QFrame(self,"frame3")
-        self.frame3.setGeometry(QRect(0,120,540,50))
         self.frame3.setFrameShape(QFrame.StyledPanel)
         self.frame3.setFrameShadow(QFrame.Raised)
 
         self.buttonCancel = QPushButton(self.frame3,"buttonCancel")
-        self.buttonCancel.setGeometry(QRect(370,10,90,30))
+        self.buttonCancel.setGeometry(QRect(380,6,90,30))
         self.buttonCancel.setAutoDefault(1)
 
         self.buttonOk = QPushButton(self.frame3,"buttonOk")
-        self.buttonOk.setGeometry(QRect(80,10,90,30))
+        self.buttonOk.setGeometry(QRect(40,6,90,30))
         self.buttonOk.setAutoDefault(1)
         self.buttonOk.setDefault(1)
 
-        self.textLabel1_2 = QLabel(self,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(40,50,340,20))
+        DChoixCataLayout.addMultiCellWidget(self.frame3,2,2,0,1)
+
+        self.TLNb = QLabel(self,"TLNb")
+        self.TLNb.setMinimumSize(QSize(30,0))
+
+        DChoixCataLayout.addWidget(self.TLNb,0,0)
 
         self.CBChoixCata = QComboBox(0,self,"CBChoixCata")
         self.CBChoixCata.setEnabled(1)
-        self.CBChoixCata.setGeometry(QRect(400,41,101,30))
 
-        self.TLNb = QLabel(self,"TLNb")
-        self.TLNb.setGeometry(QRect(110,30,210,20))
-        self.TLNb.setMinimumSize(QSize(30,0))
+        DChoixCataLayout.addWidget(self.CBChoixCata,1,1)
+
+        self.textLabel1_2 = QLabel(self,"textLabel1_2")
+        self.textLabel1_2.setMinimumSize(QSize(380,60))
+
+        DChoixCataLayout.addWidget(self.textLabel1_2,1,0)
 
         self.languageChange()
 
@@ -62,8 +68,8 @@ class DChoixCata(QDialog):
         self.buttonCancel.setAccel(QString.null)
         self.buttonOk.setText(self.__tr("&OK"))
         self.buttonOk.setAccel(QString.null)
-        self.textLabel1_2.setText(self.__tr("<font size=\"+1\">Veuillez choisir celle avec laquelle vous souhaitez travailler</font>"))
         self.TLNb.setText(self.__tr("2"))
+        self.textLabel1_2.setText(self.__tr("<font size=\"+1\">Veuillez choisir celle avec laquelle vous souhaitez travailler</font>"))
 
 
     def CataChoisi(self):
index 6629779874785941efa07e4171fde9e2dd0397e3..7ae385b21e0d17813544823dbe51b0860b196d90 100644 (file)
     <property name="sizeGripEnabled">
         <bool>true</bool>
     </property>
-    <widget class="QFrame">
+    <grid>
         <property name="name">
-            <cstring>frame3</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>0</x>
-                <y>120</y>
-                <width>540</width>
-                <height>50</height>
-            </rect>
-        </property>
-        <property name="frameShape">
-            <enum>StyledPanel</enum>
-        </property>
-        <property name="frameShadow">
-            <enum>Raised</enum>
-        </property>
-        <widget class="QPushButton">
+        <widget class="QFrame" row="2" column="0" rowspan="1" colspan="2">
             <property name="name">
-                <cstring>buttonCancel</cstring>
+                <cstring>frame3</cstring>
             </property>
-            <property name="geometry">
-                <rect>
-                    <x>370</x>
-                    <y>10</y>
-                    <width>90</width>
-                    <height>30</height>
-                </rect>
+            <property name="frameShape">
+                <enum>StyledPanel</enum>
             </property>
-            <property name="text">
-                <string>&amp;Cancel</string>
-            </property>
-            <property name="accel">
-                <string></string>
-            </property>
-            <property name="autoDefault">
-                <bool>true</bool>
+            <property name="frameShadow">
+                <enum>Raised</enum>
             </property>
+            <widget class="QPushButton">
+                <property name="name">
+                    <cstring>buttonCancel</cstring>
+                </property>
+                <property name="geometry">
+                    <rect>
+                        <x>380</x>
+                        <y>6</y>
+                        <width>90</width>
+                        <height>30</height>
+                    </rect>
+                </property>
+                <property name="text">
+                    <string>&amp;Cancel</string>
+                </property>
+                <property name="accel">
+                    <string></string>
+                </property>
+                <property name="autoDefault">
+                    <bool>true</bool>
+                </property>
+            </widget>
+            <widget class="QPushButton">
+                <property name="name">
+                    <cstring>buttonOk</cstring>
+                </property>
+                <property name="geometry">
+                    <rect>
+                        <x>40</x>
+                        <y>6</y>
+                        <width>90</width>
+                        <height>30</height>
+                    </rect>
+                </property>
+                <property name="text">
+                    <string>&amp;OK</string>
+                </property>
+                <property name="accel">
+                    <string></string>
+                </property>
+                <property name="autoDefault">
+                    <bool>true</bool>
+                </property>
+                <property name="default">
+                    <bool>true</bool>
+                </property>
+            </widget>
         </widget>
-        <widget class="QPushButton">
+        <widget class="QLabel" row="0" column="0">
             <property name="name">
-                <cstring>buttonOk</cstring>
+                <cstring>TLNb</cstring>
             </property>
-            <property name="geometry">
-                <rect>
-                    <x>80</x>
-                    <y>10</y>
-                    <width>90</width>
-                    <height>30</height>
-                </rect>
+            <property name="minimumSize">
+                <size>
+                    <width>30</width>
+                    <height>0</height>
+                </size>
             </property>
             <property name="text">
-                <string>&amp;OK</string>
+                <string>2</string>
             </property>
-            <property name="accel">
-                <string></string>
+        </widget>
+        <widget class="QComboBox" row="1" column="1">
+            <property name="name">
+                <cstring>CBChoixCata</cstring>
             </property>
-            <property name="autoDefault">
+            <property name="enabled">
                 <bool>true</bool>
             </property>
-            <property name="default">
-                <bool>true</bool>
+        </widget>
+        <widget class="QLabel" row="1" column="0">
+            <property name="name">
+                <cstring>textLabel1_2</cstring>
+            </property>
+            <property name="minimumSize">
+                <size>
+                    <width>380</width>
+                    <height>60</height>
+                </size>
+            </property>
+            <property name="text">
+                <string>&lt;font size="+1"&gt;Veuillez choisir celle avec laquelle vous souhaitez travailler&lt;/font&gt;</string>
             </property>
         </widget>
-    </widget>
-    <widget class="QLabel">
-        <property name="name">
-            <cstring>textLabel1_2</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>40</x>
-                <y>50</y>
-                <width>340</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;font size="+1"&gt;Veuillez choisir celle avec laquelle vous souhaitez travailler&lt;/font&gt;</string>
-        </property>
-    </widget>
-    <widget class="QComboBox">
-        <property name="name">
-            <cstring>CBChoixCata</cstring>
-        </property>
-        <property name="enabled">
-            <bool>true</bool>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>400</x>
-                <y>41</y>
-                <width>101</width>
-                <height>30</height>
-            </rect>
-        </property>
-    </widget>
-    <widget class="QLabel">
-        <property name="name">
-            <cstring>TLNb</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>110</x>
-                <y>30</y>
-                <width>210</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="minimumSize">
-            <size>
-                <width>30</width>
-                <height>0</height>
-            </size>
-        </property>
-        <property name="text">
-            <string>2</string>
-        </property>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 9ae67ecb040a9abef9ff1f40c3852c4ed121cdea..701122b8eca969d481b5db7992e636223d21a31d 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desCommande.ui'
 #
-# Created: jeu avr 26 14:25:01 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -45,98 +45,119 @@ class DComm(QWidget):
 
         self.setMinimumSize(QSize(505,0))
 
-
-        self.Commentaire = QLabel(self,"Commentaire")
-        self.Commentaire.setGeometry(QRect(10,410,490,20))
-        self.Commentaire.setFrameShape(QLabel.NoFrame)
-        self.Commentaire.setFrameShadow(QLabel.Plain)
-
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(320,440,142,30))
-        self.bSup.setAutoDefault(1)
-
-        self.bOk = QPushButton(self,"bOk")
-        self.bOk.setGeometry(QRect(170,440,142,30))
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setGeometry(QRect(10,440,142,30))
-        self.bHelp.setAutoDefault(1)
+        DCommLayout = QGridLayout(self,1,1,11,6,"DCommLayout")
 
         self.TWChoix = QTabWidget(self,"TWChoix")
-        self.TWChoix.setGeometry(QRect(0,0,500,400))
 
         self.MotClef = QWidget(self.TWChoix,"MotClef")
+        MotClefLayout = QGridLayout(self.MotClef,1,1,11,6,"MotClefLayout")
+
+        self.textLabel1 = QLabel(self.MotClef,"textLabel1")
+        self.textLabel1.setMinimumSize(QSize(0,0))
+
+        MotClefLayout.addWidget(self.textLabel1,0,0)
 
         self.LBMCPermis = QListBox(self.MotClef,"LBMCPermis")
-        self.LBMCPermis.setGeometry(QRect(10,40,220,290))
         self.LBMCPermis.setMinimumSize(QSize(0,0))
 
-        self.LBRegles = QListBox(self.MotClef,"LBRegles")
-        self.LBRegles.setGeometry(QRect(260,40,230,290))
-
-        self.textLabel1 = QLabel(self.MotClef,"textLabel1")
-        self.textLabel1.setGeometry(QRect(50,10,140,20))
-        self.textLabel1.setMinimumSize(QSize(0,0))
+        MotClefLayout.addWidget(self.LBMCPermis,1,0)
 
         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.LBRegles = QListBox(self.MotClef,"LBRegles")
+
+        MotClefLayout.addWidget(self.LBRegles,1,1)
         self.TWChoix.insertTab(self.MotClef,QString(""))
 
         self.Concept = QWidget(self.TWChoix,"Concept")
+        ConceptLayout = QGridLayout(self.Concept,1,1,11,6,"ConceptLayout")
 
         self.groupBox1 = QGroupBox(self.Concept,"groupBox1")
-        self.groupBox1.setGeometry(QRect(0,10,520,380))
 
         self.textLabel1_3 = QLabel(self.groupBox1,"textLabel1_3")
-        self.textLabel1_3.setGeometry(QRect(80,50,82,31))
+        self.textLabel1_3.setGeometry(QRect(80,50,130,31))
 
         self.textLabel1_3_2 = QLabel(self.groupBox1,"textLabel1_3_2")
-        self.textLabel1_3_2.setGeometry(QRect(80,170,82,31))
-
-        self.textLabel3 = QLabel(self.groupBox1,"textLabel3")
-        self.textLabel3.setGeometry(QRect(80,200,230,31))
+        self.textLabel1_3_2.setGeometry(QRect(80,170,150,31))
 
         self.LENomConcept = QLineEdit(self.groupBox1,"LENomConcept")
         self.LENomConcept.setGeometry(QRect(80,110,310,30))
 
+        self.textLabel3 = QLabel(self.groupBox1,"textLabel3")
+        self.textLabel3.setGeometry(QRect(10,200,290,31))
+
         self.typeConcept = QLabel(self.groupBox1,"typeConcept")
-        self.typeConcept.setGeometry(QRect(320,200,100,31))
+        self.typeConcept.setGeometry(QRect(310,200,130,31))
+
+        ConceptLayout.addWidget(self.groupBox1,0,0)
         self.TWChoix.insertTab(self.Concept,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.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1")
+
+        self.RBalpha = QRadioButton(self.buttonGroup1,"RBalpha")
+        self.RBalpha.setGeometry(QRect(20,20,120,20))
+        self.RBalpha.setChecked(1)
+
+        self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
+        self.RBGroupe.setGeometry(QRect(20,40,110,20))
+
+        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")
-        self.textLabel4.setGeometry(QRect(90,340,300,30))
 
-        self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
-        self.LBNouvCommande.setGeometry(QRect(50,100,410,240))
+        CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
 
-        self.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1")
-        self.buttonGroup1.setGeometry(QRect(298,17,151,70))
+        self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
 
-        self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
-        self.RBGroupe.setGeometry(QRect(20,40,101,20))
+        CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
 
-        self.RBalpha = QRadioButton(self.buttonGroup1,"RBalpha")
-        self.RBalpha.setGeometry(QRect(20,20,101,20))
-        self.RBalpha.setChecked(1)
+        self.textLabel6 = QLabel(self.Commande,"textLabel6")
 
-        self.LEFiltre = QLineEdit(self.Commande,"LEFiltre")
-        self.LEFiltre.setGeometry(QRect(50,60,160,30))
+        CommandeLayout.addWidget(self.textLabel6,1,0)
 
         self.BNext = QToolButton(self.Commande,"BNext")
-        self.BNext.setGeometry(QRect(220,60,30,31))
         self.BNext.setIconSet(QIconSet(self.image0))
 
-        self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4")
-        self.textLabel1_4.setGeometry(QRect(50,20,171,21))
+        CommandeLayout.addWidget(self.BNext,1,2)
+
+        self.LEFiltre = QLineEdit(self.Commande,"LEFiltre")
+
+        CommandeLayout.addWidget(self.LEFiltre,1,1)
         self.TWChoix.insertTab(self.Commande,QString(""))
 
+        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)
+
+        DCommLayout.addWidget(self.bOk,2,1)
+
+        self.bSup = QPushButton(self,"bSup")
+        self.bSup.setAutoDefault(1)
+
+        DCommLayout.addWidget(self.bSup,2,2)
+
+        self.Commentaire = QLabel(self,"Commentaire")
+        self.Commentaire.setFrameShape(QLabel.NoFrame)
+        self.Commentaire.setFrameShadow(QLabel.Plain)
+
+        DCommLayout.addMultiCellWidget(self.Commentaire,1,1,0,2)
+
         self.languageChange()
 
         self.resize(QSize(505,483).expandedTo(self.minimumSizeHint()))
@@ -156,34 +177,34 @@ class DComm(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DComm"))
-        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.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\xa8\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.groupBox1.setTitle(self.__tr("Concept"))
         self.textLabel1_3.setText(self.__tr("<u>Nom du concept :</u>"))
         self.textLabel1_3_2.setText(self.__tr("<u>Type du concept :</u>"))
-        self.textLabel3.setText(self.__trUtf8("\x4c\x27\x6f\x70\xc3\xa9\x72\x61\x74\x65\x75\x72\x20\x63\x6f\x75\x72\x61\x6e\x74\x20\x72\x65\x74\x6f\x75\x72\x6e\x65\x20\x75\x6e\x20\x63\x6f\x6e\x63\x65\x70\x74\x20\x64\x65\x20\x74\x79\x70\x65\x20\x3a"))
+        self.textLabel3.setText(self.__trUtf8("\x4c\x27\x6f\x70\xc3\xa9\x72\x61\x74\x65\x75\x72\x20\x72\x65\x74\x6f\x75\x72\x6e\x65\x20\x75\x6e\x20\x63\x6f\x6e\x63\x65\x70\x74\x20\x64\x65\x20\x74\x79\x70\x65\x20\x3a"))
         self.typeConcept.setText(self.__tr("TypeDuConcept"))
         self.TWChoix.changeTab(self.Concept,self.__tr("Nommer Concept"))
-        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.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.RBGroupe.setText(self.__tr("par groupe"))
+        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.textLabel6.setText(self.__tr("Filtre"))
         self.BNext.setText(QString.null)
         QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
-        self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
         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.Commentaire.setText(QString.null)
 
 
     def LBNouvCommandeClicked(self):
index e8d3037b0d5390710fb61da07d5afa8aa5b0ece7..8f4578b08e7d80650a24d024c0b0d86866f098e4 100644 (file)
     <property name="caption">
         <string>DComm</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="frameShape">
-            <enum>NoFrame</enum>
-        </property>
-        <property name="frameShadow">
-            <enum>Plain</enum>
-        </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="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
             <property name="name">
-                <cstring>MotClef</cstring>
+                <cstring>TWChoix</cstring>
             </property>
-            <attribute name="title">
-                <string>Ajouter Mot-Clef</string>
-            </attribute>
-            <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">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>LBRegles</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>260</x>
-                        <y>40</y>
-                        <width>230</width>
-                        <height>290</height>
-                    </rect>
+                    <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="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>
             </widget>
-            <widget class="QLabel">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>10</y>
-                        <width>140</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>
+                    <cstring>Concept</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Nommer Concept</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QGroupBox" row="0" column="0">
+                        <property name="name">
+                            <cstring>groupBox1</cstring>
+                        </property>
+                        <property name="title">
+                            <string>Concept</string>
+                        </property>
+                        <widget class="QLabel">
+                            <property name="name">
+                                <cstring>textLabel1_3</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>80</x>
+                                    <y>50</y>
+                                    <width>130</width>
+                                    <height>31</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>&lt;u&gt;Nom du concept :&lt;/u&gt;</string>
+                            </property>
+                        </widget>
+                        <widget class="QLabel">
+                            <property name="name">
+                                <cstring>textLabel1_3_2</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>80</x>
+                                    <y>170</y>
+                                    <width>150</width>
+                                    <height>31</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>&lt;u&gt;Type du concept :&lt;/u&gt;</string>
+                            </property>
+                        </widget>
+                        <widget class="QLineEdit">
+                            <property name="name">
+                                <cstring>LENomConcept</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>80</x>
+                                    <y>110</y>
+                                    <width>310</width>
+                                    <height>30</height>
+                                </rect>
+                            </property>
+                        </widget>
+                        <widget class="QLabel">
+                            <property name="name">
+                                <cstring>textLabel3</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>10</x>
+                                    <y>200</y>
+                                    <width>290</width>
+                                    <height>31</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>L'opérateur retourne un concept de type :</string>
+                            </property>
+                        </widget>
+                        <widget class="QLabel">
+                            <property name="name">
+                                <cstring>typeConcept</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>310</x>
+                                    <y>200</y>
+                                    <width>130</width>
+                                    <height>31</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>TypeDuConcept</string>
+                            </property>
+                        </widget>
+                    </widget>
+                </grid>
             </widget>
-            <widget class="QLabel">
+            <widget class="QWidget">
                 <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>
+                    <cstring>Commande</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Nouvelle Commande</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <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>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 class="QRadioButton">
+                            <property name="name">
+                                <cstring>RBGroupe</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>20</x>
+                                    <y>40</y>
+                                    <width>110</width>
+                                    <height>20</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>par groupe</string>
+                            </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="QListBox" row="2" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>LBNouvCommande</cstring>
+                        </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="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>
+                    </widget>
+                </grid>
             </widget>
         </widget>
-        <widget class="QWidget">
+        <widget class="QPushButton" row="2" column="0">
             <property name="name">
-                <cstring>Concept</cstring>
+                <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>
-            <attribute name="title">
-                <string>Nommer Concept</string>
-            </attribute>
-            <widget class="QGroupBox">
-                <property name="name">
-                    <cstring>groupBox1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>0</x>
-                        <y>10</y>
-                        <width>520</width>
-                        <height>380</height>
-                    </rect>
-                </property>
-                <property name="title">
-                    <string>Concept</string>
-                </property>
-                <widget class="QLabel">
-                    <property name="name">
-                        <cstring>textLabel1_3</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>80</x>
-                            <y>50</y>
-                            <width>82</width>
-                            <height>31</height>
-                        </rect>
-                    </property>
-                    <property name="text">
-                        <string>&lt;u&gt;Nom du concept :&lt;/u&gt;</string>
-                    </property>
-                </widget>
-                <widget class="QLabel">
-                    <property name="name">
-                        <cstring>textLabel1_3_2</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>80</x>
-                            <y>170</y>
-                            <width>82</width>
-                            <height>31</height>
-                        </rect>
-                    </property>
-                    <property name="text">
-                        <string>&lt;u&gt;Type du concept :&lt;/u&gt;</string>
-                    </property>
-                </widget>
-                <widget class="QLabel">
-                    <property name="name">
-                        <cstring>textLabel3</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>80</x>
-                            <y>200</y>
-                            <width>230</width>
-                            <height>31</height>
-                        </rect>
-                    </property>
-                    <property name="text">
-                        <string>L'opérateur courant retourne un concept de type :</string>
-                    </property>
-                </widget>
-                <widget class="QLineEdit">
-                    <property name="name">
-                        <cstring>LENomConcept</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>80</x>
-                            <y>110</y>
-                            <width>310</width>
-                            <height>30</height>
-                        </rect>
-                    </property>
-                </widget>
-                <widget class="QLabel">
-                    <property name="name">
-                        <cstring>typeConcept</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>320</x>
-                            <y>200</y>
-                            <width>100</width>
-                            <height>31</height>
-                        </rect>
-                    </property>
-                    <property name="text">
-                        <string>TypeDuConcept</string>
-                    </property>
-                </widget>
-            </widget>
         </widget>
-        <widget class="QWidget">
+        <widget class="QPushButton" row="2" column="1">
             <property name="name">
-                <cstring>Commande</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="2">
+            <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="frameShape">
+                <enum>NoFrame</enum>
+            </property>
+            <property name="frameShadow">
+                <enum>Plain</enum>
+            </property>
+            <property name="text">
+                <string></string>
             </property>
-            <attribute name="title">
-                <string>Nouvelle Commande</string>
-            </attribute>
-            <widget class="QLabel">
-                <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>298</x>
-                        <y>17</y>
-                        <width>151</width>
-                        <height>70</height>
-                    </rect>
-                </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>101</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="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="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>
-            <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>
-    </widget>
+    </grid>
 </widget>
 <images>
     <image name="image0">
index 78d4a8a2d9afda078137921eaf3f02ea9eb1d78f..dc1f1c3700bbbb5f1a2c79678e7d563b4a0b4a03 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desCommentaire.ui'
 #
-# Created: mar oct 30 12:05:11 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,25 +20,32 @@ class DComment(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DCommentLayout = QGridLayout(self,1,1,11,6,"DCommentLayout")
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(310,420,142,30))
-        self.bSup.setAutoDefault(1)
+        layout1 = QHBoxLayout(None,0,6,"layout1")
 
         self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setGeometry(QRect(10,420,142,30))
         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)
+
+        DCommentLayout.addLayout(layout1,2,0)
 
         self.textLabel1 = QLabel(self,"textLabel1")
-        self.textLabel1.setGeometry(QRect(160,10,120,21))
+
+        DCommentLayout.addWidget(self.textLabel1,0,0)
 
         self.textCommentaire = QTextEdit(self,"textCommentaire")
-        self.textCommentaire.setGeometry(QRect(10,40,451,360))
 
-        self.bOk = QPushButton(self,"bOk")
-        self.bOk.setGeometry(QRect(160,420,142,30))
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
+        DCommentLayout.addWidget(self.textCommentaire,1,0)
 
         self.languageChange()
 
@@ -50,16 +57,16 @@ class DComment(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("Form1"))
-        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.textLabel1.setText(self.__tr("<p align=\"center\"><b>Texte du Commentaire</b></p>"))
         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>"))
 
 
     def TexteCommentaireEntre(self):
index 5c0a3b5c86f427456b570cb10f9c2acf2e65b1dc..0d6a904ad8d09492b261a063fa349a4695aea7f3 100644 (file)
     <property name="caption">
         <string>Form1</string>
     </property>
-    <widget class="QPushButton">
+    <grid>
         <property name="name">
-            <cstring>bSup</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>310</x>
-                <y>420</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>bHelp</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>420</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="QLabel">
-        <property name="name">
-            <cstring>textLabel1</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>160</x>
-                <y>10</y>
-                <width>120</width>
-                <height>21</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;p align="center"&gt;&lt;b&gt;Texte du Commentaire&lt;/b&gt;&lt;/p&gt;</string>
-        </property>
-    </widget>
-    <widget class="QTextEdit">
-        <property name="name">
-            <cstring>textCommentaire</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>40</y>
-                <width>451</width>
-                <height>360</height>
-            </rect>
-        </property>
-    </widget>
-    <widget class="QPushButton">
-        <property name="name">
-            <cstring>bOk</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>160</x>
-                <y>420</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>
+            <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="0" column="0">
+            <property name="name">
+                <cstring>textLabel1</cstring>
+            </property>
+            <property name="text">
+                <string>&lt;p align="center"&gt;&lt;b&gt;Texte du Commentaire&lt;/b&gt;&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QTextEdit" row="1" column="0">
+            <property name="name">
+                <cstring>textCommentaire</cstring>
+            </property>
+        </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 816373ef6d4653e69fba7431d84fd43581226513..54ced03134a0df0e187252a9e5da8437439dabd4 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desError.ui'
 #
-# Created: lun aoû 20 10:39:18 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,13 +20,23 @@ class DError(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DErrorLayout = QGridLayout(self,1,1,11,6,"DErrorLayout")
+
+        self.textLabel1_3 = QLabel(self,"textLabel1_3")
+
+        DErrorLayout.addWidget(self.textLabel1_3,0,0)
+
+        layout1 = QHBoxLayout(None,0,6,"layout1")
+        spacer1_2 = QSpacerItem(171,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout1.addItem(spacer1_2)
 
         self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(170,430,142,30))
         self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
+        spacer1 = QSpacerItem(171,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout1.addItem(spacer1)
 
-        self.textLabel1_3 = QLabel(self,"textLabel1_3")
-        self.textLabel1_3.setGeometry(QRect(60,110,330,110))
+        DErrorLayout.addLayout(layout1,1,0)
 
         self.languageChange()
 
@@ -38,10 +48,10 @@ class DError(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DInactif"))
+        self.textLabel1_3.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x34\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x4c\x65\x20\x6e\x6f\x65\x75\x64\x20\x73\xc3\xa9\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x20\x6e\x65\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x20\x70\x61\x73\x20\xc3\xa0\x20\x75\x6e\x20\x6f\x62\x6a\x65\x74\x20\x61\x63\x74\x69\x66\x2e\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.textLabel1_3.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x34\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x4c\x65\x20\x6e\x6f\x65\x75\x64\x20\x73\xc3\xa9\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x20\x6e\x65\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x20\x70\x61\x73\x20\xc3\xa0\x20\x75\x6e\x20\x6f\x62\x6a\x65\x74\x20\x61\x63\x74\x69\x66\x2e\x3c\x2f\x70\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
 
 
     def BSupPressed(self):
index 370e1760fd6a8f14c94a13eb01956b886e19dd7a..9dd94bbd0a8853f58a5d754cfdfb4aa03a02dad9 100644 (file)
     <property name="caption">
         <string>DInactif</string>
     </property>
-    <widget class="QPushButton">
+    <grid>
         <property name="name">
-            <cstring>bSup</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>170</x>
-                <y>430</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="QLabel">
-        <property name="name">
-            <cstring>textLabel1_3</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>60</x>
-                <y>110</y>
-                <width>330</width>
-                <height>110</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;font size="+4"&gt;&lt;p align="center"&gt;Le noeud sélectionné ne correspond pas à un objet actif.&lt;/p&gt;&lt;/font&gt;</string>
-        </property>
-    </widget>
+        <widget class="QLabel" row="0" column="0">
+            <property name="name">
+                <cstring>textLabel1_3</cstring>
+            </property>
+            <property name="text">
+                <string>&lt;font size="+4"&gt;&lt;p align="center"&gt;Le noeud sélectionné ne correspond pas à un objet actif.&lt;/p&gt;&lt;/font&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="1" column="0">
+            <property name="name">
+                <cstring>layout1</cstring>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <spacer>
+                    <property name="name">
+                        <cstring>spacer1_2</cstring>
+                    </property>
+                    <property name="orientation">
+                        <enum>Horizontal</enum>
+                    </property>
+                    <property name="sizeType">
+                        <enum>Expanding</enum>
+                    </property>
+                    <property name="sizeHint">
+                        <size>
+                            <width>171</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>
+                <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>171</width>
+                            <height>20</height>
+                        </size>
+                    </property>
+                </spacer>
+            </hbox>
+        </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 5c5aa32e07477475ff6b0cecf3e2f0e9a1b5b22a..2142a0ed9cff2a63ed0d724b24b81b99d45e8645 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desFormule.ui'
 #
-# Created: mar aoû 7 16:45:45 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -45,99 +45,137 @@ class DFormule(QWidget):
 
         self.setMinimumSize(QSize(505,0))
 
+        DFormuleLayout = QGridLayout(self,1,1,11,6,"DFormuleLayout")
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(320,440,142,30))
-        self.bSup.setAutoDefault(1)
+        self.Commentaire = QLabel(self,"Commentaire")
+
+        DFormuleLayout.addWidget(self.Commentaire,1,0)
+
+        layout2 = QHBoxLayout(None,0,6,"layout2")
 
         self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setGeometry(QRect(10,440,142,30))
         self.bHelp.setAutoDefault(1)
-
-        self.Commentaire = QLabel(self,"Commentaire")
-        self.Commentaire.setGeometry(QRect(-8,404,490,20))
+        layout2.addWidget(self.bHelp)
 
         self.bOk = QPushButton(self,"bOk")
-        self.bOk.setGeometry(QRect(170,440,142,30))
         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)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
-        self.TWChoix.setGeometry(QRect(0,0,500,400))
 
         self.Formule = QWidget(self.TWChoix,"Formule")
+        FormuleLayout = QGridLayout(self.Formule,1,1,11,6,"FormuleLayout")
+
+        self.textLabel1_5 = QLabel(self.Formule,"textLabel1_5")
+        self.textLabel1_5.setMinimumSize(QSize(0,0))
+
+        FormuleLayout.addMultiCellWidget(self.textLabel1_5,4,4,0,1)
+
+        self.LECorpsFormule = QLineEdit(self.Formule,"LECorpsFormule")
+
+        FormuleLayout.addMultiCellWidget(self.LECorpsFormule,5,5,0,1)
 
         self.textLabel1_2 = QLabel(self.Formule,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(290,10,80,20))
+
+        FormuleLayout.addWidget(self.textLabel1_2,0,1)
 
         self.textLabel1 = QLabel(self.Formule,"textLabel1")
-        self.textLabel1.setGeometry(QRect(30,10,160,30))
         self.textLabel1.setMinimumSize(QSize(0,0))
 
-        self.textLabel2 = QLabel(self.Formule,"textLabel2")
-        self.textLabel2.setGeometry(QRect(220,40,220,20))
-
-        self.textLabel1_5 = QLabel(self.Formule,"textLabel1_5")
-        self.textLabel1_5.setGeometry(QRect(30,180,420,20))
-        self.textLabel1_5.setMinimumSize(QSize(0,0))
+        FormuleLayout.addWidget(self.textLabel1,0,0)
 
         self.textLabel1_3_2 = QLabel(self.Formule,"textLabel1_3_2")
-        self.textLabel1_3_2.setGeometry(QRect(28,306,401,31))
 
-        self.textLabel1_6 = QLabel(self.Formule,"textLabel1_6")
-        self.textLabel1_6.setGeometry(QRect(210,60,20,50))
+        FormuleLayout.addMultiCellWidget(self.textLabel1_3_2,7,7,0,1)
 
-        self.textLabel2_2 = QLabel(self.Formule,"textLabel2_2")
-        self.textLabel2_2.setGeometry(QRect(210,130,49,20))
+        self.textLabel1_3 = QLabel(self.Formule,"textLabel1_3")
 
-        self.textLabel1_6_2 = QLabel(self.Formule,"textLabel1_6_2")
-        self.textLabel1_6_2.setGeometry(QRect(450,60,20,50))
+        FormuleLayout.addMultiCellWidget(self.textLabel1_3,6,6,0,1)
+
+        self.textLabel2 = QLabel(self.Formule,"textLabel2")
+
+        FormuleLayout.addWidget(self.textLabel2,1,1)
+
+        layout6 = QHBoxLayout(None,0,6,"layout6")
 
         self.LENomFormule = QLineEdit(self.Formule,"LENomFormule")
-        self.LENomFormule.setGeometry(QRect(30,70,171,31))
+        self.LENomFormule.setMinimumSize(QSize(0,40))
+        layout6.addWidget(self.LENomFormule)
+
+        layout4 = QHBoxLayout(None,0,6,"layout4")
+
+        self.textLabel1_6 = QLabel(self.Formule,"textLabel1_6")
+        layout4.addWidget(self.textLabel1_6)
 
         self.LENomsArgs = QLineEdit(self.Formule,"LENomsArgs")
-        self.LENomsArgs.setGeometry(QRect(220,70,230,31))
+        self.LENomsArgs.setMinimumSize(QSize(230,40))
+        layout4.addWidget(self.LENomsArgs)
 
-        self.textLabel1_3 = QLabel(self.Formule,"textLabel1_3")
-        self.textLabel1_3.setGeometry(QRect(90,260,300,20))
+        self.textLabel1_6_2 = QLabel(self.Formule,"textLabel1_6_2")
+        layout4.addWidget(self.textLabel1_6_2)
+        layout6.addLayout(layout4)
 
-        self.LECorpsFormule = QLineEdit(self.Formule,"LECorpsFormule")
-        self.LECorpsFormule.setGeometry(QRect(20,220,440,31))
+        FormuleLayout.addMultiCellLayout(layout6,2,2,0,1)
+
+        self.textLabel2_2 = QLabel(self.Formule,"textLabel2_2")
+
+        FormuleLayout.addWidget(self.textLabel2_2,3,1)
         self.TWChoix.insertTab(self.Formule,QString(""))
 
         self.Commande = QWidget(self.TWChoix,"Commande")
-
-        self.textLabel6 = QLabel(self.Commande,"textLabel6")
-        self.textLabel6.setGeometry(QRect(10,60,60,30))
+        CommandeLayout = QGridLayout(self.Commande,1,1,11,6,"CommandeLayout")
 
         self.textLabel4 = QLabel(self.Commande,"textLabel4")
-        self.textLabel4.setGeometry(QRect(90,340,300,30))
 
-        self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
-        self.LBNouvCommande.setGeometry(QRect(50,100,410,240))
+        CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
+
+        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))
+        LayoutWidget = QWidget(self.buttonGroup1,"layout1")
+        LayoutWidget.setGeometry(QRect(20,20,113,48))
+        layout1 = QVBoxLayout(LayoutWidget,11,6,"layout1")
 
-        self.RBalpha = QRadioButton(self.buttonGroup1,"RBalpha")
-        self.RBalpha.setGeometry(QRect(20,20,101,20))
+        self.RBalpha = QRadioButton(LayoutWidget,"RBalpha")
         self.RBalpha.setChecked(1)
+        layout1.addWidget(self.RBalpha)
+
+        self.RBGroupe = QRadioButton(LayoutWidget,"RBGroupe")
+        layout1.addWidget(self.RBGroupe)
+
+        CommandeLayout.addMultiCellWidget(self.buttonGroup1,0,1,3,3)
 
         self.LEFiltre = QLineEdit(self.Commande,"LEFiltre")
-        self.LEFiltre.setGeometry(QRect(50,60,160,30))
+        self.LEFiltre.setMinimumSize(QSize(160,30))
 
-        self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4")
-        self.textLabel1_4.setGeometry(QRect(50,20,171,21))
+        CommandeLayout.addWidget(self.LEFiltre,1,1)
 
         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.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
+
+        CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
         self.TWChoix.insertTab(self.Commande,QString(""))
 
+        DFormuleLayout.addWidget(self.TWChoix,0,0)
+
         self.languageChange()
 
         self.resize(QSize(529,484).expandedTo(self.minimumSizeHint()))
@@ -158,34 +196,34 @@ class DFormule(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DMacro"))
-        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.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.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>"))
+        self.textLabel1_3_2.setText(self.__trUtf8("\x43\x65\x20\x6e\x27\x65\x73\x74\x20\x71\x75\x27\x61\x70\x72\xc3\xa8\x73\x20\x61\x76\x6f\x69\x72\x20\x61\x70\x70\x75\x79\xc3\xa9\x20\x73\x75\x72\x20\x6c\x65\x20\x62\x6f\x75\x74\x6f\x6e\x20\x56\x61\x6c\x69\x64\x65\x72\x20\x71\x75\x65\x20\x6c\x65\x73\x20\x6e\x6f\x75\x76\x65\x6c\x6c\x65\x73\x0a\x76\x61\x6c\x65\x75\x72\x73\x20\x73\x65\x72\x6f\x6e\x74\x20\x65\x66\x66\x65\x63\x74\x69\x76\x65\x6d\x65\x6e\x74\x20\x70\x72\x69\x73\x65\x73\x20\x65\x6e\x20\x63\x6f\x6d\x70\x74\x65"))
+        self.textLabel1_3.setText(self.__trUtf8("\x52\x65\x74\x6f\x75\x72\x2d\x43\x68\x61\x72\x69\x6f\x74\x20\x70\x65\x72\x6d\x65\x74\x20\x64\x65\x20\x76\xc3\xa9\x72\x69\x66\x69\x65\x72\x20\x71\x75\x65\x20\x6c\x27\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x20\x65\x73\x74\x20\x76\x61\x6c\x69\x64\x65\x2e"))
         self.textLabel2.setText(self.__trUtf8("\x76\x61\x72\x69\x61\x62\x6c\x65\x73\x20\x73\xc3\xa9\x70\x61\x72\xc3\xa9\x65\x73\x20\x70\x61\x72\x20\x64\x65\x73\x20\x22\x2c\x22\x20\x70\x61\x72\x20\x65\x78\x2e\x20\x3a\x20\x78\x2c\x79\x2c\x7a"))
-        self.textLabel1_5.setText(self.__tr("<h3><p align=\"center\"><u><b>Corps de la formule</b></u></p></h3>"))
-        self.textLabel1_3_2.setText(self.__trUtf8("\x43\x65\x20\x6e\x27\x65\x73\x74\x20\x71\x75\x27\x61\x70\x72\xc3\xa8\x73\x20\x61\x76\x6f\x69\x72\x20\x61\x70\x70\x75\x79\xc3\xa9\x20\x73\x75\x72\x20\x6c\x65\x20\x62\x6f\x75\x74\x6f\x6e\x20\x56\x61\x6c\x69\x64\x65\x72\x20\x71\x75\x65\x20\x6c\x65\x73\x20\x6e\x6f\x75\x76\x65\x6c\x6c\x65\x73\x0a\x76\x61\x65\x6c\x75\x72\x73\x20\x73\x65\x72\x6f\x6e\x74\x20\x65\x66\x66\x65\x63\x74\x69\x76\x65\x6d\x65\x6e\x74\x20\x70\x72\x69\x73\x65\x73\x20\x65\x6e\x20\x63\x6f\x6d\x70\x74\x65"))
         self.textLabel1_6.setText(self.__tr("<h1><b>(</b></h1>"))
-        self.textLabel2_2.setText(self.__tr("<font size=\"+4\" face=\"Helvetica\"><b>=</b></font>"))
         self.textLabel1_6_2.setText(self.__tr("<h1><b>)</b></h1>"))
-        self.textLabel1_3.setText(self.__trUtf8("\x52\x65\x74\x6f\x75\x72\x2d\x43\x68\x61\x72\x69\x6f\x74\x20\x70\x65\x72\x6d\x65\x74\x20\x64\x65\x20\x76\xc3\xa9\x72\x69\x66\x69\x65\x72\x20\x71\x75\x65\x20\x6c\x27\x65\x78\x70\x72\x65\x73\x73\x69\x6f\x6e\x20\x65\x73\x74\x20\x76\x61\x6c\x69\x64\x65\x2e"))
+        self.textLabel2_2.setText(self.__tr("<font size=\"+4\" face=\"Helvetica\"><b>=</b></font>"))
         self.TWChoix.changeTab(self.Formule,self.__trUtf8("\x44\xc3\xa9\x66\x69\x6e\x69\x74\x69\x6f\x6e\x20\x46\x6f\x72\x6d\x75\x6c\x65"))
-        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.textLabel4.setText(self.__trUtf8("\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x6c\x65\x66\x74\x22\x3e\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\x3c\x2f\x70\x3e"))
+        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.RBGroupe.setText(self.__tr("par groupe"))
         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"))
 
 
index 5afefa162b06a82e14e700ed4732d1610c3a1fad..09f8ba622c347483ff0afed393a19cbcd164241e 100644 (file)
     <property name="caption">
         <string>DMacro</string>
     </property>
-    <widget class="QPushButton">
+    <grid>
         <property name="name">
-            <cstring>bSup</cstring>
+            <cstring>unnamed</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>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="QLabel">
-        <property name="name">
-            <cstring>Commentaire</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>-8</x>
-                <y>404</y>
-                <width>490</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string></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="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>Formule</cstring>
+                <cstring>Commentaire</cstring>
+            </property>
+            <property name="text">
+                <string></string>
             </property>
-            <attribute name="title">
-                <string>Définition Formule</string>
-            </attribute>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>290</x>
-                        <y>10</y>
-                        <width>80</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;h3&gt;&lt;p align="center"&gt;&lt;u&gt;&lt;b&gt;Arguments&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>30</x>
-                        <y>10</y>
-                        <width>160</width>
-                        <height>30</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;Nom de la formule&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>220</x>
-                        <y>40</y>
-                        <width>220</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>variables séparées par des "," par ex. : x,y,z</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_5</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>30</x>
-                        <y>180</y>
-                        <width>420</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;Corps de la formule&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_3_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>28</x>
-                        <y>306</y>
-                        <width>401</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Ce n'est qu'après avoir appuyé sur le bouton Valider que les nouvelles
-vaelurs seront effectivement prises en compte</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_6</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>210</x>
-                        <y>60</y>
-                        <width>20</width>
-                        <height>50</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;h1&gt;&lt;b&gt;(&lt;/b&gt;&lt;/h1&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>210</x>
-                        <y>130</y>
-                        <width>49</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+4" face="Helvetica"&gt;&lt;b&gt;=&lt;/b&gt;&lt;/font&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_6_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>450</x>
-                        <y>60</y>
-                        <width>20</width>
-                        <height>50</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;h1&gt;&lt;b&gt;)&lt;/b&gt;&lt;/h1&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LENomFormule</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>30</x>
-                        <y>70</y>
-                        <width>171</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LENomsArgs</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>220</x>
-                        <y>70</y>
-                        <width>230</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_3</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>90</x>
-                        <y>260</y>
-                        <width>300</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Retour-Chariot permet de vérifier que l'expression est valide.</string>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LECorpsFormule</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>20</x>
-                        <y>220</y>
-                        <width>440</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-            </widget>
         </widget>
-        <widget class="QWidget">
+        <widget class="QLayoutWidget" row="2" column="0">
             <property name="name">
-                <cstring>Commande</cstring>
+                <cstring>layout2</cstring>
             </property>
-            <attribute name="title">
-                <string>Nouvelle Commande</string>
-            </attribute>
-            <widget class="QLabel">
+            <hbox>
                 <property name="name">
-                    <cstring>textLabel6</cstring>
+                    <cstring>unnamed</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>
-                </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">
+            </hbox>
+        </widget>
+        <widget class="QTabWidget" row="0" column="0">
+            <property name="name">
+                <cstring>TWChoix</cstring>
+            </property>
+            <widget class="QWidget">
                 <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>
+                    <cstring>Formule</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Définition Formule</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QLabel" row="4" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>textLabel1_5</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;Corps de la formule&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QLineEdit" row="5" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>LECorpsFormule</cstring>
+                        </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;Arguments&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
+                        </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;Nom de la formule&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel" row="7" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>textLabel1_3_2</cstring>
+                        </property>
+                        <property name="text">
+                            <string>Ce n'est qu'après avoir appuyé sur le bouton Valider que les nouvelles
+valeurs seront effectivement prises en compte</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel" row="6" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>textLabel1_3</cstring>
+                        </property>
+                        <property name="text">
+                            <string>Retour-Chariot permet de vérifier que l'expression est valide.</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel" row="1" column="1">
+                        <property name="name">
+                            <cstring>textLabel2</cstring>
+                        </property>
+                        <property name="text">
+                            <string>variables séparées par des "," par ex. : x,y,z</string>
+                        </property>
+                    </widget>
+                    <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>layout6</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QLineEdit">
+                                <property name="name">
+                                    <cstring>LENomFormule</cstring>
+                                </property>
+                                <property name="minimumSize">
+                                    <size>
+                                        <width>0</width>
+                                        <height>40</height>
+                                    </size>
+                                </property>
+                            </widget>
+                            <widget class="QLayoutWidget">
+                                <property name="name">
+                                    <cstring>layout4</cstring>
+                                </property>
+                                <hbox>
+                                    <property name="name">
+                                        <cstring>unnamed</cstring>
+                                    </property>
+                                    <widget class="QLabel">
+                                        <property name="name">
+                                            <cstring>textLabel1_6</cstring>
+                                        </property>
+                                        <property name="text">
+                                            <string>&lt;h1&gt;&lt;b&gt;(&lt;/b&gt;&lt;/h1&gt;</string>
+                                        </property>
+                                    </widget>
+                                    <widget class="QLineEdit">
+                                        <property name="name">
+                                            <cstring>LENomsArgs</cstring>
+                                        </property>
+                                        <property name="minimumSize">
+                                            <size>
+                                                <width>230</width>
+                                                <height>40</height>
+                                            </size>
+                                        </property>
+                                    </widget>
+                                    <widget class="QLabel">
+                                        <property name="name">
+                                            <cstring>textLabel1_6_2</cstring>
+                                        </property>
+                                        <property name="text">
+                                            <string>&lt;h1&gt;&lt;b&gt;)&lt;/b&gt;&lt;/h1&gt;</string>
+                                        </property>
+                                    </widget>
+                                </hbox>
+                            </widget>
+                        </hbox>
+                    </widget>
+                    <widget class="QLabel" row="3" column="1">
+                        <property name="name">
+                            <cstring>textLabel2_2</cstring>
+                        </property>
+                        <property name="text">
+                            <string>&lt;font size="+4" face="Helvetica"&gt;&lt;b&gt;=&lt;/b&gt;&lt;/font&gt;</string>
+                        </property>
+                    </widget>
+                </grid>
             </widget>
-            <widget class="QToolButton">
+            <widget class="QWidget">
                 <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>
+                    <cstring>Commande</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Nouvelle Commande</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QLabel" row="3" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>textLabel4</cstring>
+                        </property>
+                        <property name="text">
+                            <string>&lt;p align="left"&gt;La commande choisie sera ajoutée APRES la commande courante&lt;/p&gt;</string>
+                        </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="QLayoutWidget">
+                            <property name="name">
+                                <cstring>layout1</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>20</x>
+                                    <y>20</y>
+                                    <width>113</width>
+                                    <height>48</height>
+                                </rect>
+                            </property>
+                            <vbox>
+                                <property name="name">
+                                    <cstring>unnamed</cstring>
+                                </property>
+                                <widget class="QRadioButton">
+                                    <property name="name">
+                                        <cstring>RBalpha</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>alphabétique</string>
+                                    </property>
+                                    <property name="checked">
+                                        <bool>true</bool>
+                                    </property>
+                                </widget>
+                                <widget class="QRadioButton">
+                                    <property name="name">
+                                        <cstring>RBGroupe</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>par groupe</string>
+                                    </property>
+                                </widget>
+                            </vbox>
+                        </widget>
+                    </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>
+                    <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="QListBox" row="2" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>LBNouvCommande</cstring>
+                        </property>
+                    </widget>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <images>
     <image name="image0">
index 72b72ff53e5cb92a596700f8e80a3b7f03182c96..1c0a6f89ab7aac54b7f5616348f26af27bae3afb 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desInactif.ui'
 #
-# Created: lun mar 5 14:01:29 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,22 +20,27 @@ class DInactif(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DInactifLayout = QGridLayout(self,1,1,11,6,"DInactifLayout")
 
-        self.textLabel1_4 = QLabel(self,"textLabel1_4")
-        self.textLabel1_4.setGeometry(QRect(30,240,420,20))
+        self.textLabel1_3 = QLabel(self,"textLabel1_3")
+
+        DInactifLayout.addWidget(self.textLabel1_3,0,0)
 
         self.textLabel1 = QLabel(self,"textLabel1")
-        self.textLabel1.setGeometry(QRect(30,220,420,20))
 
-        self.textLabel1_4_2 = QLabel(self,"textLabel1_4_2")
-        self.textLabel1_4_2.setGeometry(QRect(30,260,420,20))
+        DInactifLayout.addWidget(self.textLabel1,1,0)
+
+        layout1 = QHBoxLayout(None,0,6,"layout1")
+        spacer2 = QSpacerItem(171,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout1.addItem(spacer2)
 
         self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(170,430,142,30))
         self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
+        spacer1 = QSpacerItem(171,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout1.addItem(spacer1)
 
-        self.textLabel1_3 = QLabel(self,"textLabel1_3")
-        self.textLabel1_3.setGeometry(QRect(20,130,420,20))
+        DInactifLayout.addLayout(layout1,2,0)
 
         self.languageChange()
 
@@ -46,18 +51,12 @@ class DInactif(QWidget):
 
 
     def languageChange(self):
-        self.setCaption(QString.null)
-        self.textLabel1_4.setText(self.__tr("<font size=\"+2\"><p align=\"center\">\n"
-" DEBUT / POURSUITE et FIN\n"
-"</p></font>"))
-        self.textLabel1.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x32\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x0a\x53\x65\x75\x6c\x65\x73\x20\x6c\x65\x73\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x73\x20\x70\x6c\x61\x63\xc3\xa9\x65\x73\x20\x65\x6e\x74\x72\x65\x20\x3a\x0a\x3c\x2f\x70\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
-        self.textLabel1_4_2.setText(self.__tr("<font size=\"+2\"><p align=\"center\">\n"
-"sont actives\n"
-"</p></font>"))
+        self.setCaption(self.__tr("DInactif"))
+        self.textLabel1_3.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x32\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x4c\x65\x20\x6e\x6f\x65\x75\x64\x20\x73\xc3\xa9\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x20\x6e\x65\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x20\x70\x61\x73\x20\xc3\xa0\x20\x75\x6e\x20\x6f\x62\x6a\x65\x74\x20\x61\x63\x74\x69\x66\x2e\x3c\x2f\x70\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
+        self.textLabel1.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x32\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x0a\x53\x65\x75\x6c\x65\x73\x20\x6c\x65\x73\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x73\x20\x70\x6c\x61\x63\xc3\xa9\x65\x73\x20\x65\x6e\x74\x72\x65\x20\x3a\x0a\x0a\x44\x45\x42\x55\x54\x20\x2f\x20\x46\x49\x4e\x0a\x0a\x73\x6f\x6e\x74\x20\x61\x63\x74\x69\x76\x65\x73\x0a\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.textLabel1_3.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x32\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x4c\x65\x20\x6e\x6f\x65\x75\x64\x20\x73\xc3\xa9\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x20\x6e\x65\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x20\x70\x61\x73\x20\xc3\xa0\x20\x75\x6e\x20\x6f\x62\x6a\x65\x74\x20\x61\x63\x74\x69\x66\x2e\x3c\x2f\x70\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
 
 
     def BSupPressed(self):
index c5a6b800a6cf1776a49b7017edcfd0cbdaa8af40..1b8f7f3206145ffb03434dff76f64cb4ba39ecaf 100644 (file)
         </size>
     </property>
     <property name="caption">
-        <string></string>
+        <string>DInactif</string>
     </property>
-    <widget class="QLabel">
+    <grid>
         <property name="name">
-            <cstring>textLabel1_4</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>30</x>
-                <y>240</y>
-                <width>420</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;font size="+2"&gt;&lt;p align="center"&gt;
- DEBUT / POURSUITE et FIN
-&lt;/p&gt;&lt;/font&gt;</string>
-        </property>
-    </widget>
-    <widget class="QLabel">
-        <property name="name">
-            <cstring>textLabel1</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>30</x>
-                <y>220</y>
-                <width>420</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;font size="+2"&gt;&lt;p align="center"&gt;
+            <cstring>unnamed</cstring>
+        </property>
+        <widget class="QLabel" row="0" column="0">
+            <property name="name">
+                <cstring>textLabel1_3</cstring>
+            </property>
+            <property name="text">
+                <string>&lt;font size="+2"&gt;&lt;p align="center"&gt;Le noeud sélectionné ne correspond pas à un objet actif.&lt;/p&gt;&lt;/font&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="1" column="0">
+            <property name="name">
+                <cstring>textLabel1</cstring>
+            </property>
+            <property name="text">
+                <string>&lt;font size="+2"&gt;&lt;p align="center"&gt;
 Seules les commandes placées entre :
-&lt;/p&gt;&lt;/font&gt;</string>
-        </property>
-    </widget>
-    <widget class="QLabel">
-        <property name="name">
-            <cstring>textLabel1_4_2</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>30</x>
-                <y>260</y>
-                <width>420</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;font size="+2"&gt;&lt;p align="center"&gt;
+
+DEBUT / FIN
+
 sont actives
 &lt;/p&gt;&lt;/font&gt;</string>
-        </property>
-    </widget>
-    <widget class="QPushButton">
-        <property name="name">
-            <cstring>bSup</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>170</x>
-                <y>430</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="QLabel">
-        <property name="name">
-            <cstring>textLabel1_3</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>20</x>
-                <y>130</y>
-                <width>420</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;font size="+2"&gt;&lt;p align="center"&gt;Le noeud sélectionné ne correspond pas à un objet actif.&lt;/p&gt;&lt;/font&gt;</string>
-        </property>
-    </widget>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="2" column="0">
+            <property name="name">
+                <cstring>layout1</cstring>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <spacer>
+                    <property name="name">
+                        <cstring>spacer2</cstring>
+                    </property>
+                    <property name="orientation">
+                        <enum>Horizontal</enum>
+                    </property>
+                    <property name="sizeType">
+                        <enum>Expanding</enum>
+                    </property>
+                    <property name="sizeHint">
+                        <size>
+                            <width>171</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>
+                <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>171</width>
+                            <height>20</height>
+                        </size>
+                    </property>
+                </spacer>
+            </hbox>
+        </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 00989bb74d11602553233f313955fd98286ee3e1..fdf345f97aaa397d71f7ca02e2490c6cf8191143 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desInclude.ui'
 #
-# Created: mer aoû 29 09:29:35 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -45,93 +45,119 @@ class DInc1(QWidget):
 
         self.setMinimumSize(QSize(505,0))
 
+        DInc1Layout = QGridLayout(self,1,1,11,6,"DInc1Layout")
 
         self.Commentaire = QLabel(self,"Commentaire")
-        self.Commentaire.setGeometry(QRect(10,410,490,20))
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(320,440,142,30))
-        self.bSup.setAutoDefault(1)
+        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.setGeometry(QRect(170,440,142,30))
         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(self,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
+
+        DInc1Layout.addLayout(layout1,2,0)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
-        self.TWChoix.setGeometry(QRect(0,0,500,400))
 
         self.MotClef = QWidget(self.TWChoix,"MotClef")
-
-        self.textLabel1_2 = QLabel(self.MotClef,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(360,0,50,37))
+        MotClefLayout = QGridLayout(self.MotClef,1,1,11,6,"MotClefLayout")
 
         self.LBMCPermis = QListBox(self.MotClef,"LBMCPermis")
-        self.LBMCPermis.setGeometry(QRect(10,40,220,290))
         self.LBMCPermis.setMinimumSize(QSize(0,0))
 
-        self.LBRegles = QListBox(self.MotClef,"LBRegles")
-        self.LBRegles.setGeometry(QRect(260,40,230,290))
+        MotClefLayout.addWidget(self.LBMCPermis,1,0)
 
         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.LBRegles = QListBox(self.MotClef,"LBRegles")
+
+        MotClefLayout.addWidget(self.LBRegles,1,1)
+
+        self.textLabel1_2 = QLabel(self.MotClef,"textLabel1_2")
+
+        MotClefLayout.addWidget(self.textLabel1_2,0,1)
         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.textLabel4 = QLabel(self.Commande,"textLabel4")
-        self.textLabel4.setGeometry(QRect(90,340,300,30))
+        CommandeLayout.addWidget(self.textLabel6,1,0)
 
         self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
-        self.LBNouvCommande.setGeometry(QRect(50,100,410,240))
+
+        CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
 
         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))
+
+        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.setGeometry(QRect(220,60,30,31))
         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(""))
 
         self.TabPage = QWidget(self.TWChoix,"TabPage")
 
+        self.BBrowse = QPushButton(self.TabPage,"BBrowse")
+        self.BBrowse.setGeometry(QRect(288,306,161,41))
+        self.BBrowse.setSizePolicy(QSizePolicy(0,0,0,0,self.BBrowse.sizePolicy().hasHeightForWidth()))
+
         self.textLabel1_3 = QLabel(self.TabPage,"textLabel1_3")
-        self.textLabel1_3.setGeometry(QRect(70,50,350,41))
+        self.textLabel1_3.setGeometry(QRect(30,40,440,41))
 
         self.LENomFichier = QLineEdit(self.TabPage,"LENomFichier")
-        self.LENomFichier.setGeometry(QRect(18,127,450,30))
-
-        self.BBrowse = QPushButton(self.TabPage,"BBrowse")
-        self.BBrowse.setGeometry(QRect(288,306,161,41))
+        self.LENomFichier.setGeometry(QRect(18,117,450,40))
+        self.LENomFichier.setSizePolicy(QSizePolicy(0,0,0,0,self.LENomFichier.sizePolicy().hasHeightForWidth()))
+        self.LENomFichier.setMinimumSize(QSize(450,40))
         self.TWChoix.insertTab(self.TabPage,QString(""))
 
         self.TabPage_2 = QWidget(self.TWChoix,"TabPage_2")
+        TabPageLayout = QGridLayout(self.TabPage_2,1,1,11,6,"TabPageLayout")
 
         self.textLabel1_5 = QLabel(self.TabPage_2,"textLabel1_5")
-        self.textLabel1_5.setGeometry(QRect(88,96,290,131))
+
+        TabPageLayout.addWidget(self.textLabel1_5,0,0)
         self.TWChoix.insertTab(self.TabPage_2,QString(""))
 
+        DInc1Layout.addWidget(self.TWChoix,0,0)
+
         self.languageChange()
 
         self.resize(QSize(521,499).expandedTo(self.minimumSizeHint()))
@@ -152,29 +178,29 @@ class DInc1(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.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.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"))
         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.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.textLabel1_3.setText(self.__tr("<font size=\"+1\">La commande INCLUDE requiert un nom de Fichier :</font>"))
         self.BBrowse.setText(self.__tr("Edit"))
+        self.textLabel1_3.setText(self.__tr("<font size=\"+1\">La commande INCLUDE requiert un nom de Fichier :</font>"))
         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"))
index e37c1499e4e3f93840188f586fd2648849a2420b..18c426acab7dbf1fdc2b91d81db4c0c07b84a643 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>
+                    <cstring>unnamed</cstring>
                 </property>
-            </widget>
-            <widget class="QLabel">
+                <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">
+            <property name="name">
+                <cstring>TWChoix</cstring>
+            </property>
+            <widget class="QWidget">
                 <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>
+                    <cstring>MotClef</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Ajouter Mot-Clef</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <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="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="1">
+                        <property name="name">
+                            <cstring>LBRegles</cstring>
+                        </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>
+                </grid>
             </widget>
-            <widget class="QListBox">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>LBNouvCommande</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>100</y>
-                        <width>410</width>
-                        <height>240</height>
-                    </rect>
+                    <cstring>Commande</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Nouvelle Commande</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <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 class="QButtonGroup">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>buttonGroup1</cstring>
+                    <cstring>TabPage</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>
-                </property>
-                <widget class="QRadioButton">
+                <attribute name="title">
+                    <string>Fichier Include</string>
+                </attribute>
+                <widget class="QPushButton">
                     <property name="name">
-                        <cstring>RBGroupe</cstring>
+                        <cstring>BBrowse</cstring>
                     </property>
                     <property name="geometry">
                         <rect>
-                            <x>20</x>
-                            <y>40</y>
-                            <width>101</width>
-                            <height>20</height>
+                            <x>288</x>
+                            <y>306</y>
+                            <width>161</width>
+                            <height>41</height>
                         </rect>
                     </property>
+                    <property name="sizePolicy">
+                        <sizepolicy>
+                            <hsizetype>0</hsizetype>
+                            <vsizetype>0</vsizetype>
+                            <horstretch>0</horstretch>
+                            <verstretch>0</verstretch>
+                        </sizepolicy>
+                    </property>
                     <property name="text">
-                        <string>par groupe</string>
+                        <string>Edit</string>
                     </property>
                 </widget>
-                <widget class="QRadioButton">
+                <widget class="QLabel">
                     <property name="name">
-                        <cstring>RBalpha</cstring>
+                        <cstring>textLabel1_3</cstring>
                     </property>
                     <property name="geometry">
                         <rect>
-                            <x>20</x>
-                            <y>20</y>
-                            <width>101</width>
-                            <height>20</height>
+                            <x>30</x>
+                            <y>40</y>
+                            <width>440</width>
+                            <height>41</height>
                         </rect>
                     </property>
                     <property name="text">
-                        <string>alphabétique</string>
+                        <string>&lt;font size="+1"&gt;La commande INCLUDE requiert un nom de Fichier :&lt;/font&gt;</string>
                     </property>
-                    <property name="checked">
-                        <bool>true</bool>
+                </widget>
+                <widget class="QLineEdit">
+                    <property name="name">
+                        <cstring>LENomFichier</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>18</x>
+                            <y>117</y>
+                            <width>450</width>
+                            <height>40</height>
+                        </rect>
+                    </property>
+                    <property name="sizePolicy">
+                        <sizepolicy>
+                            <hsizetype>0</hsizetype>
+                            <vsizetype>0</vsizetype>
+                            <horstretch>0</horstretch>
+                            <verstretch>0</verstretch>
+                        </sizepolicy>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>450</width>
+                            <height>40</height>
+                        </size>
                     </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">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>textLabel1_4</cstring>
+                    <cstring>TabPage</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>
-        </widget>
-        <widget class="QWidget">
-            <property name="name">
-                <cstring>TabPage</cstring>
-            </property>
-            <attribute name="title">
-                <string>Fichier Include</string>
-            </attribute>
-            <widget class="QLabel">
-                <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 INCLUDE requiert un nom de Fichier :&lt;/font&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LENomFichier</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>18</x>
-                        <y>127</y>
-                        <width>450</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QPushButton">
-                <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>
-                </property>
-            </widget>
-        </widget>
-        <widget class="QWidget">
-            <property name="name">
-                <cstring>TabPage</cstring>
-            </property>
-            <attribute name="title">
-                <string>Fichier Inc</string>
-            </attribute>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_5</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>88</x>
-                        <y>96</y>
-                        <width>290</width>
-                        <height>131</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+1"&gt;&lt;p align="center"&gt;La commande INCLUDE n'a pas de fichier associé.
+                <attribute name="title">
+                    <string>Fichier Inc</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QLabel" row="0" column="0">
+                        <property name="name">
+                            <cstring>textLabel1_5</cstring>
+                        </property>
+                        <property name="text">
+                            <string>&lt;font size="+1"&gt;&lt;p align="center"&gt;La commande INCLUDE n'a pas de fichier associé.
 Il faut d'abord choisir un numéro d'unité&lt;/p&gt;&lt;/font&gt;</string>
-                </property>
+                        </property>
+                    </widget>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <images>
     <image name="image0">
index b2fbb269679b135269b330436a1b4bb802ce0d94..8a80b977e921626dca6414ab9869ae6fac3ecb8c 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desListeParam.ui'
 #
-# Created: ven oct 19 10:25:33 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -19,9 +19,11 @@ class DLisParam(QWidget):
             self.setName("DLisParam")
 
 
+        DLisParamLayout = QGridLayout(self,1,1,11,6,"DLisParamLayout")
 
         self.LBParam = QListBox(self,"LBParam")
-        self.LBParam.setGeometry(QRect(0,0,410,390))
+
+        DLisParamLayout.addWidget(self.LBParam,0,0)
 
         self.languageChange()
 
index 092d5ca07fad3594e0e937ffb0ebba0a129d650b..25f30d85c5554ed9eccccae56a913884d42b4bda 100644 (file)
     <property name="caption">
         <string>Sélection de paramétres</string>
     </property>
-    <widget class="QListBox">
+    <grid>
         <property name="name">
-            <cstring>LBParam</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>0</x>
-                <y>0</y>
-                <width>410</width>
-                <height>390</height>
-            </rect>
-        </property>
-    </widget>
+        <widget class="QListBox" row="0" column="0">
+            <property name="name">
+                <cstring>LBParam</cstring>
+            </property>
+        </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index cc10c4267ea2819b0432660910be11ac7c2f552f..4afda2abb89a76914f082eef70e0bc15520bb6c6 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMCFact.ui'
 #
-# Created: mer mar 21 12:08:55 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,46 +20,58 @@ class DMCFact(QWidget):
 
         self.setMinimumSize(QSize(505,0))
 
+        DMCFactLayout = QGridLayout(self,1,1,11,6,"DMCFactLayout")
 
-        self.Commentaire = QLabel(self,"Commentaire")
-        self.Commentaire.setGeometry(QRect(10,410,490,20))
+        layout1 = QHBoxLayout(None,0,6,"layout1")
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(320,440,142,30))
-        self.bSup.setAutoDefault(1)
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout1.addWidget(self.bHelp)
 
         self.bOk = QPushButton(self,"bOk")
-        self.bOk.setGeometry(QRect(170,440,142,30))
         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(self,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
 
-        self.TWChoix = QTabWidget(self,"TWChoix")
-        self.TWChoix.setGeometry(QRect(0,0,500,400))
+        DMCFactLayout.addLayout(layout1,2,0)
 
-        self.MotClef = QWidget(self.TWChoix,"MotClef")
+        self.Commentaire = QLabel(self,"Commentaire")
 
-        self.textLabel1_2 = QLabel(self.MotClef,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(360,0,50,37))
+        DMCFactLayout.addWidget(self.Commentaire,1,0)
 
-        self.LBRegles = QListBox(self.MotClef,"LBRegles")
-        self.LBRegles.setGeometry(QRect(260,40,230,290))
+        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(50,10,120,20))
         self.textLabel1.setMinimumSize(QSize(0,0))
 
+        MotClefLayout.addWidget(self.textLabel1,0,0)
+
         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")
+
+        MotClefLayout.addWidget(self.LBRegles,1,1)
+
+        self.textLabel1_2 = QLabel(self.MotClef,"textLabel1_2")
+
+        MotClefLayout.addWidget(self.textLabel1_2,0,1)
         self.TWChoix.insertTab(self.MotClef,QString(""))
 
+        DMCFactLayout.addWidget(self.TWChoix,0,0)
+
         self.languageChange()
 
-        self.resize(QSize(521,499).expandedTo(self.minimumSizeHint()))
+        self.resize(QSize(511,499).expandedTo(self.minimumSizeHint()))
         self.clearWState(Qt.WState_Polished)
 
         self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
@@ -68,18 +80,18 @@ class DMCFact(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.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.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"))
 
 
index 6e7714a62d28a862925247c98330a744eb2f9354..9cf1a7fe0e778916b77e945cf2754c5218161a5c 100644 (file)
@@ -8,7 +8,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>521</width>
+            <width>511</width>
             <height>499</height>
         </rect>
     </property>
     <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="QLayoutWidget" row="2" column="0">
             <property name="name">
-                <cstring>MotClef</cstring>
+                <cstring>layout1</cstring>
             </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>LBRegles</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>260</x>
-                        <y>40</y>
-                        <width>230</width>
-                        <height>290</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QListBox">
+            <hbox>
                 <property name="name">
-                    <cstring>LBMCPermis</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>10</x>
-                        <y>40</y>
-                        <width>220</width>
-                        <height>290</height>
-                    </rect>
+                    <cstring>unnamed</cstring>
                 </property>
-                <property name="minimumSize">
-                    <size>
-                        <width>0</width>
-                        <height>0</height>
-                    </size>
-                </property>
-            </widget>
-            <widget class="QLabel">
+                <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">
+            <property name="name">
+                <cstring>TWChoix</cstring>
+            </property>
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>10</y>
-                        <width>140</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>
+                    <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="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="QListBox" row="1" column="1">
+                        <property name="name">
+                            <cstring>LBRegles</cstring>
+                        </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>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 61594a599aee4a34413464bcd147266d995b9807..53c427ba2e63640d6715e7a3eec7a939949af980 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMCListAjout.ui'
 #
-# Created: ven mar 23 12:13:13 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,36 +20,63 @@ class DMCListAjout(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DMCListAjoutLayout = QGridLayout(self,1,1,11,6,"DMCListAjoutLayout")
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(310,420,142,30))
-        self.bSup.setAutoDefault(1)
+        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.setGeometry(QRect(160,420,142,30))
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
 
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setGeometry(QRect(10,420,142,30))
-        self.bHelp.setAutoDefault(1)
+        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)
+
+        self.textLabel1_2 = QLabel(self,"textLabel1_2")
+
+        DMCListAjoutLayout.addWidget(self.textLabel1_2,2,0)
+
+        layout9 = QHBoxLayout(None,0,6,"layout9")
+        spacer4 = QSpacerItem(60,21,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout9.addItem(spacer4)
 
         self.bAjout = QPushButton(self,"bAjout")
-        self.bAjout.setGeometry(QRect(160,260,142,30))
         self.bAjout.setAutoDefault(1)
         self.bAjout.setDefault(1)
+        layout9.addWidget(self.bAjout)
+        spacer2 = QSpacerItem(80,21,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout9.addItem(spacer2)
 
-        self.textLabel1_2_2 = QLabel(self,"textLabel1_2_2")
-        self.textLabel1_2_2.setGeometry(QRect(180,170,89,33))
+        DMCListAjoutLayout.addLayout(layout9,8,0)
+        spacer1 = QSpacerItem(21,40,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        DMCListAjoutLayout.addItem(spacer1,9,0)
 
-        self.textLabel1 = QLabel(self,"textLabel1")
-        self.textLabel1.setGeometry(QRect(160,50,140,36))
+        self.textLabel1_2_2 = QLabel(self,"textLabel1_2_2")
 
-        self.textLabel1_2 = QLabel(self,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(170,80,120,20))
+        DMCListAjoutLayout.addWidget(self.textLabel1_2_2,6,0)
+        spacer5 = QSpacerItem(20,20,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        DMCListAjoutLayout.addItem(spacer5,7,0)
 
         self.MCFacteur = QLabel(self,"MCFacteur")
-        self.MCFacteur.setGeometry(QRect(200,120,50,20))
+
+        DMCListAjoutLayout.addWidget(self.MCFacteur,4,0)
+        spacer6 = QSpacerItem(21,31,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        DMCListAjoutLayout.addItem(spacer6,5,0)
+        spacer7 = QSpacerItem(21,51,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        DMCListAjoutLayout.addItem(spacer7,3,0)
+        spacer8 = QSpacerItem(41,51,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        DMCListAjoutLayout.addItem(spacer8,0,0)
 
         self.languageChange()
 
@@ -63,21 +90,21 @@ class DMCListAjout(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("Form1"))
-        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.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"))
         self.bAjout.setAccel(self.__tr("Alt+A"))
         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.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.MCFacteur.setText(self.__tr("<p align=\"center\">AFFE</p>"))
 
 
index 935c7bd74e72e6fa12ce0c5b9820814f4e4d6e98..7f1fadee0b5663253b964eb1f6f7e72b019e9459 100644 (file)
     <property name="caption">
         <string>Form1</string>
     </property>
-    <widget class="QPushButton">
+    <grid>
         <property name="name">
-            <cstring>bSup</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>310</x>
-                <y>420</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>160</x>
-                <y>420</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>420</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="QPushButton">
-        <property name="name">
-            <cstring>bAjout</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>160</x>
-                <y>260</y>
-                <width>142</width>
-                <height>30</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&amp;Ajouter</string>
-        </property>
-        <property name="accel">
-            <string>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="QLabel">
-        <property name="name">
-            <cstring>textLabel1_2_2</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>180</x>
-                <y>170</y>
-                <width>89</width>
-                <height>33</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;p align="center"&gt;&lt;font size="+1"&gt;cliquez ci-dessous&lt;/font&gt; &lt;/p&gt;</string>
-        </property>
-    </widget>
-    <widget class="QLabel">
-        <property name="name">
-            <cstring>textLabel1</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>160</x>
-                <y>50</y>
-                <width>140</width>
-                <height>36</height>
-            </rect>
-        </property>
-        <property name="text">
-            <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">
-        <property name="name">
-            <cstring>textLabel1_2</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>170</x>
-                <y>80</y>
-                <width>120</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <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="QLabel">
-        <property name="name">
-            <cstring>MCFacteur</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>200</x>
-                <y>120</y>
-                <width>50</width>
-                <height>20</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;p align="center"&gt;AFFE&lt;/p&gt;</string>
-        </property>
-    </widget>
+            <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">
+            <property name="name">
+                <cstring>textLabel1</cstring>
+            </property>
+            <property name="text">
+                <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">
+            <property name="name">
+                <cstring>textLabel1_2</cstring>
+            </property>
+            <property name="text">
+                <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">
+            <property name="name">
+                <cstring>layout9</cstring>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <spacer>
+                    <property name="name">
+                        <cstring>spacer4</cstring>
+                    </property>
+                    <property name="orientation">
+                        <enum>Horizontal</enum>
+                    </property>
+                    <property name="sizeType">
+                        <enum>Expanding</enum>
+                    </property>
+                    <property name="sizeHint">
+                        <size>
+                            <width>60</width>
+                            <height>21</height>
+                        </size>
+                    </property>
+                </spacer>
+                <widget class="QPushButton">
+                    <property name="name">
+                        <cstring>bAjout</cstring>
+                    </property>
+                    <property name="text">
+                        <string>&amp;Ajouter</string>
+                    </property>
+                    <property name="accel">
+                        <string>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>spacer2</cstring>
+                    </property>
+                    <property name="orientation">
+                        <enum>Horizontal</enum>
+                    </property>
+                    <property name="sizeType">
+                        <enum>Expanding</enum>
+                    </property>
+                    <property name="sizeHint">
+                        <size>
+                            <width>80</width>
+                            <height>21</height>
+                        </size>
+                    </property>
+                </spacer>
+            </hbox>
+        </widget>
+        <spacer row="9" 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>40</height>
+                </size>
+            </property>
+        </spacer>
+        <widget class="QLabel" row="6" column="0">
+            <property name="name">
+                <cstring>textLabel1_2_2</cstring>
+            </property>
+            <property name="text">
+                <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">
+            <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>20</width>
+                    <height>20</height>
+                </size>
+            </property>
+        </spacer>
+        <widget class="QLabel" row="4" column="0">
+            <property name="name">
+                <cstring>MCFacteur</cstring>
+            </property>
+            <property name="text">
+                <string>&lt;p align="center"&gt;AFFE&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <spacer row="5" column="0">
+            <property name="name">
+                <cstring>spacer6</cstring>
+            </property>
+            <property name="orientation">
+                <enum>Vertical</enum>
+            </property>
+            <property name="sizeType">
+                <enum>Expanding</enum>
+            </property>
+            <property name="sizeHint">
+                <size>
+                    <width>21</width>
+                    <height>31</height>
+                </size>
+            </property>
+        </spacer>
+        <spacer row="3" column="0">
+            <property name="name">
+                <cstring>spacer7</cstring>
+            </property>
+            <property name="orientation">
+                <enum>Vertical</enum>
+            </property>
+            <property name="sizeType">
+                <enum>Expanding</enum>
+            </property>
+            <property name="sizeHint">
+                <size>
+                    <width>21</width>
+                    <height>51</height>
+                </size>
+            </property>
+        </spacer>
+        <spacer row="0" column="0">
+            <property name="name">
+                <cstring>spacer8</cstring>
+            </property>
+            <property name="orientation">
+                <enum>Vertical</enum>
+            </property>
+            <property name="sizeType">
+                <enum>Expanding</enum>
+            </property>
+            <property name="sizeHint">
+                <size>
+                    <width>41</width>
+                    <height>51</height>
+                </size>
+            </property>
+        </spacer>
+    </grid>
 </widget>
 <connections>
     <connection>
index 515791a1a7dbd7e0187538d31c5c05eb06e0360c..79e74e0470e93f34866f9e0476306a25f3f0260d 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desMacro.ui'
 #
-# Created: mar oct 30 14:42:14 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -45,73 +45,92 @@ class DMacro(QWidget):
 
         self.setMinimumSize(QSize(505,0))
 
+        DMacroLayout = QGridLayout(self,1,1,11,6,"DMacroLayout")
 
-        self.Commentaire = QLabel(self,"Commentaire")
-        self.Commentaire.setGeometry(QRect(10,410,490,20))
+        layout1 = QHBoxLayout(None,0,6,"layout1")
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(320,440,142,30))
-        self.bSup.setAutoDefault(1)
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout1.addWidget(self.bHelp)
 
         self.bOk = QPushButton(self,"bOk")
-        self.bOk.setGeometry(QRect(170,440,142,30))
         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(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)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
-        self.TWChoix.setGeometry(QRect(0,0,500,400))
 
         self.MotClef = QWidget(self.TWChoix,"MotClef")
-
-        self.textLabel1_2 = QLabel(self.MotClef,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(360,0,50,37))
+        MotClefLayout = QGridLayout(self.MotClef,1,1,11,6,"MotClefLayout")
 
         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_2 = QLabel(self.MotClef,"textLabel1_2")
+
+        MotClefLayout.addWidget(self.textLabel1_2,0,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")
-
-        self.textLabel6 = QLabel(self.Commande,"textLabel6")
-        self.textLabel6.setGeometry(QRect(10,60,60,30))
-
-        self.textLabel4 = QLabel(self.Commande,"textLabel4")
-        self.textLabel4.setGeometry(QRect(90,340,300,30))
+        CommandeLayout = QGridLayout(self.Commande,1,1,11,6,"CommandeLayout")
 
         self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
-        self.LBNouvCommande.setGeometry(QRect(50,100,410,240))
 
-        self.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1")
-        self.buttonGroup1.setGeometry(QRect(300,20,151,70))
+        CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
 
-        self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
-        self.RBGroupe.setGeometry(QRect(20,40,101,20))
+        self.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1")
 
         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))
+        self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
+        self.RBGroupe.setGeometry(QRect(20,40,120,20))
+
+        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))
+
+        CommandeLayout.addMultiCellWidget(self.textLabel1_4,0,0,0,1)
 
         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.textLabel4 = QLabel(self.Commande,"textLabel4")
+
+        CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
+
+        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")
@@ -119,22 +138,24 @@ class DMacro(QWidget):
         self.groupBox1_2 = QGroupBox(self.TabPage,"groupBox1_2")
         self.groupBox1_2.setGeometry(QRect(0,0,520,380))
 
-        self.textLabel1_3_2_3 = QLabel(self.groupBox1_2,"textLabel1_3_2_3")
-        self.textLabel1_3_2_3.setGeometry(QRect(80,170,82,31))
-
         self.textLabel3_2 = QLabel(self.groupBox1_2,"textLabel3_2")
-        self.textLabel3_2.setGeometry(QRect(80,200,230,31))
+        self.textLabel3_2.setGeometry(QRect(10,230,320,31))
+
+        self.typeConcept = QLabel(self.groupBox1_2,"typeConcept")
+        self.typeConcept.setGeometry(QRect(360,230,130,31))
+
+        self.textLabel1_3_2_3 = QLabel(self.groupBox1_2,"textLabel1_3_2_3")
+        self.textLabel1_3_2_3.setGeometry(QRect(20,200,160,31))
 
         self.textLabel1_3_3 = QLabel(self.groupBox1_2,"textLabel1_3_3")
-        self.textLabel1_3_3.setGeometry(QRect(80,50,82,31))
+        self.textLabel1_3_3.setGeometry(QRect(20,50,150,31))
 
         self.LENomConcept = QLineEdit(self.groupBox1_2,"LENomConcept")
-        self.LENomConcept.setGeometry(QRect(80,110,310,30))
-
-        self.typeConcept = QLabel(self.groupBox1_2,"typeConcept")
-        self.typeConcept.setGeometry(QRect(320,200,100,31))
+        self.LENomConcept.setGeometry(QRect(20,80,440,30))
         self.TWChoix.insertTab(self.TabPage,QString(""))
 
+        DMacroLayout.addWidget(self.TWChoix,0,0)
+
         self.languageChange()
 
         self.resize(QSize(521,499).expandedTo(self.minimumSizeHint()))
@@ -153,33 +174,33 @@ class DMacro(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.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>"))
         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.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.RBGroupe.setText(self.__tr("par groupe"))
         self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
         self.BNext.setText(QString.null)
         QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
+        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.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
         self.groupBox1_2.setTitle(self.__tr("Concept"))
-        self.textLabel1_3_2_3.setText(self.__tr("<u>Type du concept :</u>"))
         self.textLabel3_2.setText(self.__trUtf8("\x4c\x27\x6f\x70\xc3\xa9\x72\x61\x74\x65\x75\x72\x20\x63\x6f\x75\x72\x61\x6e\x74\x20\x72\x65\x74\x6f\x75\x72\x6e\x65\x20\x75\x6e\x20\x63\x6f\x6e\x63\x65\x70\x74\x20\x64\x65\x20\x74\x79\x70\x65\x20\x3a"))
-        self.textLabel1_3_3.setText(self.__tr("<u>Nom du concept :</u>"))
         self.typeConcept.setText(self.__tr("TypeDuConcept"))
+        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"))
 
 
index d85115c571a6e464dbb6e1fd20e9c3f44dba54d4..8f23269c11508307a235871ecde5a97d74c331d1 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">
-            <property name="name">
-                <cstring>MotClef</cstring>
-            </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">
-                <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">
+            <hbox>
                 <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>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>20</x>
-                            <y>20</y>
-                            <width>101</width>
-                            <height>20</height>
-                        </rect>
+                        <cstring>bOk</cstring>
                     </property>
                     <property name="text">
-                        <string>alphabétique</string>
+                        <string>&amp;Valider</string>
                     </property>
-                    <property name="checked">
-                        <bool>true</bool>
+                    <property name="accel">
+                        <string>Shift+A, Alt+A, Alt+A, Alt+A</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>
-        </widget>
-        <widget class="QWidget">
-            <property name="name">
-                <cstring>TabPage</cstring>
-            </property>
-            <attribute name="title">
-                <string>Nommer Concept</string>
-            </attribute>
-            <widget class="QGroupBox">
-                <property name="name">
-                    <cstring>groupBox1_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>0</x>
-                        <y>0</y>
-                        <width>520</width>
-                        <height>380</height>
-                    </rect>
-                </property>
-                <property name="title">
-                    <string>Concept</string>
-                </property>
-                <widget class="QLabel">
-                    <property name="name">
-                        <cstring>textLabel1_3_2_3</cstring>
+                    <property name="autoDefault">
+                        <bool>true</bool>
                     </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>80</x>
-                            <y>170</y>
-                            <width>82</width>
-                            <height>31</height>
-                        </rect>
+                    <property name="default">
+                        <bool>true</bool>
                     </property>
-                    <property name="text">
-                        <string>&lt;u&gt;Type du concept :&lt;/u&gt;</string>
+                    <property name="toolTip" stdset="0">
+                        <string>validation de la saisie</string>
                     </property>
                 </widget>
-                <widget class="QLabel">
+                <widget class="QPushButton">
                     <property name="name">
-                        <cstring>textLabel3_2</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>80</x>
-                            <y>200</y>
-                            <width>230</width>
-                            <height>31</height>
-                        </rect>
+                        <cstring>bSup</cstring>
                     </property>
                     <property name="text">
-                        <string>L'opérateur courant retourne un concept de type :</string>
+                        <string>&amp;Supprimer</string>
                     </property>
-                </widget>
-                <widget class="QLabel">
-                    <property name="name">
-                        <cstring>textLabel1_3_3</cstring>
+                    <property name="accel">
+                        <string>Alt+S</string>
                     </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>80</x>
-                            <y>50</y>
-                            <width>82</width>
-                            <height>31</height>
-                        </rect>
+                    <property name="autoDefault">
+                        <bool>true</bool>
                     </property>
-                    <property name="text">
-                        <string>&lt;u&gt;Nom du concept :&lt;/u&gt;</string>
+                    <property name="toolTip" stdset="0">
+                        <string>suppression du mot clef</string>
                     </property>
                 </widget>
-                <widget class="QLineEdit">
+            </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">
+            <property name="name">
+                <cstring>TWChoix</cstring>
+            </property>
+            <widget class="QWidget">
+                <property name="name">
+                    <cstring>MotClef</cstring>
+                </property>
+                <attribute name="title">
+                    <string>Ajouter Mot-Clef</string>
+                </attribute>
+                <grid>
                     <property name="name">
-                        <cstring>LENomConcept</cstring>
+                        <cstring>unnamed</cstring>
                     </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>80</x>
-                            <y>110</y>
-                            <width>310</width>
-                            <height>30</height>
-                        </rect>
+                    <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="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="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="QWidget">
+                <property name="name">
+                    <cstring>Commande</cstring>
+                </property>
+                <attribute name="title">
+                    <string>Nouvelle Commande</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
                     </property>
-                </widget>
-                <widget class="QLabel">
+                    <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>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 class="QRadioButton">
+                            <property name="name">
+                                <cstring>RBGroupe</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>20</x>
+                                    <y>40</y>
+                                    <width>120</width>
+                                    <height>20</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>par groupe</string>
+                            </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="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="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="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="QWidget">
+                <property name="name">
+                    <cstring>TabPage</cstring>
+                </property>
+                <attribute name="title">
+                    <string>Nommer Concept</string>
+                </attribute>
+                <widget class="QGroupBox">
                     <property name="name">
-                        <cstring>typeConcept</cstring>
+                        <cstring>groupBox1_2</cstring>
                     </property>
                     <property name="geometry">
                         <rect>
-                            <x>320</x>
-                            <y>200</y>
-                            <width>100</width>
-                            <height>31</height>
+                            <x>0</x>
+                            <y>0</y>
+                            <width>520</width>
+                            <height>380</height>
                         </rect>
                     </property>
-                    <property name="text">
-                        <string>TypeDuConcept</string>
+                    <property name="title">
+                        <string>Concept</string>
                     </property>
+                    <widget class="QLabel">
+                        <property name="name">
+                            <cstring>textLabel3_2</cstring>
+                        </property>
+                        <property name="geometry">
+                            <rect>
+                                <x>10</x>
+                                <y>230</y>
+                                <width>320</width>
+                                <height>31</height>
+                            </rect>
+                        </property>
+                        <property name="text">
+                            <string>L'opérateur courant retourne un concept de type :</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel">
+                        <property name="name">
+                            <cstring>typeConcept</cstring>
+                        </property>
+                        <property name="geometry">
+                            <rect>
+                                <x>360</x>
+                                <y>230</y>
+                                <width>130</width>
+                                <height>31</height>
+                            </rect>
+                        </property>
+                        <property name="text">
+                            <string>TypeDuConcept</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel">
+                        <property name="name">
+                            <cstring>textLabel1_3_2_3</cstring>
+                        </property>
+                        <property name="geometry">
+                            <rect>
+                                <x>20</x>
+                                <y>200</y>
+                                <width>160</width>
+                                <height>31</height>
+                            </rect>
+                        </property>
+                        <property name="text">
+                            <string>&lt;u&gt;Type du concept :&lt;/u&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel">
+                        <property name="name">
+                            <cstring>textLabel1_3_3</cstring>
+                        </property>
+                        <property name="geometry">
+                            <rect>
+                                <x>20</x>
+                                <y>50</y>
+                                <width>150</width>
+                                <height>31</height>
+                            </rect>
+                        </property>
+                        <property name="text">
+                            <string>&lt;u&gt;Nom du concept :&lt;/u&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QLineEdit">
+                        <property name="name">
+                            <cstring>LENomConcept</cstring>
+                        </property>
+                        <property name="geometry">
+                            <rect>
+                                <x>20</x>
+                                <y>80</y>
+                                <width>440</width>
+                                <height>30</height>
+                            </rect>
+                        </property>
+                    </widget>
                 </widget>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <images>
     <image name="image0">
index 307a8421c8d65405ea57d2e9f21a0a0948d28d84..d4233a25f745ef9749dbb46e118a4465829034bc 100644 (file)
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
 
-# Form implementation generated from reading ui file '../Ui/desParam.ui'
+# Form implementation generated from reading ui file 'desParam.ui'
 #
-# Created: ven aoû 24 10:19:53 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -45,84 +45,102 @@ class DParam(QWidget):
 
         self.setMinimumSize(QSize(505,0))
 
+        DParamLayout = QGridLayout(self,1,1,11,6,"DParamLayout")
 
         self.Commentaire = QLabel(self,"Commentaire")
-        self.Commentaire.setGeometry(QRect(10,410,490,20))
         self.Commentaire.setFrameShape(QLabel.NoFrame)
         self.Commentaire.setFrameShadow(QLabel.Plain)
 
-        self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(320,440,142,30))
-        self.bSup.setAutoDefault(1)
-
-        self.bOk = QPushButton(self,"bOk")
-        self.bOk.setGeometry(QRect(170,440,142,30))
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
-
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setGeometry(QRect(10,440,142,30))
-        self.bHelp.setAutoDefault(1)
+        DParamLayout.addWidget(self.Commentaire,1,0)
 
         self.TWChoix = QTabWidget(self,"TWChoix")
-        self.TWChoix.setGeometry(QRect(0,0,500,400))
 
         self.Valeur_Parametre = QWidget(self.TWChoix,"Valeur_Parametre")
 
         self.textLabel2_2_2 = QLabel(self.Valeur_Parametre,"textLabel2_2_2")
-        self.textLabel2_2_2.setGeometry(QRect(180,20,90,21))
+        self.textLabel2_2_2.setGeometry(QRect(80,11,231,89))
 
-        self.textLabel2_2 = QLabel(self.Valeur_Parametre,"textLabel2_2")
-        self.textLabel2_2.setGeometry(QRect(50,60,50,21))
+        self.Commentaire_2 = QLabel(self.Valeur_Parametre,"Commentaire_2")
+        self.Commentaire_2.setGeometry(QRect(11,275,459,89))
+
+        self.lineEditVal = QLineEdit(self.Valeur_Parametre,"lineEditVal")
+        self.lineEditVal.setGeometry(QRect(80,143,231,31))
+        self.lineEditVal.setMinimumSize(QSize(231,31))
 
         self.lineEditNom = QLineEdit(self.Valeur_Parametre,"lineEditNom")
-        self.lineEditNom.setGeometry(QRect(120,60,231,31))
+        self.lineEditNom.setGeometry(QRect(80,106,231,31))
+        self.lineEditNom.setMinimumSize(QSize(231,31))
 
-        self.lineEditVal = QLineEdit(self.Valeur_Parametre,"lineEditVal")
-        self.lineEditVal.setGeometry(QRect(120,100,231,31))
+        self.textLabel2_2 = QLabel(self.Valeur_Parametre,"textLabel2_2")
+        self.textLabel2_2.setGeometry(QRect(11,106,63,31))
 
         self.textLabel2 = QLabel(self.Valeur_Parametre,"textLabel2")
-        self.textLabel2.setGeometry(QRect(50,100,50,21))
+        self.textLabel2.setGeometry(QRect(11,143,63,31))
 
         self.Commentaire2 = QLabel(self.Valeur_Parametre,"Commentaire2")
-        self.Commentaire2.setGeometry(QRect(40,160,400,100))
-
-        self.Commentaire_2 = QLabel(self.Valeur_Parametre,"Commentaire_2")
-        self.Commentaire_2.setGeometry(QRect(30,280,410,41))
+        self.Commentaire2.setGeometry(QRect(11,180,459,89))
         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")
-        self.textLabel6.setGeometry(QRect(10,60,60,30))
 
-        self.textLabel4 = QLabel(self.Commande,"textLabel4")
-        self.textLabel4.setGeometry(QRect(90,340,300,30))
+        CommandeLayout.addWidget(self.textLabel6,1,0)
 
         self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
-        self.LBNouvCommande.setGeometry(QRect(50,100,410,240))
+
+        CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
 
         self.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1")
-        self.buttonGroup1.setGeometry(QRect(298,17,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")
+
+        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.setGeometry(QRect(220,60,30,31))
         self.BNext.setIconSet(QIconSet(self.image0))
 
-        self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4")
-        self.textLabel1_4.setGeometry(QRect(50,20,171,21))
+        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(""))
 
+        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)
+
+        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)
+
+        DParamLayout.addLayout(layout1,2,0)
+
         self.languageChange()
 
         self.resize(QSize(505,483).expandedTo(self.minimumSizeHint()))
@@ -142,30 +160,30 @@ class DParam(QWidget):
     def languageChange(self):
         self.setCaption(self.__tr("DComm"))
         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.textLabel2_2_2.setText(self.__tr("<u><b><p align=\"center\">Parametre</p></b></u>"))
-        self.textLabel2_2.setText(self.__tr("<b><p align=\"center\">Nom: </p></b>"))
-        self.textLabel2.setText(self.__tr("<b><p align=\"center\">Valeur: </p></b>"))
-        self.Commentaire2.setText(self.__trUtf8("\x52\x65\x74\x6f\x75\x72\x20\x43\x68\x61\x72\x69\x6f\x74\x20\x64\x61\x6e\x73\x20\x75\x6e\x65\x20\x73\x6f\x6e\x65\x20\x64\x65\x20\x73\x61\x69\x73\x69\x65\x20\x70\x65\x72\x6d\x65\x74\x20\x64\x65\x20\x76\xc3\xa9\x72\x69\x66\x69\x65\x72\x20\x6c\x61\x20\x76\x61\x6c\x69\x64\x69\x74\xc3\xa9\x20\x64\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x2e\x0a\x0a\x4c\x65\x73\x20\x6e\x6f\x75\x76\x65\x6c\x6c\x65\x73\x20\x76\x61\x6c\x65\x75\x72\x73\x20\x6e\x65\x20\x73\x65\x72\x6f\x6e\x74\x20\x70\x72\x69\x73\x65\x73\x20\x20\x65\x6e\x20\x63\x6f\x6d\x70\x74\x65\x20\x71\x75\x27\x61\x70\x72\xc3\xa8\x73\x20\x61\x76\x6f\x69\x72\x20\x61\x70\x70\x75\x79\xc3\xa9\x20\x73\x75\x72\x20\x0a\x20\x6c\x65\x20\x62\x6f\x75\x74\x6f\x6e\x20\x56\x61\x6c\x69\x64\x65\x72\x2e"))
         self.Commentaire_2.setText(QString.null)
+        self.textLabel2_2.setText(self.__tr("<b> Nom: </b>"))
+        self.textLabel2.setText(self.__tr("<b> Valeur: </b>"))
+        self.Commentaire2.setText(self.__trUtf8("\x52\x65\x74\x6f\x75\x72\x20\x43\x68\x61\x72\x69\x6f\x74\x20\x64\x61\x6e\x73\x20\x75\x6e\x65\x20\x73\x6f\x6e\x65\x20\x64\x65\x20\x73\x61\x69\x73\x69\x65\x20\x70\x65\x72\x6d\x65\x74\x20\x64\x65\x20\x76\xc3\xa9\x72\x69\x66\x69\x65\x72\x20\x6c\x61\x20\x0a\x76\x61\x6c\x69\x64\x69\x74\xc3\xa9\x20\x64\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x2e\x0a\x0a\x4c\x65\x73\x20\x6e\x6f\x75\x76\x65\x6c\x6c\x65\x73\x20\x76\x61\x6c\x65\x75\x72\x73\x20\x6e\x65\x20\x73\x65\x72\x6f\x6e\x74\x20\x70\x72\x69\x73\x65\x73\x20\x20\x65\x6e\x20\x63\x6f\x6d\x70\x74\x65\x20\x71\x75\x27\x61\x70\x72\xc3\xa8\x73\x20\x61\x76\x6f\x69\x72\x20\x0a\x61\x70\x70\x75\x79\xc3\xa9\x20\x73\x75\x72\x20\x20\x6c\x65\x20\x62\x6f\x75\x74\x6f\x6e\x20\x56\x61\x6c\x69\x64\x65\x72\x2e"))
         self.TWChoix.changeTab(self.Valeur_Parametre,self.__tr("Valeur Parametre"))
         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.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.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
         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"))
 
 
     def LBNouvCommandeClicked(self):
index 756ceeb973a51af59689d06a06f2527aae725b2e..a2ba80812e98c2e5ed4fa2b30e4bc8a6b302292e 100644 (file)
     <property name="caption">
         <string>DComm</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="frameShape">
-            <enum>NoFrame</enum>
-        </property>
-        <property name="frameShadow">
-            <enum>Plain</enum>
-        </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>Valeur_Parametre</cstring>
+                <cstring>Commentaire</cstring>
+            </property>
+            <property name="frameShape">
+                <enum>NoFrame</enum>
+            </property>
+            <property name="frameShadow">
+                <enum>Plain</enum>
+            </property>
+            <property name="text">
+                <string></string>
             </property>
-            <attribute name="title">
-                <string>Valeur Parametre</string>
-            </attribute>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2_2_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>180</x>
-                        <y>20</y>
-                        <width>90</width>
-                        <height>21</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;u&gt;&lt;b&gt;&lt;p align="center"&gt;Parametre&lt;/p&gt;&lt;/b&gt;&lt;/u&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>60</y>
-                        <width>50</width>
-                        <height>21</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;b&gt;&lt;p align="center"&gt;Nom: &lt;/p&gt;&lt;/b&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>lineEditNom</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>120</x>
-                        <y>60</y>
-                        <width>231</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>lineEditVal</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>120</x>
-                        <y>100</y>
-                        <width>231</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>100</y>
-                        <width>50</width>
-                        <height>21</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;b&gt;&lt;p align="center"&gt;Valeur: &lt;/p&gt;&lt;/b&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>Commentaire2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>40</x>
-                        <y>160</y>
-                        <width>400</width>
-                        <height>100</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Retour Chariot dans une sone de saisie permet de vérifier la validité de la valeur saisie.
-
-Les nouvelles valeurs ne seront prises  en compte qu'après avoir appuyé sur 
- le bouton Valider.</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>Commentaire_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>30</x>
-                        <y>280</y>
-                        <width>410</width>
-                        <height>41</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-            </widget>
         </widget>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Commande</cstring>
+                <cstring>TWChoix</cstring>
             </property>
-            <attribute name="title">
-                <string>Nouvelle Commande</string>
-            </attribute>
-            <widget class="QLabel">
-                <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">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>textLabel4</cstring>
+                    <cstring>Valeur_Parametre</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>298</x>
-                        <y>17</y>
-                        <width>151</width>
-                        <height>70</height>
-                    </rect>
-                </property>
-                <property name="title">
-                    <string>Affichage</string>
-                </property>
-                <widget class="QRadioButton">
+                <attribute name="title">
+                    <string>Valeur Parametre</string>
+                </attribute>
+                <widget class="QLabel">
                     <property name="name">
-                        <cstring>RBGroupe</cstring>
+                        <cstring>textLabel2_2_2</cstring>
                     </property>
                     <property name="geometry">
                         <rect>
-                            <x>20</x>
-                            <y>40</y>
-                            <width>101</width>
-                            <height>20</height>
+                            <x>80</x>
+                            <y>11</y>
+                            <width>231</width>
+                            <height>89</height>
+                        </rect>
+                    </property>
+                    <property name="text">
+                        <string>&lt;u&gt;&lt;b&gt;&lt;p align="center"&gt;Parametre&lt;/p&gt;&lt;/b&gt;&lt;/u&gt;</string>
+                    </property>
+                </widget>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>Commentaire_2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>275</y>
+                            <width>459</width>
+                            <height>89</height>
                         </rect>
                     </property>
                     <property name="text">
-                        <string>par groupe</string>
+                        <string></string>
                     </property>
                 </widget>
-                <widget class="QRadioButton">
+                <widget class="QLineEdit">
                     <property name="name">
-                        <cstring>RBalpha</cstring>
+                        <cstring>lineEditVal</cstring>
                     </property>
                     <property name="geometry">
                         <rect>
-                            <x>20</x>
-                            <y>20</y>
+                            <x>80</x>
+                            <y>143</y>
+                            <width>231</width>
+                            <height>31</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>231</width>
+                            <height>31</height>
+                        </size>
+                    </property>
+                </widget>
+                <widget class="QLineEdit">
+                    <property name="name">
+                        <cstring>lineEditNom</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>80</x>
+                            <y>106</y>
+                            <width>231</width>
+                            <height>31</height>
+                        </rect>
+                    </property>
+                    <property name="minimumSize">
+                        <size>
+                            <width>231</width>
+                            <height>31</height>
+                        </size>
+                    </property>
+                </widget>
+                <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>101</width>
                             <height>20</height>
+                        </size>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>317</x>
+                            <y>111</y>
+                            <width>153</width>
+                            <height>20</height>
+                        </rect>
+                    </property>
+                </spacer>
+                <spacer>
+                    <property name="name">
+                        <cstring>spacer2</cstring>
+                    </property>
+                    <property name="orientation">
+                        <enum>Horizontal</enum>
+                    </property>
+                    <property name="sizeType">
+                        <enum>Expanding</enum>
+                    </property>
+                    <property name="sizeHint">
+                        <size>
+                            <width>101</width>
+                            <height>20</height>
+                        </size>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>317</x>
+                            <y>148</y>
+                            <width>153</width>
+                            <height>20</height>
+                        </rect>
+                    </property>
+                </spacer>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>textLabel2_2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>106</y>
+                            <width>63</width>
+                            <height>31</height>
                         </rect>
                     </property>
                     <property name="text">
-                        <string>alphabétique</string>
+                        <string>&lt;b&gt; Nom: &lt;/b&gt;</string>
                     </property>
-                    <property name="checked">
-                        <bool>true</bool>
+                </widget>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>textLabel2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>143</y>
+                            <width>63</width>
+                            <height>31</height>
+                        </rect>
+                    </property>
+                    <property name="text">
+                        <string>&lt;b&gt; Valeur: &lt;/b&gt;</string>
+                    </property>
+                </widget>
+                <widget class="QLabel">
+                    <property name="name">
+                        <cstring>Commentaire2</cstring>
+                    </property>
+                    <property name="geometry">
+                        <rect>
+                            <x>11</x>
+                            <y>180</y>
+                            <width>459</width>
+                            <height>89</height>
+                        </rect>
+                    </property>
+                    <property name="text">
+                        <string>Retour Chariot dans une sone de saisie permet de vérifier la 
+validité de la valeur saisie.
+
+Les nouvelles valeurs ne seront prises  en compte qu'après avoir 
+appuyé sur  le bouton Valider.</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="QToolButton">
+            <widget class="QWidget">
                 <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>
+                    <cstring>Commande</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Nouvelle Commande</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <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 class="QLabel">
+        </widget>
+        <widget class="QLayoutWidget" row="2" column="0">
+            <property name="name">
+                <cstring>layout1</cstring>
+            </property>
+            <hbox>
                 <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>
+                    <cstring>unnamed</cstring>
                 </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>
+                <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>
+    </grid>
 </widget>
 <images>
     <image name="image0">
index b24626fccb6d42e2fe089efc28e8a4dec4611be8..f813a08ca9a1680868371544ce1eb3129e7b1bfc 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desPlusieursBase.ui'
 #
-# Created: lun avr 23 09:30:04 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
 from qt import *
 
 image0_data = \
-    "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
-    "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
-    "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
-    "\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 DPlusBase(QWidget):
     def __init__(self,parent = None,name = None,fl = 0):
@@ -70,60 +70,97 @@ class DPlusBase(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DPlusBaseLayout = QGridLayout(self,1,1,11,6,"DPlusBaseLayout")
 
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
-        self.tabuniqueinto.setGeometry(QRect(20,20,450,440))
 
         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.setGeometry(QRect(0,370,142,30))
         self.bHelp.setAutoDefault(1)
+        layout1.addWidget(self.bHelp)
 
         self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setGeometry(QRect(150,370,142,30))
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
 
         self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setGeometry(QRect(300,370,142,30))
         self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
+        layout3.addLayout(layout1)
+
+        Widget8Layout.addMultiCellLayout(layout3,4,4,0,3)
+
+        layout8 = QVBoxLayout(None,0,6,"layout8")
+
+        self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
+        self.BSup1Val.setSizePolicy(QSizePolicy(0,0,0,0,self.BSup1Val.sizePolicy().hasHeightForWidth()))
+        self.BSup1Val.setIconSet(QIconSet(self.image0))
+        layout8.addWidget(self.BSup1Val)
+
+        self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
+        self.BAjout1Val.setSizePolicy(QSizePolicy(0,0,0,0,self.BAjout1Val.sizePolicy().hasHeightForWidth()))
+        self.BAjout1Val.setIconSet(QIconSet(self.image1))
+        layout8.addWidget(self.BAjout1Val)
+
+        Widget8Layout.addLayout(layout8,1,1)
+
+        self.textLabel1 = QLabel(self.Widget8,"textLabel1")
+
+        Widget8Layout.addWidget(self.textLabel1,0,0)
+
+        self.LBValeurs = QListBox(self.Widget8,"LBValeurs")
+
+        Widget8Layout.addMultiCellWidget(self.LBValeurs,1,3,0,0)
+        spacer5 = QSpacerItem(120,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        Widget8Layout.addMultiCell(spacer5,3,3,1,2)
+
+        layout6 = QVBoxLayout(None,0,6,"layout6")
 
         self.bParam = QPushButton(self.Widget8,"bParam")
-        self.bParam.setGeometry(QRect(290,240,142,30))
         self.bParam.setAutoDefault(1)
+        layout6.addWidget(self.bParam)
 
         self.bImport = QPushButton(self.Widget8,"bImport")
-        self.bImport.setGeometry(QRect(290,280,142,30))
         self.bImport.setAutoDefault(1)
+        layout6.addWidget(self.bImport)
 
-        self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        self.Commentaire.setGeometry(QRect(38,337,381,20))
+        Widget8Layout.addLayout(layout6,3,3)
+        spacer3 = QSpacerItem(31,131,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        Widget8Layout.addItem(spacer3,2,3)
 
-        self.textLabel1 = QLabel(self.Widget8,"textLabel1")
-        self.textLabel1.setGeometry(QRect(40,20,120,21))
+        layout19 = QVBoxLayout(None,0,6,"layout19")
 
-        self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(330,80,45,21))
-
-        self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
-        self.BAjout1Val.setGeometry(QRect(230,120,40,31))
-        self.BAjout1Val.setIconSet(QIconSet(self.image0))
+        layout12 = QHBoxLayout(None,0,6,"layout12")
 
-        self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
-        self.BSup1Val.setGeometry(QRect(230,80,40,31))
-        self.BSup1Val.setIconSet(QIconSet(self.image1))
-
-        self.LBValeurs = QListBox(self.Widget8,"LBValeurs")
-        self.LBValeurs.setGeometry(QRect(20,50,180,280))
+        self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
+        layout12.addWidget(self.textLabel1_2)
+        spacer6 = QSpacerItem(111,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout12.addItem(spacer6)
+        layout19.addLayout(layout12)
 
         self.LEValeur = QLineEdit(self.Widget8,"LEValeur")
-        self.LEValeur.setGeometry(QRect(280,110,150,30))
+        self.LEValeur.setSizePolicy(QSizePolicy(1,1,0,0,self.LEValeur.sizePolicy().hasHeightForWidth()))
+        self.LEValeur.setMinimumSize(QSize(220,30))
+        layout19.addWidget(self.LEValeur)
+
+        Widget8Layout.addMultiCellLayout(layout19,1,1,2,3)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
+        DPlusBaseLayout.addWidget(self.tabuniqueinto,0,0)
+
         self.languageChange()
 
-        self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
+        self.resize(QSize(564,480).expandedTo(self.minimumSizeHint()))
         self.clearWState(Qt.WState_Polished)
 
         self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
@@ -138,6 +175,7 @@ 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"))
@@ -147,19 +185,18 @@ class DPlusBase(QWidget):
         self.bSup.setText(self.__tr("&Supprimer"))
         self.bSup.setAccel(self.__tr("Alt+S"))
         QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+        self.BSup1Val.setText(QString.null)
+        QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
+        self.BAjout1Val.setText(QString.null)
+        QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
+        self.textLabel1.setText(self.__tr("<u><font size=\"+1\">Valeur(s) actuelle(s)</font></u>"))
         self.bParam.setText(self.__tr("&Parametres"))
         self.bParam.setAccel(self.__tr("Alt+P"))
         QToolTip.add(self.bParam,self.__tr("suppression du mot clef"))
         self.bImport.setText(self.__tr("&Importer"))
         self.bImport.setAccel(self.__tr("Alt+I"))
         QToolTip.add(self.bImport,self.__tr("suppression du mot clef"))
-        self.Commentaire.setText(QString.null)
-        self.textLabel1.setText(self.__tr("<u><font size=\"+1\">Valeur(s) actuelle(s)</font></u>"))
         self.textLabel1_2.setText(self.__tr("<font size=\"+1\">Valeur</font>"))
-        self.BAjout1Val.setText(QString.null)
-        QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
-        self.BSup1Val.setText(QString.null)
-        QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index a54a7d8d9d40500fb9d8407089e9b6cb1d20cd08..27e6802fbae16d68c3ab3eb906cd0a90bab2de33 100644 (file)
@@ -8,7 +8,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>482</width>
+            <width>564</width>
             <height>480</height>
         </rect>
     </property>
     <property name="caption">
         <string>DUnIn</string>
     </property>
-    <widget class="QTabWidget">
+    <grid>
         <property name="name">
-            <cstring>tabuniqueinto</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>20</x>
-                <y>20</y>
-                <width>450</width>
-                <height>440</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Widget8</cstring>
+                <cstring>tabuniqueinto</cstring>
             </property>
-            <attribute name="title">
-                <string>Saisir Valeur</string>
-            </attribute>
-            <widget class="QPushButton">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>bHelp</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>0</x>
-                        <y>370</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="QPushButton">
-                <property name="name">
-                    <cstring>bOk</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>150</x>
-                        <y>370</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>bSup</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>300</x>
-                        <y>370</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>bParam</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>290</x>
-                        <y>240</y>
-                        <width>142</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&amp;Parametres</string>
-                </property>
-                <property name="accel">
-                    <string>Alt+P</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>bImport</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>290</x>
-                        <y>280</y>
-                        <width>142</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&amp;Importer</string>
-                </property>
-                <property name="accel">
-                    <string>Alt+I</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">
-                <property name="name">
-                    <cstring>Commentaire</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>38</x>
-                        <y>337</y>
-                        <width>381</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>40</x>
-                        <y>20</y>
-                        <width>120</width>
-                        <height>21</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;u&gt;&lt;font size="+1"&gt;Valeur(s) actuelle(s)&lt;/font&gt;&lt;/u&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>330</x>
-                        <y>80</y>
-                        <width>45</width>
-                        <height>21</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+1"&gt;Valeur&lt;/font&gt;</string>
-                </property>
-            </widget>
-            <widget class="QToolButton">
-                <property name="name">
-                    <cstring>BAjout1Val</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>230</x>
-                        <y>120</y>
-                        <width>40</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>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
-                </property>
-            </widget>
-            <widget class="QToolButton">
-                <property name="name">
-                    <cstring>BSup1Val</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>230</x>
-                        <y>80</y>
-                        <width>40</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-                <property name="iconSet">
-                    <iconset>image1</iconset>
-                </property>
-                <property name="toolTip" stdset="0">
-                    <string>enleve l occurence selectionnee</string>
-                </property>
-            </widget>
-            <widget class="QListBox">
-                <property name="name">
-                    <cstring>LBValeurs</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>20</x>
-                        <y>50</y>
-                        <width>180</width>
-                        <height>280</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LEValeur</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>280</x>
-                        <y>110</y>
-                        <width>150</width>
-                        <height>30</height>
-                    </rect>
-                </property>
+                    <cstring>Widget8</cstring>
+                </property>
+                <attribute name="title">
+                    <string>Saisir Valeur</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QLayoutWidget" row="4" 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="QLayoutWidget" row="1" column="1">
+                        <property name="name">
+                            <cstring>layout8</cstring>
+                        </property>
+                        <vbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QToolButton">
+                                <property name="name">
+                                    <cstring>BSup1Val</cstring>
+                                </property>
+                                <property name="sizePolicy">
+                                    <sizepolicy>
+                                        <hsizetype>0</hsizetype>
+                                        <vsizetype>0</vsizetype>
+                                        <horstretch>0</horstretch>
+                                        <verstretch>0</verstretch>
+                                    </sizepolicy>
+                                </property>
+                                <property name="text">
+                                    <string></string>
+                                </property>
+                                <property name="iconSet">
+                                    <iconset>image0</iconset>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>enleve l occurence selectionnee</string>
+                                </property>
+                            </widget>
+                            <widget class="QToolButton">
+                                <property name="name">
+                                    <cstring>BAjout1Val</cstring>
+                                </property>
+                                <property name="sizePolicy">
+                                    <sizepolicy>
+                                        <hsizetype>0</hsizetype>
+                                        <vsizetype>0</vsizetype>
+                                        <horstretch>0</horstretch>
+                                        <verstretch>0</verstretch>
+                                    </sizepolicy>
+                                </property>
+                                <property name="text">
+                                    <string></string>
+                                </property>
+                                <property name="iconSet">
+                                    <iconset>image1</iconset>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
+                                </property>
+                            </widget>
+                        </vbox>
+                    </widget>
+                    <widget class="QLabel" row="0" column="0">
+                        <property name="name">
+                            <cstring>textLabel1</cstring>
+                        </property>
+                        <property name="text">
+                            <string>&lt;u&gt;&lt;font size="+1"&gt;Valeur(s) actuelle(s)&lt;/font&gt;&lt;/u&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QListBox" row="1" column="0" rowspan="3" colspan="1">
+                        <property name="name">
+                            <cstring>LBValeurs</cstring>
+                        </property>
+                    </widget>
+                    <spacer row="3" column="1" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>spacer5</cstring>
+                        </property>
+                        <property name="orientation">
+                            <enum>Horizontal</enum>
+                        </property>
+                        <property name="sizeType">
+                            <enum>Expanding</enum>
+                        </property>
+                        <property name="sizeHint">
+                            <size>
+                                <width>120</width>
+                                <height>20</height>
+                            </size>
+                        </property>
+                    </spacer>
+                    <widget class="QLayoutWidget" row="3" column="3">
+                        <property name="name">
+                            <cstring>layout6</cstring>
+                        </property>
+                        <vbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QPushButton">
+                                <property name="name">
+                                    <cstring>bParam</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Parametres</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+P</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>bImport</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&amp;Importer</string>
+                                </property>
+                                <property name="accel">
+                                    <string>Alt+I</string>
+                                </property>
+                                <property name="autoDefault">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="toolTip" stdset="0">
+                                    <string>suppression du mot clef</string>
+                                </property>
+                            </widget>
+                        </vbox>
+                    </widget>
+                    <spacer row="2" column="3">
+                        <property name="name">
+                            <cstring>spacer3</cstring>
+                        </property>
+                        <property name="orientation">
+                            <enum>Vertical</enum>
+                        </property>
+                        <property name="sizeType">
+                            <enum>Expanding</enum>
+                        </property>
+                        <property name="sizeHint">
+                            <size>
+                                <width>31</width>
+                                <height>131</height>
+                            </size>
+                        </property>
+                    </spacer>
+                    <widget class="QLayoutWidget" row="1" column="2" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>layout19</cstring>
+                        </property>
+                        <vbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QLayoutWidget">
+                                <property name="name">
+                                    <cstring>layout12</cstring>
+                                </property>
+                                <hbox>
+                                    <property name="name">
+                                        <cstring>unnamed</cstring>
+                                    </property>
+                                    <widget class="QLabel">
+                                        <property name="name">
+                                            <cstring>textLabel1_2</cstring>
+                                        </property>
+                                        <property name="text">
+                                            <string>&lt;font size="+1"&gt;Valeur&lt;/font&gt;</string>
+                                        </property>
+                                    </widget>
+                                    <spacer>
+                                        <property name="name">
+                                            <cstring>spacer6</cstring>
+                                        </property>
+                                        <property name="orientation">
+                                            <enum>Horizontal</enum>
+                                        </property>
+                                        <property name="sizeType">
+                                            <enum>Expanding</enum>
+                                        </property>
+                                        <property name="sizeHint">
+                                            <size>
+                                                <width>111</width>
+                                                <height>20</height>
+                                            </size>
+                                        </property>
+                                    </spacer>
+                                </hbox>
+                            </widget>
+                            <widget class="QLineEdit">
+                                <property name="name">
+                                    <cstring>LEValeur</cstring>
+                                </property>
+                                <property name="sizePolicy">
+                                    <sizepolicy>
+                                        <hsizetype>1</hsizetype>
+                                        <vsizetype>1</vsizetype>
+                                        <horstretch>0</horstretch>
+                                        <verstretch>0</verstretch>
+                                    </sizepolicy>
+                                </property>
+                                <property name="minimumSize">
+                                    <size>
+                                        <width>220</width>
+                                        <height>30</height>
+                                    </size>
+                                </property>
+                            </widget>
+                        </vbox>
+                    </widget>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <images>
     <image name="image0">
-        <data format="PNG" length="256">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000c749444154388dcd94590ec3200c4471d57bc73df9f407d331b159a228aa254448bc3cc68152fec0e4420ceeceb912e08a0239838848f5df02c99c11f86004300119054ae868c56ac206c06b4b109111c802874f3a52a587757123897e4039c46b50d8865b07f5400a450053330893cf8674a30028d492deef04626b559dfe48ac842b1a6daae6850155033b99c5009f70ceda111aab413b6f6a70d118e008e6fd8bc51d5d00a0f614556d1ff9b9be4952aabc3721f8f8b6f624c557ef8947afedf48c5e60b8dfbeb81d6dab9aff99270000000049454e44ae426082</data>
+        <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
     </image>
     <image name="image1">
-        <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
+        <data format="PNG" length="256">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000c749444154388dcd94590ec3200c4471d57bc73df9f407d331b159a228aa254448bc3cc68152fec0e4420ceeceb912e08a0239838848f5df02c99c11f86004300119054ae868c56ac206c06b4b109111c802874f3a52a587757123897e4039c46b50d8865b07f5400a450053330893cf8674a30028d492deef04626b559dfe48ac842b1a6daae6850155033b99c5009f70ceda111aab413b6f6a70d118e008e6fd8bc51d5d00a0f614556d1ff9b9be4952aabc3721f8f8b6f624c557ef8947afedf48c5e60b8dfbeb81d6dab9aff99270000000049454e44ae426082</data>
     </image>
 </images>
 <connections>
index c5c177bb47bb761d45a3986b60f161709f1447ab..04ec74cf4eff11c4187f86e6b8ac55bf25a15447 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desPlusieursInto.ui'
 #
-# Created: mer avr 25 09:04:00 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -70,49 +70,74 @@ class DPlusInto(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DPlusIntoLayout = QGridLayout(self,1,1,11,6,"DPlusIntoLayout")
 
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
-        self.tabuniqueinto.setGeometry(QRect(20,20,450,440))
 
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
+
+        self.Commentaire = QLabel(self.Widget8,"Commentaire")
+
+        Widget8Layout.addMultiCellWidget(self.Commentaire,2,2,0,1)
+
+        layout1 = QHBoxLayout(None,0,6,"layout1")
 
         self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setGeometry(QRect(0,370,142,30))
         self.bHelp.setAutoDefault(1)
+        layout1.addWidget(self.bHelp)
 
         self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setGeometry(QRect(150,370,142,30))
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
 
         self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setGeometry(QRect(300,370,142,30))
         self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
+
+        Widget8Layout.addMultiCellLayout(layout1,3,3,0,1)
+
+        self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
+
+        Widget8Layout.addWidget(self.textLabel1_2,0,1)
+
+        self.textLabel1 = QLabel(self.Widget8,"textLabel1")
+
+        Widget8Layout.addWidget(self.textLabel1,0,0)
+
+        layout6 = QHBoxLayout(None,0,6,"layout6")
 
         self.LBValeurs = QListBox(self.Widget8,"LBValeurs")
-        self.LBValeurs.setGeometry(QRect(10,50,180,280))
+        layout6.addWidget(self.LBValeurs)
+
+        layout5 = QVBoxLayout(None,0,6,"layout5")
+        spacer2 = QSpacerItem(21,31,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        layout5.addItem(spacer2)
 
         self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
-        self.BSup1Val.setGeometry(QRect(200,70,40,31))
+        self.BSup1Val.setMinimumSize(QSize(40,31))
+        self.BSup1Val.setMaximumSize(QSize(40,31))
         self.BSup1Val.setIconSet(QIconSet(self.image0))
+        layout5.addWidget(self.BSup1Val)
 
         self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
-        self.BAjout1Val.setGeometry(QRect(200,110,40,31))
+        self.BAjout1Val.setMinimumSize(QSize(40,31))
+        self.BAjout1Val.setMaximumSize(QSize(40,31))
         self.BAjout1Val.setIconSet(QIconSet(self.image1))
-
-        self.textLabel1 = QLabel(self.Widget8,"textLabel1")
-        self.textLabel1.setGeometry(QRect(40,20,120,21))
-
-        self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
-        self.textLabel1_2.setGeometry(QRect(278,16,130,21))
-
-        self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        self.Commentaire.setGeometry(QRect(30,340,381,20))
+        layout5.addWidget(self.BAjout1Val)
+        spacer3 = QSpacerItem(21,181,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        layout5.addItem(spacer3)
+        layout6.addLayout(layout5)
 
         self.listBoxVal = QListBox(self.Widget8,"listBoxVal")
-        self.listBoxVal.setGeometry(QRect(250,50,180,280))
+        layout6.addWidget(self.listBoxVal)
+
+        Widget8Layout.addMultiCellLayout(layout6,1,1,0,1)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
+        DPlusIntoLayout.addWidget(self.tabuniqueinto,0,0)
+
         self.languageChange()
 
         self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
@@ -128,6 +153,7 @@ 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"))
@@ -137,13 +163,12 @@ class DPlusInto(QWidget):
         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.BSup1Val.setText(QString.null)
         QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
         self.BAjout1Val.setText(QString.null)
         QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
-        self.textLabel1.setText(self.__tr("<u><font size=\"+1\">Valeur(s) actuelle(s)</font></u>"))
-        self.textLabel1_2.setText(self.__tr("<u><font size=\"+1\">Valeur(s) possibles(s)</font></u>"))
-        self.Commentaire.setText(QString.null)
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index 8ea0dcb9086d9249317423437922b8a9ed4e2c6c..cbb6940c4e21d9eb8bd3182ac9ba4a4c47db30f1 100644 (file)
     <property name="caption">
         <string>DUnIn</string>
     </property>
-    <widget class="QTabWidget">
+    <grid>
         <property name="name">
-            <cstring>tabuniqueinto</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>20</x>
-                <y>20</y>
-                <width>450</width>
-                <height>440</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Widget8</cstring>
+                <cstring>tabuniqueinto</cstring>
             </property>
-            <attribute name="title">
-                <string>Saisir Valeur</string>
-            </attribute>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bHelp</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>0</x>
-                        <y>370</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="QPushButton">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>bOk</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>150</x>
-                        <y>370</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>bSup</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>300</x>
-                        <y>370</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="QListBox">
-                <property name="name">
-                    <cstring>LBValeurs</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>10</x>
-                        <y>50</y>
-                        <width>180</width>
-                        <height>280</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QToolButton">
-                <property name="name">
-                    <cstring>BSup1Val</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>200</x>
-                        <y>70</y>
-                        <width>40</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>enleve l occurence selectionnee</string>
-                </property>
-            </widget>
-            <widget class="QToolButton">
-                <property name="name">
-                    <cstring>BAjout1Val</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>200</x>
-                        <y>110</y>
-                        <width>40</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-                <property name="iconSet">
-                    <iconset>image1</iconset>
-                </property>
-                <property name="toolTip" stdset="0">
-                    <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>40</x>
-                        <y>20</y>
-                        <width>120</width>
-                        <height>21</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;u&gt;&lt;font size="+1"&gt;Valeur(s) actuelle(s)&lt;/font&gt;&lt;/u&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1_2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>278</x>
-                        <y>16</y>
-                        <width>130</width>
-                        <height>21</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;u&gt;&lt;font size="+1"&gt;Valeur(s) possibles(s)&lt;/font&gt;&lt;/u&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>Commentaire</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>30</x>
-                        <y>340</y>
-                        <width>381</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-            </widget>
-            <widget class="QListBox">
-                <property name="name">
-                    <cstring>listBoxVal</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>250</x>
-                        <y>50</y>
-                        <width>180</width>
-                        <height>280</height>
-                    </rect>
-                </property>
+                    <cstring>Widget8</cstring>
+                </property>
+                <attribute name="title">
+                    <string>Saisir Valeur</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>Commentaire</cstring>
+                        </property>
+                        <property name="text">
+                            <string></string>
+                        </property>
+                    </widget>
+                    <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
+                        <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="1">
+                        <property name="name">
+                            <cstring>textLabel1_2</cstring>
+                        </property>
+                        <property name="text">
+                            <string>&lt;u&gt;&lt;font size="+1"&gt;Valeur(s) possibles(s)&lt;/font&gt;&lt;/u&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel" row="0" column="0">
+                        <property name="name">
+                            <cstring>textLabel1</cstring>
+                        </property>
+                        <property name="text">
+                            <string>&lt;u&gt;&lt;font size="+1"&gt;Valeur(s) actuelle(s)&lt;/font&gt;&lt;/u&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>layout6</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QListBox">
+                                <property name="name">
+                                    <cstring>LBValeurs</cstring>
+                                </property>
+                            </widget>
+                            <widget class="QLayoutWidget">
+                                <property name="name">
+                                    <cstring>layout5</cstring>
+                                </property>
+                                <vbox>
+                                    <property name="name">
+                                        <cstring>unnamed</cstring>
+                                    </property>
+                                    <spacer>
+                                        <property name="name">
+                                            <cstring>spacer2</cstring>
+                                        </property>
+                                        <property name="orientation">
+                                            <enum>Vertical</enum>
+                                        </property>
+                                        <property name="sizeType">
+                                            <enum>Expanding</enum>
+                                        </property>
+                                        <property name="sizeHint">
+                                            <size>
+                                                <width>21</width>
+                                                <height>31</height>
+                                            </size>
+                                        </property>
+                                    </spacer>
+                                    <widget class="QToolButton">
+                                        <property name="name">
+                                            <cstring>BSup1Val</cstring>
+                                        </property>
+                                        <property name="minimumSize">
+                                            <size>
+                                                <width>40</width>
+                                                <height>31</height>
+                                            </size>
+                                        </property>
+                                        <property name="maximumSize">
+                                            <size>
+                                                <width>40</width>
+                                                <height>31</height>
+                                            </size>
+                                        </property>
+                                        <property name="text">
+                                            <string></string>
+                                        </property>
+                                        <property name="iconSet">
+                                            <iconset>image0</iconset>
+                                        </property>
+                                        <property name="toolTip" stdset="0">
+                                            <string>enleve l occurence selectionnee</string>
+                                        </property>
+                                    </widget>
+                                    <widget class="QToolButton">
+                                        <property name="name">
+                                            <cstring>BAjout1Val</cstring>
+                                        </property>
+                                        <property name="minimumSize">
+                                            <size>
+                                                <width>40</width>
+                                                <height>31</height>
+                                            </size>
+                                        </property>
+                                        <property name="maximumSize">
+                                            <size>
+                                                <width>40</width>
+                                                <height>31</height>
+                                            </size>
+                                        </property>
+                                        <property name="text">
+                                            <string></string>
+                                        </property>
+                                        <property name="iconSet">
+                                            <iconset>image1</iconset>
+                                        </property>
+                                        <property name="toolTip" stdset="0">
+                                            <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
+                                        </property>
+                                    </widget>
+                                    <spacer>
+                                        <property name="name">
+                                            <cstring>spacer3</cstring>
+                                        </property>
+                                        <property name="orientation">
+                                            <enum>Vertical</enum>
+                                        </property>
+                                        <property name="sizeType">
+                                            <enum>Expanding</enum>
+                                        </property>
+                                        <property name="sizeHint">
+                                            <size>
+                                                <width>21</width>
+                                                <height>181</height>
+                                            </size>
+                                        </property>
+                                    </spacer>
+                                </vbox>
+                            </widget>
+                            <widget class="QListBox">
+                                <property name="name">
+                                    <cstring>listBoxVal</cstring>
+                                </property>
+                            </widget>
+                        </hbox>
+                    </widget>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <images>
     <image name="image0">
index f82675bb761f3666cbca40efc225afec86f6ec71..47953697cb2eddb0c340c0c5349e1b9b3c526900 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desRacine.ui'
 #
-# Created: jeu avr 26 14:24:43 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -45,51 +45,65 @@ class DRac(QWidget):
 
         self.setMinimumSize(QSize(505,0))
 
+        DRacLayout = QGridLayout(self,1,1,11,6,"DRacLayout")
 
-        self.bHelp = QPushButton(self,"bHelp")
-        self.bHelp.setGeometry(QRect(10,440,142,30))
-        self.bHelp.setAutoDefault(1)
+        self.LBNouvCommande = QListBox(self,"LBNouvCommande")
 
-        self.textLabel6 = QLabel(self,"textLabel6")
-        self.textLabel6.setGeometry(QRect(10,70,30,30))
+        DRacLayout.addMultiCellWidget(self.LBNouvCommande,3,3,0,2)
 
-        self.textLabel1_4_2 = QLabel(self,"textLabel1_4_2")
-        self.textLabel1_4_2.setGeometry(QRect(350,0,50,21))
+        self.BNext = QToolButton(self,"BNext")
+        self.BNext.setIconSet(QIconSet(self.image0))
+
+        DRacLayout.addWidget(self.BNext,2,2)
 
         self.LEFiltre = QLineEdit(self,"LEFiltre")
-        self.LEFiltre.setGeometry(QRect(50,70,140,30))
 
-        self.BNext = QToolButton(self,"BNext")
-        self.BNext.setGeometry(QRect(200,70,30,31))
-        self.BNext.setIconSet(QIconSet(self.image0))
+        DRacLayout.addWidget(self.LEFiltre,2,1)
 
-        self.textLabel1_4 = QLabel(self,"textLabel1_4")
-        self.textLabel1_4.setGeometry(QRect(90,0,75,21))
+        self.textLabel6 = QLabel(self,"textLabel6")
 
-        self.buttonGroup1 = QButtonGroup(self,"buttonGroup1")
-        self.buttonGroup1.setGeometry(QRect(10,20,230,40))
+        DRacLayout.addWidget(self.textLabel6,2,0)
 
-        self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
-        self.RBGroupe.setGeometry(QRect(20,10,101,20))
+        self.buttonGroup1 = QButtonGroup(self,"buttonGroup1")
 
         self.RBalpha = QRadioButton(self.buttonGroup1,"RBalpha")
-        self.RBalpha.setGeometry(QRect(140,10,80,20))
+        self.RBalpha.setGeometry(QRect(110,20,110,20))
         self.RBalpha.setChecked(1)
 
+        self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
+        self.RBGroupe.setGeometry(QRect(10,20,101,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")
+
+        self.bHelp = QPushButton(self,"bHelp")
+        self.bHelp.setAutoDefault(1)
+        layout1.addWidget(self.bHelp)
+
         self.bOk = QPushButton(self,"bOk")
-        self.bOk.setGeometry(QRect(180,440,142,30))
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
 
         self.bSup = QPushButton(self,"bSup")
-        self.bSup.setGeometry(QRect(350,440,142,30))
         self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
 
-        self.LBNouvCommande = QListBox(self,"LBNouvCommande")
-        self.LBNouvCommande.setGeometry(QRect(10,110,230,320))
-
-        self.LBRegles = QListBox(self,"LBRegles")
-        self.LBRegles.setGeometry(QRect(260,30,230,400))
+        DRacLayout.addMultiCellLayout(layout1,4,4,0,3)
 
         self.languageChange()
 
@@ -108,17 +122,17 @@ class DRac(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.textLabel6.setText(self.__tr("Filtre"))
-        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.BNext.setText(QString.null)
         QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
-        self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
+        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.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"))
index e3c4636360c87296d267f739d1e43fb9e2d12791..8bfcbdb1ec263e77bc79b61393be96c2b3519f55 100644 (file)
     <property name="caption">
         <string>DMacro</string>
     </property>
-    <widget class="QPushButton">
+    <grid>
         <property name="name">
-            <cstring>bHelp</cstring>
+            <cstring>unnamed</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="QLabel">
-        <property name="name">
-            <cstring>textLabel6</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>70</y>
-                <width>30</width>
-                <height>30</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>Filtre</string>
-        </property>
-    </widget>
-    <widget class="QLabel">
-        <property name="name">
-            <cstring>textLabel1_4_2</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>350</x>
-                <y>0</y>
-                <width>50</width>
-                <height>21</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>&lt;b&gt;&lt;u&gt;Régles :&lt;/u&gt;&lt;/b&gt;</string>
-        </property>
-    </widget>
-    <widget class="QLineEdit">
-        <property name="name">
-            <cstring>LEFiltre</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>50</x>
-                <y>70</y>
-                <width>140</width>
-                <height>30</height>
-            </rect>
-        </property>
-    </widget>
-    <widget class="QToolButton">
-        <property name="name">
-            <cstring>BNext</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>200</x>
-                <y>70</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>
-    <widget class="QLabel">
-        <property name="name">
-            <cstring>textLabel1_4</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>90</x>
-                <y>0</y>
-                <width>75</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="QButtonGroup">
-        <property name="name">
-            <cstring>buttonGroup1</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>20</y>
-                <width>230</width>
-                <height>40</height>
-            </rect>
-        </property>
-        <property name="title">
-            <string>Affichage</string>
-        </property>
-        <widget class="QRadioButton">
+        <widget class="QListBox" row="3" column="0" rowspan="1" colspan="3">
             <property name="name">
-                <cstring>RBGroupe</cstring>
+                <cstring>LBNouvCommande</cstring>
             </property>
-            <property name="geometry">
-                <rect>
-                    <x>20</x>
-                    <y>10</y>
-                    <width>101</width>
-                    <height>20</height>
-                </rect>
+        </widget>
+        <widget class="QToolButton" row="2" column="2">
+            <property name="name">
+                <cstring>BNext</cstring>
             </property>
             <property name="text">
-                <string>par groupe</string>
+                <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="QRadioButton">
+        <widget class="QLineEdit" row="2" column="1">
             <property name="name">
-                <cstring>RBalpha</cstring>
+                <cstring>LEFiltre</cstring>
             </property>
-            <property name="geometry">
-                <rect>
-                    <x>140</x>
-                    <y>10</y>
-                    <width>80</width>
-                    <height>20</height>
-                </rect>
+        </widget>
+        <widget class="QLabel" row="2" column="0">
+            <property name="name">
+                <cstring>textLabel6</cstring>
             </property>
             <property name="text">
-                <string>alphabétique</string>
+                <string>Filtre</string>
+            </property>
+        </widget>
+        <widget class="QButtonGroup" row="1" column="0" rowspan="1" colspan="3">
+            <property name="name">
+                <cstring>buttonGroup1</cstring>
             </property>
-            <property name="checked">
-                <bool>true</bool>
+            <property name="title">
+                <string>Affichage</string>
             </property>
+            <widget class="QRadioButton">
+                <property name="name">
+                    <cstring>RBalpha</cstring>
+                </property>
+                <property name="geometry">
+                    <rect>
+                        <x>110</x>
+                        <y>20</y>
+                        <width>110</width>
+                        <height>20</height>
+                    </rect>
+                </property>
+                <property name="text">
+                    <string>alphabétique</string>
+                </property>
+                <property name="checked">
+                    <bool>true</bool>
+                </property>
+            </widget>
+            <widget class="QRadioButton">
+                <property name="name">
+                    <cstring>RBGroupe</cstring>
+                </property>
+                <property name="geometry">
+                    <rect>
+                        <x>10</x>
+                        <y>20</y>
+                        <width>101</width>
+                        <height>20</height>
+                    </rect>
+                </property>
+                <property name="text">
+                    <string>par groupe</string>
+                </property>
+            </widget>
         </widget>
-    </widget>
-    <widget class="QPushButton">
-        <property name="name">
-            <cstring>bOk</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>180</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>bSup</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>350</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="QListBox">
-        <property name="name">
-            <cstring>LBNouvCommande</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>110</y>
-                <width>230</width>
-                <height>320</height>
-            </rect>
-        </property>
-    </widget>
-    <widget class="QListBox">
-        <property name="name">
-            <cstring>LBRegles</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>260</x>
-                <y>30</y>
-                <width>230</width>
-                <height>400</height>
-            </rect>
-        </property>
-    </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>
+            </property>
+            <property name="text">
+                <string>&lt;b&gt;&lt;u&gt;Régles :&lt;/u&gt;&lt;/b&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="4" 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>
+    </grid>
 </widget>
 <images>
     <image name="image0">
index c9c0d31d3151d3ff1ef587c398c05f097c9a26ab..90fc043f4175f3c1c318823087bce8fbc162e39e 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desSelectVal.ui'
 #
-# Created: mer oct 10 10:48:18 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -19,32 +19,45 @@ class DSelVal(QWidget):
             self.setName("DSelVal")
 
 
+        DSelValLayout = QGridLayout(self,1,1,11,6,"DSelValLayout")
+
+        self.TBtext = QTextBrowser(self,"TBtext")
+
+        DSelValLayout.addMultiCellWidget(self.TBtext,0,0,0,1)
 
         self.BGSeparateur = QButtonGroup(self,"BGSeparateur")
-        self.BGSeparateur.setGeometry(QRect(10,390,180,80))
+        self.BGSeparateur.setMinimumSize(QSize(180,100))
 
-        self.BpointVirgule = QRadioButton(self.BGSeparateur,"BpointVirgule")
-        self.BpointVirgule.setGeometry(QRect(50,50,81,21))
+        LayoutWidget = QWidget(self.BGSeparateur,"layout1")
+        LayoutWidget.setGeometry(QRect(17,20,150,74))
+        layout1 = QGridLayout(LayoutWidget,1,1,11,6,"layout1")
 
-        self.Bvirgule = QRadioButton(self.BGSeparateur,"Bvirgule")
-        self.Bvirgule.setGeometry(QRect(50,30,81,21))
+        self.BpointVirgule = QRadioButton(LayoutWidget,"BpointVirgule")
 
-        self.Bespace = QRadioButton(self.BGSeparateur,"Bespace")
-        self.Bespace.setGeometry(QRect(50,10,81,21))
+        layout1.addWidget(self.BpointVirgule,2,0)
+
+        self.Bespace = QRadioButton(LayoutWidget,"Bespace")
         self.Bespace.setChecked(1)
 
+        layout1.addWidget(self.Bespace,0,0)
+
+        self.Bvirgule = QRadioButton(LayoutWidget,"Bvirgule")
+
+        layout1.addWidget(self.Bvirgule,1,0)
+
+        DSelValLayout.addMultiCellWidget(self.BGSeparateur,1,2,0,0)
+
         self.BImportTout = QPushButton(self,"BImportTout")
-        self.BImportTout.setGeometry(QRect(200,440,210,31))
+
+        DSelValLayout.addWidget(self.BImportTout,2,1)
 
         self.BImportSel = QPushButton(self,"BImportSel")
-        self.BImportSel.setGeometry(QRect(200,400,210,31))
 
-        self.TBtext = QTextBrowser(self,"TBtext")
-        self.TBtext.setGeometry(QRect(0,0,411,391))
+        DSelValLayout.addWidget(self.BImportSel,1,1)
 
         self.languageChange()
 
-        self.resize(QSize(413,480).expandedTo(self.minimumSizeHint()))
+        self.resize(QSize(413,497).expandedTo(self.minimumSizeHint()))
         self.clearWState(Qt.WState_Polished)
 
         self.connect(self.BGSeparateur,SIGNAL("clicked(int)"),self.SeparateurSelect)
@@ -56,8 +69,8 @@ class DSelVal(QWidget):
         self.setCaption(self.__trUtf8("\x53\xc3\xa9\x6c\x65\x63\x74\x69\x6f\x6e\x20\x64\x65\x20\x76\x61\x6c\x65\x75\x72\x73"))
         self.BGSeparateur.setTitle(self.__trUtf8("\x53\xc3\xa9\x70\x61\x72\x61\x74\x65\x75\x72"))
         self.BpointVirgule.setText(self.__tr("point-virgule"))
-        self.Bvirgule.setText(self.__tr("virgule"))
         self.Bespace.setText(self.__tr("espace"))
+        self.Bvirgule.setText(self.__tr("virgule"))
         self.BImportTout.setText(self.__tr("Importer Tout"))
         self.BImportSel.setText(self.__tr("Ajouter Selection"))
 
index 75cfb88458c9818c1f4469c1b17f221904cf3691..ae092f5669d21ad7e46b4715c3327e39a7cecda7 100644 (file)
             <x>0</x>
             <y>0</y>
             <width>413</width>
-            <height>480</height>
+            <height>497</height>
         </rect>
     </property>
     <property name="caption">
         <string>Sélection de valeurs</string>
     </property>
-    <widget class="QButtonGroup">
+    <grid>
         <property name="name">
-            <cstring>BGSeparateur</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>390</y>
-                <width>180</width>
-                <height>80</height>
-            </rect>
-        </property>
-        <property name="title">
-            <string>Séparateur</string>
-        </property>
-        <widget class="QRadioButton">
+        <widget class="QTextBrowser" row="0" column="0" rowspan="1" colspan="2">
             <property name="name">
-                <cstring>BpointVirgule</cstring>
+                <cstring>TBtext</cstring>
             </property>
-            <property name="geometry">
-                <rect>
-                    <x>50</x>
-                    <y>50</y>
-                    <width>81</width>
-                    <height>21</height>
-                </rect>
+        </widget>
+        <widget class="QButtonGroup" row="1" column="0" rowspan="2" colspan="1">
+            <property name="name">
+                <cstring>BGSeparateur</cstring>
             </property>
-            <property name="text">
-                <string>point-virgule</string>
+            <property name="minimumSize">
+                <size>
+                    <width>180</width>
+                    <height>100</height>
+                </size>
             </property>
+            <property name="title">
+                <string>Séparateur</string>
+            </property>
+            <widget class="QLayoutWidget">
+                <property name="name">
+                    <cstring>layout1</cstring>
+                </property>
+                <property name="geometry">
+                    <rect>
+                        <x>17</x>
+                        <y>20</y>
+                        <width>150</width>
+                        <height>74</height>
+                    </rect>
+                </property>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QRadioButton" row="2" column="0">
+                        <property name="name">
+                            <cstring>BpointVirgule</cstring>
+                        </property>
+                        <property name="text">
+                            <string>point-virgule</string>
+                        </property>
+                    </widget>
+                    <widget class="QRadioButton" row="0" column="0">
+                        <property name="name">
+                            <cstring>Bespace</cstring>
+                        </property>
+                        <property name="text">
+                            <string>espace</string>
+                        </property>
+                        <property name="checked">
+                            <bool>true</bool>
+                        </property>
+                    </widget>
+                    <widget class="QRadioButton" row="1" column="0">
+                        <property name="name">
+                            <cstring>Bvirgule</cstring>
+                        </property>
+                        <property name="text">
+                            <string>virgule</string>
+                        </property>
+                    </widget>
+                </grid>
+            </widget>
         </widget>
-        <widget class="QRadioButton">
+        <widget class="QPushButton" row="2" column="1">
             <property name="name">
-                <cstring>Bvirgule</cstring>
-            </property>
-            <property name="geometry">
-                <rect>
-                    <x>50</x>
-                    <y>30</y>
-                    <width>81</width>
-                    <height>21</height>
-                </rect>
+                <cstring>BImportTout</cstring>
             </property>
             <property name="text">
-                <string>virgule</string>
+                <string>Importer Tout</string>
             </property>
         </widget>
-        <widget class="QRadioButton">
+        <widget class="QPushButton" row="1" column="1">
             <property name="name">
-                <cstring>Bespace</cstring>
-            </property>
-            <property name="geometry">
-                <rect>
-                    <x>50</x>
-                    <y>10</y>
-                    <width>81</width>
-                    <height>21</height>
-                </rect>
+                <cstring>BImportSel</cstring>
             </property>
             <property name="text">
-                <string>espace</string>
-            </property>
-            <property name="checked">
-                <bool>true</bool>
+                <string>Ajouter Selection</string>
             </property>
         </widget>
-    </widget>
-    <widget class="QPushButton">
-        <property name="name">
-            <cstring>BImportTout</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>200</x>
-                <y>440</y>
-                <width>210</width>
-                <height>31</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>Importer Tout</string>
-        </property>
-    </widget>
-    <widget class="QPushButton">
-        <property name="name">
-            <cstring>BImportSel</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>200</x>
-                <y>400</y>
-                <width>210</width>
-                <height>31</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>Ajouter Selection</string>
-        </property>
-    </widget>
-    <widget class="QTextBrowser">
-        <property name="name">
-            <cstring>TBtext</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>0</x>
-                <y>0</y>
-                <width>411</width>
-                <height>391</height>
-            </rect>
-        </property>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 24b38d77205456c97875e6f65d9ead53dd53044a..82d543d82cf3f0d3cf5fac0704bf0f7b9fd9733c 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueASSD.ui'
 #
-# Created: mer mar 21 10:41:08 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,35 +20,47 @@ class DUnASSD(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DUnASSDLayout = QGridLayout(self,1,1,11,6,"DUnASSDLayout")
 
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
-        self.tabuniqueinto.setGeometry(QRect(10,20,460,440))
 
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
-        self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setGeometry(QRect(310,370,142,30))
-        self.bSup.setAutoDefault(1)
+        self.Commentaire = QLabel(self.Widget8,"Commentaire")
+        self.Commentaire.setMinimumSize(QSize(380,30))
 
-        self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setGeometry(QRect(160,370,142,30))
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
+        Widget8Layout.addWidget(self.Commentaire,2,0)
+
+        layout1 = QHBoxLayout(None,0,6,"layout1")
 
         self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setGeometry(QRect(10,370,142,30))
         self.bHelp.setAutoDefault(1)
+        layout1.addWidget(self.bHelp)
 
-        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
-        self.textLabel2.setGeometry(QRect(140,20,160,60))
+        self.bOk = QPushButton(self.Widget8,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
 
-        self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        self.Commentaire.setGeometry(QRect(40,311,381,30))
+        self.bSup = QPushButton(self.Widget8,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout1.addWidget(self.bSup)
+
+        Widget8Layout.addLayout(layout1,3,0)
 
         self.listBoxASSD = QListBox(self.Widget8,"listBoxASSD")
-        self.listBoxASSD.setGeometry(QRect(40,100,380,180))
+
+        Widget8Layout.addWidget(self.listBoxASSD,1,0)
+
+        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
+        self.textLabel2.setMinimumSize(QSize(436,50))
+
+        Widget8Layout.addWidget(self.textLabel2,0,0)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
+        DUnASSDLayout.addWidget(self.tabuniqueinto,0,0)
+
         self.languageChange()
 
         self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
@@ -61,17 +73,17 @@ class DUnASSD(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DUnIn"))
-        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.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.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.Commentaire.setText(QString.null)
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index a22cbb9e9f2650bcdd1ac0ba1893d1d521ba6f5f..d45181ad7b79641244543bd83ad0236c1ce10100 100644 (file)
     <property name="caption">
         <string>DUnIn</string>
     </property>
-    <widget class="QTabWidget">
+    <grid>
         <property name="name">
-            <cstring>tabuniqueinto</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>20</y>
-                <width>460</width>
-                <height>440</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Widget8</cstring>
+                <cstring>tabuniqueinto</cstring>
             </property>
-            <attribute name="title">
-                <string>Saisir Valeur</string>
-            </attribute>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bSup</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>310</x>
-                        <y>370</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>160</x>
-                        <y>370</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>370</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="QLabel">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>textLabel2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>140</x>
-                        <y>20</y>
-                        <width>160</width>
-                        <height>60</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+1"&gt;&lt;p align="center"&gt;Structures de données du type
+                    <cstring>Widget8</cstring>
+                </property>
+                <attribute name="title">
+                    <string>Saisir Valeur</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</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="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="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>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>Commentaire</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>40</x>
-                        <y>311</y>
-                        <width>381</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-            </widget>
-            <widget class="QListBox">
-                <property name="name">
-                    <cstring>listBoxASSD</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>40</x>
-                        <y>100</y>
-                        <width>380</width>
-                        <height>180</height>
-                    </rect>
-                </property>
+                        </property>
+                    </widget>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 2d756cb6aa2e31fca14d9feb797ced6ac92bf018..7d31bca00a363e9c49dfdfff168853e85b09b78e 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueBase.ui'
 #
-# Created: lun oct 15 14:18:49 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,38 +20,64 @@ class DUnBase(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DUnBaseLayout = QGridLayout(self,1,1,11,6,"DUnBaseLayout")
 
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
-        self.tabuniqueinto.setGeometry(QRect(10,20,460,440))
 
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
-        self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setGeometry(QRect(310,370,142,30))
-        self.bSup.setAutoDefault(1)
+        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.setGeometry(QRect(160,370,142,30))
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
 
-        self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setGeometry(QRect(10,370,142,30))
-        self.bHelp.setAutoDefault(1)
+        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(38,316,381,41))
+        self.Commentaire.setMinimumSize(QSize(430,40))
+
+        Widget8Layout.addWidget(self.Commentaire,4,0)
+
+        layout2 = QHBoxLayout(None,0,6,"layout2")
 
         self.textLabel2 = QLabel(self.Widget8,"textLabel2")
-        self.textLabel2.setGeometry(QRect(40,160,50,21))
+        layout2.addWidget(self.textLabel2)
 
         self.lineEditVal = QLineEdit(self.Widget8,"lineEditVal")
-        self.lineEditVal.setGeometry(QRect(120,150,231,31))
+        self.lineEditVal.setMinimumSize(QSize(290,50))
+        layout2.addWidget(self.lineEditVal)
+
+        Widget8Layout.addLayout(layout2,2,0)
+
+        layout3 = QHBoxLayout(None,0,6,"layout3")
+        spacer1 = QSpacerItem(281,21,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout3.addItem(spacer1)
 
         self.bParametres = QPushButton(self.Widget8,"bParametres")
-        self.bParametres.setGeometry(QRect(300,10,140,30))
+        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)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
+        DUnBaseLayout.addWidget(self.tabuniqueinto,0,0)
+
         self.languageChange()
 
         self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
@@ -66,15 +92,15 @@ class DUnBase(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DUnIn"))
-        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.Commentaire.setText(QString.null)
         self.textLabel2.setText(self.__tr("<b><u><p align=\"center\">Valeur: </p></u></b>"))
         self.bParametres.setText(self.__tr("Parametres"))
index d3bf41d2177e448d0bf7b18753439a3efa23a910..62fdacee08c99da2ebebed8d589f2ef40f0b9350 100644 (file)
     <property name="caption">
         <string>DUnIn</string>
     </property>
-    <widget class="QTabWidget">
+    <grid>
         <property name="name">
-            <cstring>tabuniqueinto</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>20</y>
-                <width>460</width>
-                <height>440</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Widget8</cstring>
+                <cstring>tabuniqueinto</cstring>
             </property>
-            <attribute name="title">
-                <string>Saisir Valeur</string>
-            </attribute>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bSup</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>310</x>
-                        <y>370</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>160</x>
-                        <y>370</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>370</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="QLabel">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>Commentaire</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>38</x>
-                        <y>316</y>
-                        <width>381</width>
-                        <height>41</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>40</x>
-                        <y>160</y>
-                        <width>50</width>
-                        <height>21</height>
-                    </rect>
-                </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="geometry">
-                    <rect>
-                        <x>120</x>
-                        <y>150</y>
-                        <width>231</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bParametres</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>300</x>
-                        <y>10</y>
-                        <width>140</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Parametres</string>
+                    <cstring>Widget8</cstring>
                 </property>
+                <attribute name="title">
+                    <string>Saisir Valeur</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QLayoutWidget" row="5" 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="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="name">
+                                <cstring>unnamed</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="name">
+                            <cstring>layout3</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</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="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>
+                    </spacer>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index e0a470df498a3c13672b30156c1e8da4075431a5..1ef6030967efddc642a5d7e17a16abe1fd9e5bfb 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueComp.ui'
 #
-# Created: mar aoû 7 16:45:58 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,50 +20,71 @@ class DUnComp(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DUnCompLayout = QGridLayout(self,1,1,11,6,"DUnCompLayout")
 
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
-        self.tabuniqueinto.setGeometry(QRect(10,20,460,440))
 
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
         self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setGeometry(QRect(310,370,142,30))
         self.bSup.setAutoDefault(1)
 
+        Widget8Layout.addWidget(self.bSup,6,3)
+
         self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setGeometry(QRect(160,370,142,30))
         self.bOk.setAutoDefault(1)
         self.bOk.setDefault(1)
 
+        Widget8Layout.addMultiCellWidget(self.bOk,6,6,1,2)
+
         self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setGeometry(QRect(10,370,142,30))
         self.bHelp.setAutoDefault(1)
 
+        Widget8Layout.addWidget(self.bHelp,6,0)
+
+        layout3 = QVBoxLayout(None,0,6,"layout3")
+
         self.textLabel1 = QLabel(self.Widget8,"textLabel1")
-        self.textLabel1.setGeometry(QRect(60,30,190,20))
+        layout3.addWidget(self.textLabel1)
+
+        self.LEcomp = QLineEdit(self.Widget8,"LEcomp")
+        self.LEcomp.setMinimumSize(QSize(390,40))
+        layout3.addWidget(self.LEcomp)
+
+        Widget8Layout.addMultiCellLayout(layout3,0,0,0,3)
 
         self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        self.Commentaire.setGeometry(QRect(140,320,170,30))
 
-        self.LEImag = QLineEdit(self.Widget8,"LEImag")
-        self.LEImag.setGeometry(QRect(240,250,170,31))
+        Widget8Layout.addMultiCellWidget(self.Commentaire,5,5,0,3)
 
         self.LEReel = QLineEdit(self.Widget8,"LEReel")
-        self.LEReel.setGeometry(QRect(50,250,170,31))
+        self.LEReel.setMinimumSize(QSize(190,40))
 
-        self.LEcomp = QLineEdit(self.Widget8,"LEcomp")
-        self.LEcomp.setGeometry(QRect(50,60,360,40))
+        Widget8Layout.addMultiCellWidget(self.LEReel,3,3,0,1)
+
+        self.LEImag = QLineEdit(self.Widget8,"LEImag")
+        self.LEImag.setMinimumSize(QSize(190,40))
+
+        Widget8Layout.addMultiCellWidget(self.LEImag,3,3,2,3)
 
         self.buttonGroup1 = QButtonGroup(self.Widget8,"buttonGroup1")
-        self.buttonGroup1.setGeometry(QRect(50,160,360,70))
+
+        self.RBRI = QRadioButton(self.buttonGroup1,"RBRI")
+        self.RBRI.setGeometry(QRect(20,40,335,20))
 
         self.RBMP = QRadioButton(self.buttonGroup1,"RBMP")
-        self.RBMP.setGeometry(QRect(10,40,330,21))
+        self.RBMP.setGeometry(QRect(20,20,335,20))
 
-        self.RBRI = QRadioButton(self.buttonGroup1,"RBRI")
-        self.RBRI.setGeometry(QRect(10,20,330,21))
+        Widget8Layout.addMultiCellWidget(self.buttonGroup1,2,2,0,3)
+        spacer3 = QSpacerItem(20,41,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        Widget8Layout.addItem(spacer3,1,1)
+        spacer4 = QSpacerItem(20,41,QSizePolicy.Minimum,QSizePolicy.Expanding)
+        Widget8Layout.addItem(spacer4,4,1)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
+        DUnCompLayout.addWidget(self.tabuniqueinto,0,0)
+
         self.languageChange()
 
         self.resize(QSize(484,480).expandedTo(self.minimumSizeHint()))
@@ -91,8 +112,8 @@ class DUnComp(QWidget):
         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.RBMP.setText(self.__tr("MP        : Module                                                                          Phase"))
-        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\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.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 54af79133045394e6a56bf8ff411f83e8b7cd6e0..92689735d83ba97ae5ef444a93894cfa25eb0427 100644 (file)
     <property name="caption">
         <string>DUnComp</string>
     </property>
-    <widget class="QTabWidget">
+    <grid>
         <property name="name">
-            <cstring>tabuniqueinto</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>20</y>
-                <width>460</width>
-                <height>440</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Widget8</cstring>
+                <cstring>tabuniqueinto</cstring>
             </property>
-            <attribute name="title">
-                <string>Saisir Valeur</string>
-            </attribute>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bSup</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>310</x>
-                        <y>370</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>160</x>
-                        <y>370</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>370</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="QLabel">
-                <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>60</x>
-                        <y>30</y>
-                        <width>190</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+2"&gt;Complexe de la forme : a+bj&lt;/font&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>Commentaire</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>140</x>
-                        <y>320</y>
-                        <width>170</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+2"&gt;Un complexe est attendu&lt;/font&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LEImag</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>240</x>
-                        <y>250</y>
-                        <width>170</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LEReel</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>250</y>
-                        <width>170</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLineEdit">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>LEcomp</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>60</y>
-                        <width>360</width>
-                        <height>40</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QButtonGroup">
-                <property name="name">
-                    <cstring>buttonGroup1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>50</x>
-                        <y>160</y>
-                        <width>360</width>
-                        <height>70</height>
-                    </rect>
+                    <cstring>Widget8</cstring>
                 </property>
-                <property name="title">
-                    <string>OU</string>
-                </property>
-                <widget class="QRadioButton">
+                <attribute name="title">
+                    <string>Saisir Valeur</string>
+                </attribute>
+                <grid>
                     <property name="name">
-                        <cstring>RBMP</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>10</x>
-                            <y>40</y>
-                            <width>330</width>
-                            <height>21</height>
-                        </rect>
-                    </property>
-                    <property name="text">
-                        <string>MP     : Module                                                                          Phase</string>
-                    </property>
-                </widget>
-                <widget class="QRadioButton">
-                    <property name="name">
-                        <cstring>RBRI</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>10</x>
-                            <y>20</y>
-                            <width>330</width>
-                            <height>21</height>
-                        </rect>
-                    </property>
-                    <property name="text">
-                        <string>RI   : Réel                                                                          Imaginaire</string>
+                        <cstring>unnamed</cstring>
                     </property>
-                </widget>
+                    <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">
+                        <property name="name">
+                            <cstring>layout3</cstring>
+                        </property>
+                        <vbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QLabel">
+                                <property name="name">
+                                    <cstring>textLabel1</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&lt;font size="+2"&gt;Complexe de la forme : a+bj&lt;/font&gt;</string>
+                                </property>
+                            </widget>
+                            <widget class="QLineEdit">
+                                <property name="name">
+                                    <cstring>LEcomp</cstring>
+                                </property>
+                                <property name="minimumSize">
+                                    <size>
+                                        <width>390</width>
+                                        <height>40</height>
+                                    </size>
+                                </property>
+                            </widget>
+                        </vbox>
+                    </widget>
+                    <widget class="QLabel" row="5" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>Commentaire</cstring>
+                        </property>
+                        <property name="text">
+                            <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">
+                        <property name="name">
+                            <cstring>LEReel</cstring>
+                        </property>
+                        <property name="minimumSize">
+                            <size>
+                                <width>190</width>
+                                <height>40</height>
+                            </size>
+                        </property>
+                    </widget>
+                    <widget class="QLineEdit" row="3" column="2" rowspan="1" colspan="2">
+                        <property name="name">
+                            <cstring>LEImag</cstring>
+                        </property>
+                        <property name="minimumSize">
+                            <size>
+                                <width>190</width>
+                                <height>40</height>
+                            </size>
+                        </property>
+                    </widget>
+                    <widget class="QButtonGroup" row="2" column="0" rowspan="1" colspan="4">
+                        <property name="name">
+                            <cstring>buttonGroup1</cstring>
+                        </property>
+                        <property name="title">
+                            <string>OU</string>
+                        </property>
+                        <widget class="QRadioButton">
+                            <property name="name">
+                                <cstring>RBRI</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>20</x>
+                                    <y>40</y>
+                                    <width>335</width>
+                                    <height>20</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>RI   : Réel                                                Imaginaire</string>
+                            </property>
+                        </widget>
+                        <widget class="QRadioButton">
+                            <property name="name">
+                                <cstring>RBMP</cstring>
+                            </property>
+                            <property name="geometry">
+                                <rect>
+                                    <x>20</x>
+                                    <y>20</y>
+                                    <width>335</width>
+                                    <height>20</height>
+                                </rect>
+                            </property>
+                            <property name="text">
+                                <string>MP     : Module                                                 Phase</string>
+                            </property>
+                        </widget>
+                    </widget>
+                    <spacer row="1" column="1">
+                        <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>20</width>
+                                <height>41</height>
+                            </size>
+                        </property>
+                    </spacer>
+                    <spacer row="4" column="1">
+                        <property name="name">
+                            <cstring>spacer4</cstring>
+                        </property>
+                        <property name="orientation">
+                            <enum>Vertical</enum>
+                        </property>
+                        <property name="sizeType">
+                            <enum>Expanding</enum>
+                        </property>
+                        <property name="sizeHint">
+                            <size>
+                                <width>20</width>
+                                <height>41</height>
+                            </size>
+                        </property>
+                    </spacer>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 6fa50f00511e4c5813e2298929bf67985df446b9..3dc4146bd182282a105b8c90a7b5647e4729d3f7 100644 (file)
     <property name="caption">
         <string>DUnIn</string>
     </property>
-    <widget class="QTabWidget">
+    <grid>
         <property name="name">
-            <cstring>tabuniqueinto</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>20</x>
-                <y>20</y>
-                <width>450</width>
-                <height>440</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Widget8</cstring>
+                <cstring>tabuniqueinto</cstring>
             </property>
-            <attribute name="title">
-                <string>Saisir Valeur</string>
-            </attribute>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>170</x>
-                        <y>30</y>
-                        <width>100</width>
-                        <height>21</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="QLabel">
-                <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>170</x>
-                        <y>-10</y>
-                        <width>90</width>
-                        <height>31</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;p align="center"&gt;Choisir une valeur&lt;/p&gt;</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>Commentaire</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>38</x>
-                        <y>316</y>
-                        <width>381</width>
-                        <height>41</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-            </widget>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bHelp</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>0</x>
-                        <y>370</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="QListBox">
-                <property name="name">
-                    <cstring>listBoxVal</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>80</x>
-                        <y>60</y>
-                        <width>290</width>
-                        <height>240</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bOk</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>150</x>
-                        <y>370</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>bSup</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>300</x>
-                        <y>370</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>
+                    <cstring>Widget8</cstring>
+                </property>
+                <attribute name="title">
+                    <string>Saisir Valeur</string>
+                </attribute>
+                <grid>
+                    <property name="name">
+                        <cstring>unnamed</cstring>
+                    </property>
+                    <widget class="QLayoutWidget" row="3" 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="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>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 58efba85c6d03e4ae6f8101254daa4c8b7ff5fd3..c95da86794516e9a36f2670860a1759c94c05f63 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueSDCO.ui'
 #
-# Created: lun oct 1 12:28:45 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,59 +20,87 @@ class DUnSDCO(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DUnSDCOLayout = QGridLayout(self,1,1,11,6,"DUnSDCOLayout")
 
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
-        self.tabuniqueinto.setGeometry(QRect(10,20,460,440))
 
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
-        self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setGeometry(QRect(310,370,142,30))
-        self.bSup.setAutoDefault(1)
+        layout4 = QHBoxLayout(None,0,6,"layout4")
 
-        self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setGeometry(QRect(160,370,142,30))
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
+        self.textLabel1 = QLabel(self.Widget8,"textLabel1")
+        layout4.addWidget(self.textLabel1)
+
+        layout3 = QVBoxLayout(None,0,6,"layout3")
+
+        self.rbOui = QRadioButton(self.Widget8,"rbOui")
+        self.rbOui.setEnabled(1)
+        self.rbOui.setChecked(1)
+        layout3.addWidget(self.rbOui)
+
+        self.rbNon = QRadioButton(self.Widget8,"rbNon")
+        self.rbNon.setEnabled(0)
+        self.rbNon.setChecked(0)
+        layout3.addWidget(self.rbNon)
+        layout4.addLayout(layout3)
+
+        Widget8Layout.addLayout(layout4,0,0)
+
+        layout6 = QHBoxLayout(None,0,6,"layout6")
 
         self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setGeometry(QRect(10,370,142,30))
         self.bHelp.setAutoDefault(1)
+        layout6.addWidget(self.bHelp)
+        spacer3_3 = QSpacerItem(16,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+        layout6.addItem(spacer3_3)
 
-        self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        self.Commentaire.setGeometry(QRect(40,311,381,30))
+        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.textLabel2 = QLabel(self.Widget8,"textLabel2")
-        self.textLabel2.setGeometry(QRect(110,280,190,30))
+        self.bSup = QPushButton(self.Widget8,"bSup")
+        self.bSup.setAutoDefault(1)
+        layout6.addWidget(self.bSup)
 
-        self.textLabel1 = QLabel(self.Widget8,"textLabel1")
-        self.textLabel1.setGeometry(QRect(40,10,130,41))
+        Widget8Layout.addLayout(layout6,5,0)
+
+        layout5 = QVBoxLayout(None,0,6,"layout5")
 
         self.frame3 = QFrame(self.Widget8,"frame3")
-        self.frame3.setGeometry(QRect(20,70,190,40))
         self.frame3.setFrameShape(QFrame.StyledPanel)
         self.frame3.setFrameShadow(QFrame.Raised)
 
         self.textLabel2_2 = QLabel(self.frame3,"textLabel2_2")
-        self.textLabel2_2.setGeometry(QRect(10,10,170,20))
+        self.textLabel2_2.setGeometry(QRect(10,10,280,26))
+        layout5.addWidget(self.frame3)
 
         self.LESDCO = QLineEdit(self.Widget8,"LESDCO")
-        self.LESDCO.setGeometry(QRect(220,70,220,40))
+        self.LESDCO.setMinimumSize(QSize(300,40))
+        layout5.addWidget(self.LESDCO)
 
-        self.rbNon = QRadioButton(self.Widget8,"rbNon")
-        self.rbNon.setEnabled(0)
-        self.rbNon.setGeometry(QRect(190,30,50,20))
-        self.rbNon.setChecked(0)
+        Widget8Layout.addLayout(layout5,1,0)
 
-        self.rbOui = QRadioButton(self.Widget8,"rbOui")
-        self.rbOui.setEnabled(1)
-        self.rbOui.setGeometry(QRect(190,10,50,20))
-        self.rbOui.setChecked(1)
+        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.Commentaire = QLabel(self.Widget8,"Commentaire")
+        self.Commentaire.setMinimumSize(QSize(311,30))
+
+        Widget8Layout.addWidget(self.Commentaire,4,0)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
+        DUnSDCOLayout.addWidget(self.tabuniqueinto,0,0)
+
         self.languageChange()
 
-        self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
+        self.resize(QSize(461,480).expandedTo(self.minimumSizeHint()))
         self.clearWState(Qt.WState_Polished)
 
         self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
@@ -84,21 +112,21 @@ class DUnSDCO(QWidget):
 
     def languageChange(self):
         self.setCaption(self.__tr("DUnIn"))
-        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.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.Commentaire.setText(QString.null)
-        self.textLabel2.setText(self.__tr("<font size=\"+1\">Un objet de type CO est attendu</font>"))
-        self.textLabel1.setText(self.__tr("<font size=\"+1\">Nouveau Concept : </font>"))
+        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.rbNon.setText(self.__tr("Non"))
-        self.rbOui.setText(self.__tr("Oui"))
+        self.textLabel2.setText(self.__tr("<font size=\"+1\">Un objet de type CO est attendu</font>"))
+        self.Commentaire.setText(QString.null)
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index d018e24a10d8ebe147f59de61b5962fb95eeeb28..ddf849f245aa230ec528201bdd3117c19aed565b 100644 (file)
@@ -8,7 +8,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>482</width>
+            <width>461</width>
             <height>480</height>
         </rect>
     </property>
     <property name="caption">
         <string>DUnIn</string>
     </property>
-    <widget class="QTabWidget">
+    <grid>
         <property name="name">
-            <cstring>tabuniqueinto</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>20</y>
-                <width>460</width>
-                <height>440</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Widget8</cstring>
+                <cstring>tabuniqueinto</cstring>
             </property>
-            <attribute name="title">
-                <string>Saisir Valeur</string>
-            </attribute>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bSup</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>310</x>
-                        <y>370</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>160</x>
-                        <y>370</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>370</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="QLabel">
-                <property name="name">
-                    <cstring>Commentaire</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>40</x>
-                        <y>311</y>
-                        <width>381</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>110</x>
-                        <y>280</y>
-                        <width>190</width>
-                        <height>30</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>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>40</x>
-                        <y>10</y>
-                        <width>130</width>
-                        <height>41</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+1"&gt;Nouveau Concept : &lt;/font&gt;</string>
-                </property>
-            </widget>
-            <widget class="QFrame">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>frame3</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>20</x>
-                        <y>70</y>
-                        <width>190</width>
-                        <height>40</height>
-                    </rect>
-                </property>
-                <property name="frameShape">
-                    <enum>StyledPanel</enum>
-                </property>
-                <property name="frameShadow">
-                    <enum>Raised</enum>
+                    <cstring>Widget8</cstring>
                 </property>
-                <widget class="QLabel">
+                <attribute name="title">
+                    <string>Saisir Valeur</string>
+                </attribute>
+                <grid>
                     <property name="name">
-                        <cstring>textLabel2_2</cstring>
+                        <cstring>unnamed</cstring>
                     </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>10</x>
-                            <y>10</y>
-                            <width>170</width>
-                            <height>20</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="geometry">
-                    <rect>
-                        <x>220</x>
-                        <y>70</y>
-                        <width>220</width>
-                        <height>40</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QRadioButton">
-                <property name="name">
-                    <cstring>rbNon</cstring>
-                </property>
-                <property name="enabled">
-                    <bool>false</bool>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>190</x>
-                        <y>30</y>
-                        <width>50</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Non</string>
-                </property>
-                <property name="checked">
-                    <bool>false</bool>
-                </property>
-            </widget>
-            <widget class="QRadioButton">
-                <property name="name">
-                    <cstring>rbOui</cstring>
-                </property>
-                <property name="enabled">
-                    <bool>true</bool>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>190</x>
-                        <y>10</y>
-                        <width>50</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Oui</string>
-                </property>
-                <property name="checked">
-                    <bool>true</bool>
-                </property>
+                    <widget class="QLayoutWidget" row="0" column="0">
+                        <property name="name">
+                            <cstring>layout4</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</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="name">
+                                    <cstring>layout3</cstring>
+                                </property>
+                                <vbox>
+                                    <property name="name">
+                                        <cstring>unnamed</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="name">
+                            <cstring>layout6</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>
+                            <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>16</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>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>
+                            <property name="name">
+                                <cstring>unnamed</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="name">
+                            <cstring>Commentaire</cstring>
+                        </property>
+                        <property name="minimumSize">
+                            <size>
+                                <width>311</width>
+                                <height>30</height>
+                            </size>
+                        </property>
+                        <property name="text">
+                            <string></string>
+                        </property>
+                    </widget>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
index 58e45e2fc1c3ec6c5856a048f096ee1f376f0f4d..c95d1e69ee8c84b5ea349a1fc0f0ec674fe484c4 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desUniqueSDCOInto.ui'
 #
-# Created: lun oct 1 15:39:53 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -20,62 +20,86 @@ class DUnSDCOInto(QWidget):
 
         self.setMinimumSize(QSize(350,0))
 
+        DUnSDCOIntoLayout = QGridLayout(self,1,1,11,6,"DUnSDCOIntoLayout")
 
         self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
-        self.tabuniqueinto.setGeometry(QRect(10,20,460,440))
 
         self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+        Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
 
-        self.bSup = QPushButton(self.Widget8,"bSup")
-        self.bSup.setGeometry(QRect(310,370,142,30))
-        self.bSup.setAutoDefault(1)
+        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
 
-        self.bOk = QPushButton(self.Widget8,"bOk")
-        self.bOk.setGeometry(QRect(160,370,142,30))
-        self.bOk.setAutoDefault(1)
-        self.bOk.setDefault(1)
+        Widget8Layout.addWidget(self.textLabel2,0,0)
+
+        self.LBSDCO = QListBox(self.Widget8,"LBSDCO")
+
+        Widget8Layout.addWidget(self.LBSDCO,1,0)
+
+        layout1 = QHBoxLayout(None,0,6,"layout1")
 
         self.bHelp = QPushButton(self.Widget8,"bHelp")
-        self.bHelp.setGeometry(QRect(10,370,142,30))
         self.bHelp.setAutoDefault(1)
+        layout1.addWidget(self.bHelp)
 
-        self.textLabel2 = QLabel(self.Widget8,"textLabel2")
-        self.textLabel2.setGeometry(QRect(60,30,340,30))
+        self.bOk = QPushButton(self.Widget8,"bOk")
+        self.bOk.setAutoDefault(1)
+        self.bOk.setDefault(1)
+        layout1.addWidget(self.bOk)
 
-        self.LBSDCO = QListBox(self.Widget8,"LBSDCO")
-        self.LBSDCO.setGeometry(QRect(30,70,400,120))
+        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")
-        self.textLabel2_3.setGeometry(QRect(120,340,190,20))
+
+        Widget8Layout.addWidget(self.textLabel2_3,5,0)
+
+        self.Commentaire = QLabel(self.Widget8,"Commentaire")
+        self.Commentaire.setMinimumSize(QSize(420,30))
+
+        Widget8Layout.addWidget(self.Commentaire,4,0)
+
+        layout3 = QGridLayout(None,1,1,0,6,"layout3")
+
+        self.rbOui = QRadioButton(self.Widget8,"rbOui")
+        self.rbOui.setEnabled(1)
+
+        layout3.addWidget(self.rbOui,0,1)
 
         self.rbNon = QRadioButton(self.Widget8,"rbNon")
         self.rbNon.setEnabled(1)
-        self.rbNon.setGeometry(QRect(220,230,50,20))
         self.rbNon.setChecked(1)
 
-        self.rbOui = QRadioButton(self.Widget8,"rbOui")
-        self.rbOui.setEnabled(1)
-        self.rbOui.setGeometry(QRect(220,210,50,20))
+        layout3.addWidget(self.rbNon,1,1)
 
         self.textLabel1 = QLabel(self.Widget8,"textLabel1")
-        self.textLabel1.setGeometry(QRect(20,210,130,41))
+
+        layout3.addMultiCellWidget(self.textLabel1,0,1,0,0)
+
+        Widget8Layout.addLayout(layout3,2,0)
+
+        layout6 = QHBoxLayout(None,0,6,"layout6")
 
         self.frame3 = QFrame(self.Widget8,"frame3")
-        self.frame3.setGeometry(QRect(10,260,190,40))
+        self.frame3.setMinimumSize(QSize(190,50))
         self.frame3.setFrameShape(QFrame.StyledPanel)
         self.frame3.setFrameShadow(QFrame.Raised)
 
         self.textLabel2_2 = QLabel(self.frame3,"textLabel2_2")
-        self.textLabel2_2.setGeometry(QRect(10,10,170,20))
+        self.textLabel2_2.setGeometry(QRect(20,10,150,30))
+        layout6.addWidget(self.frame3)
 
-        self.LESDCO = QLineEdit(self.Widget8,"LESDCO")
-        self.LESDCO.setEnabled(0)
-        self.LESDCO.setGeometry(QRect(210,260,220,40))
+        self.LEDSCO = QLineEdit(self.Widget8,"LEDSCO")
+        self.LEDSCO.setMinimumSize(QSize(220,40))
+        layout6.addWidget(self.LEDSCO)
 
-        self.Commentaire = QLabel(self.Widget8,"Commentaire")
-        self.Commentaire.setGeometry(QRect(8,307,421,30))
+        Widget8Layout.addLayout(layout6,3,0)
         self.tabuniqueinto.insertTab(self.Widget8,QString(""))
 
+        DUnSDCOIntoLayout.addWidget(self.tabuniqueinto,0,0)
+
         self.languageChange()
 
         self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
@@ -86,28 +110,28 @@ class DUnSDCOInto(QWidget):
         self.connect(self.bSup,SIGNAL("clicked()"),self.BSupPressed)
         self.connect(self.rbNon,SIGNAL("clicked()"),self.BNonPressed)
         self.connect(self.rbOui,SIGNAL("clicked()"),self.BOuiPressed)
-        self.connect(self.LESDCO,SIGNAL("returnPressed()"),self.LESDCOReturnPressed)
         self.connect(self.LBSDCO,SIGNAL("clicked(QListBoxItem*)"),self.LBSDCOReturnPressed)
+        self.connect(self.LEDSCO,SIGNAL("returnPressed()"),self.LESDCOReturnPressed)
 
 
     def languageChange(self):
         self.setCaption(self.__tr("DUnIn"))
-        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.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.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.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.rbNon.setText(self.__tr("Non"))
+        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=\"+2\">Nom du nouveau concept : </font>"))
-        self.Commentaire.setText(QString.null)
+        self.textLabel2_2.setText(self.__tr("<font size=\"+1\"> Nom concept : </font>"))
         self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
 
 
index c507cd0f3386a464975de0522184b02350896ca8..05c66edab615fc0869e410f6398b8de17418b549 100644 (file)
     <property name="caption">
         <string>DUnIn</string>
     </property>
-    <widget class="QTabWidget">
+    <grid>
         <property name="name">
-            <cstring>tabuniqueinto</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>20</y>
-                <width>460</width>
-                <height>440</height>
-            </rect>
-        </property>
-        <widget class="QWidget">
+        <widget class="QTabWidget" row="0" column="0">
             <property name="name">
-                <cstring>Widget8</cstring>
+                <cstring>tabuniqueinto</cstring>
             </property>
-            <attribute name="title">
-                <string>Saisir Valeur</string>
-            </attribute>
-            <widget class="QPushButton">
-                <property name="name">
-                    <cstring>bSup</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>310</x>
-                        <y>370</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>160</x>
-                        <y>370</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>370</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="QLabel">
+            <widget class="QWidget">
                 <property name="name">
-                    <cstring>textLabel2</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>60</x>
-                        <y>30</y>
-                        <width>340</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+1"&gt;&lt;u&gt;Structures de données du type requis par l'objet courant &lt;/u&gt;&lt;/font&gt;</string>
-                </property>
-            </widget>
-            <widget class="QListBox">
-                <property name="name">
-                    <cstring>LBSDCO</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>30</x>
-                        <y>70</y>
-                        <width>400</width>
-                        <height>120</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel2_3</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>120</x>
-                        <y>340</y>
-                        <width>190</width>
-                        <height>20</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>
-            <widget class="QRadioButton">
-                <property name="name">
-                    <cstring>rbNon</cstring>
-                </property>
-                <property name="enabled">
-                    <bool>true</bool>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>220</x>
-                        <y>230</y>
-                        <width>50</width>
-                        <height>20</height>
-                    </rect>
+                    <cstring>Widget8</cstring>
                 </property>
-                <property name="text">
-                    <string>Non</string>
-                </property>
-                <property name="checked">
-                    <bool>true</bool>
-                </property>
-            </widget>
-            <widget class="QRadioButton">
-                <property name="name">
-                    <cstring>rbOui</cstring>
-                </property>
-                <property name="enabled">
-                    <bool>true</bool>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>220</x>
-                        <y>210</y>
-                        <width>50</width>
-                        <height>20</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>Oui</string>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>textLabel1</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>20</x>
-                        <y>210</y>
-                        <width>130</width>
-                        <height>41</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string>&lt;font size="+1"&gt;Nouveau Concept : &lt;/font&gt;</string>
-                </property>
-            </widget>
-            <widget class="QFrame">
-                <property name="name">
-                    <cstring>frame3</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>10</x>
-                        <y>260</y>
-                        <width>190</width>
-                        <height>40</height>
-                    </rect>
-                </property>
-                <property name="frameShape">
-                    <enum>StyledPanel</enum>
-                </property>
-                <property name="frameShadow">
-                    <enum>Raised</enum>
-                </property>
-                <widget class="QLabel">
+                <attribute name="title">
+                    <string>Saisir Valeur</string>
+                </attribute>
+                <grid>
                     <property name="name">
-                        <cstring>textLabel2_2</cstring>
-                    </property>
-                    <property name="geometry">
-                        <rect>
-                            <x>10</x>
-                            <y>10</y>
-                            <width>170</width>
-                            <height>20</height>
-                        </rect>
-                    </property>
-                    <property name="text">
-                        <string>&lt;font size="+2"&gt;Nom du nouveau concept : &lt;/font&gt;</string>
+                        <cstring>unnamed</cstring>
                     </property>
-                </widget>
-            </widget>
-            <widget class="QLineEdit">
-                <property name="name">
-                    <cstring>LESDCO</cstring>
-                </property>
-                <property name="enabled">
-                    <bool>false</bool>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>210</x>
-                        <y>260</y>
-                        <width>220</width>
-                        <height>40</height>
-                    </rect>
-                </property>
-            </widget>
-            <widget class="QLabel">
-                <property name="name">
-                    <cstring>Commentaire</cstring>
-                </property>
-                <property name="geometry">
-                    <rect>
-                        <x>8</x>
-                        <y>307</y>
-                        <width>421</width>
-                        <height>30</height>
-                    </rect>
-                </property>
-                <property name="text">
-                    <string></string>
-                </property>
+                    <widget class="QLabel" row="0" column="0">
+                        <property name="name">
+                            <cstring>textLabel2</cstring>
+                        </property>
+                        <property name="text">
+                            <string>&lt;font size="+1"&gt;&lt;u&gt;Structures de données du type requis par l'objet courant &lt;/u&gt;&lt;/font&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QListBox" row="1" column="0">
+                        <property name="name">
+                            <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>
+                        </property>
+                        <property name="text">
+                            <string>&lt;font size="+1"&gt;Un objet de type CO est attendu&lt;/font&gt;</string>
+                        </property>
+                    </widget>
+                    <widget class="QLabel" row="4" 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>
+                    <widget class="QLayoutWidget" row="2" column="0">
+                        <property name="name">
+                            <cstring>layout3</cstring>
+                        </property>
+                        <grid>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QRadioButton" row="0" column="1">
+                                <property name="name">
+                                    <cstring>rbOui</cstring>
+                                </property>
+                                <property name="enabled">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="text">
+                                    <string>Oui</string>
+                                </property>
+                            </widget>
+                            <widget class="QRadioButton" row="1" column="1">
+                                <property name="name">
+                                    <cstring>rbNon</cstring>
+                                </property>
+                                <property name="enabled">
+                                    <bool>true</bool>
+                                </property>
+                                <property name="text">
+                                    <string>Non</string>
+                                </property>
+                                <property name="checked">
+                                    <bool>true</bool>
+                                </property>
+                            </widget>
+                            <widget class="QLabel" row="0" column="0" rowspan="2" colspan="1">
+                                <property name="name">
+                                    <cstring>textLabel1</cstring>
+                                </property>
+                                <property name="text">
+                                    <string>&lt;font size="+1"&gt;Nouveau Concept : &lt;/font&gt;</string>
+                                </property>
+                            </widget>
+                        </grid>
+                    </widget>
+                    <widget class="QLayoutWidget" row="3" column="0">
+                        <property name="name">
+                            <cstring>layout6</cstring>
+                        </property>
+                        <hbox>
+                            <property name="name">
+                                <cstring>unnamed</cstring>
+                            </property>
+                            <widget class="QFrame">
+                                <property name="name">
+                                    <cstring>frame3</cstring>
+                                </property>
+                                <property name="minimumSize">
+                                    <size>
+                                        <width>190</width>
+                                        <height>50</height>
+                                    </size>
+                                </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>20</x>
+                                            <y>10</y>
+                                            <width>150</width>
+                                            <height>30</height>
+                                        </rect>
+                                    </property>
+                                    <property name="text">
+                                        <string>&lt;font size="+1"&gt; Nom concept : &lt;/font&gt;</string>
+                                    </property>
+                                </widget>
+                            </widget>
+                            <widget class="QLineEdit">
+                                <property name="name">
+                                    <cstring>LEDSCO</cstring>
+                                </property>
+                                <property name="minimumSize">
+                                    <size>
+                                        <width>220</width>
+                                        <height>40</height>
+                                    </size>
+                                </property>
+                            </widget>
+                        </hbox>
+                    </widget>
+                </grid>
             </widget>
         </widget>
-    </widget>
+    </grid>
 </widget>
 <connections>
     <connection>
         <receiver>DUnSDCOInto</receiver>
         <slot>BOuiPressed()</slot>
     </connection>
-    <connection>
-        <sender>LESDCO</sender>
-        <signal>returnPressed()</signal>
-        <receiver>DUnSDCOInto</receiver>
-        <slot>LESDCOReturnPressed()</slot>
-    </connection>
     <connection>
         <sender>LBSDCO</sender>
         <signal>clicked(QListBoxItem*)</signal>
         <receiver>DUnSDCOInto</receiver>
         <slot>LBSDCOReturnPressed()</slot>
     </connection>
+    <connection>
+        <sender>LEDSCO</sender>
+        <signal>returnPressed()</signal>
+        <receiver>DUnSDCOInto</receiver>
+        <slot>LESDCOReturnPressed()</slot>
+    </connection>
 </connections>
 <slots>
     <slot>BSupPressed()</slot>
index e1d0a494e494104129c055a2e0f40b99fb859e39..3245479eb18aa4730abc926fe3b904f5b50eb3b9 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'desVisu.ui'
 #
-# Created: mar oct 30 11:06:17 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -19,13 +19,15 @@ class DVisu(QWidget):
             self.setName("DVisu")
 
 
+        DVisuLayout = QGridLayout(self,1,1,11,6,"DVisuLayout")
 
         self.TB = QTextBrowser(self,"TB")
-        self.TB.setGeometry(QRect(0,0,740,401))
+
+        DVisuLayout.addWidget(self.TB,0,0)
 
         self.languageChange()
 
-        self.resize(QSize(739,394).expandedTo(self.minimumSizeHint()))
+        self.resize(QSize(501,394).expandedTo(self.minimumSizeHint()))
         self.clearWState(Qt.WState_Polished)
 
 
index f6d1373f6870d879cbbcb84bd32a348e4724042a..3f61d74a55a8c92918cdcdf9f70e88b1ad70dbf4 100644 (file)
@@ -8,26 +8,23 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>739</width>
+            <width>501</width>
             <height>394</height>
         </rect>
     </property>
     <property name="caption">
         <string>Visualisation Include Materiau</string>
     </property>
-    <widget class="QTextBrowser">
+    <grid>
         <property name="name">
-            <cstring>TB</cstring>
+            <cstring>unnamed</cstring>
         </property>
-        <property name="geometry">
-            <rect>
-                <x>0</x>
-                <y>0</y>
-                <width>740</width>
-                <height>401</height>
-            </rect>
-        </property>
-    </widget>
+        <widget class="QTextBrowser" row="0" column="0">
+            <property name="name">
+                <cstring>TB</cstring>
+            </property>
+        </widget>
+    </grid>
 </widget>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>
index c4affb46f43ee400d0b902cd61a89e0110437daf..12c1bf550a5e84ca7dabf4ba30f5e74c37a8b51a 100644 (file)
@@ -2,7 +2,7 @@
 
 # Form implementation generated from reading ui file 'myMain.ui'
 #
-# Created: mar oct 30 14:35:07 2007
+# Created: ven nov 9 14:51:34 2007
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!