# Form implementation generated from reading ui file 'OptionsEditeur.ui'
#
-# Created: Tue Jan 27 12:25:38 2009
+# Created: Fri Apr 24 13:21:13 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
def setupUi(self, desOptions):
desOptions.setObjectName("desOptions")
desOptions.resize(570, 474)
+ self.gridLayout = QtGui.QGridLayout(desOptions)
+ self.gridLayout.setObjectName("gridLayout")
self.groupBox1 = QtGui.QGroupBox(desOptions)
- self.groupBox1.setGeometry(QtCore.QRect(11, 11, 548, 191))
+ self.groupBox1.setMinimumSize(QtCore.QSize(548, 191))
self.groupBox1.setObjectName("groupBox1")
self.textLabel1_3 = QtGui.QLabel(self.groupBox1)
self.textLabel1_3.setGeometry(QtCore.QRect(30, 60, 280, 20))
self.CBVersions.setObjectName("CBVersions")
self.LERepMat = QtGui.QLineEdit(self.groupBox1)
self.LERepMat.setGeometry(QtCore.QRect(30, 140, 501, 31))
+ self.LERepMat.setMinimumSize(QtCore.QSize(501, 31))
self.LERepMat.setObjectName("LERepMat")
self.LERepCata = QtGui.QLineEdit(self.groupBox1)
self.LERepCata.setGeometry(QtCore.QRect(30, 80, 501, 31))
+ self.LERepCata.setMinimumSize(QtCore.QSize(501, 31))
self.LERepCata.setObjectName("LERepCata")
self.Bok = QtGui.QPushButton(self.groupBox1)
self.Bok.setGeometry(QtCore.QRect(440, 20, 90, 31))
+ self.Bok.setMinimumSize(QtCore.QSize(90, 31))
self.Bok.setAutoDefault(False)
self.Bok.setObjectName("Bok")
+ self.gridLayout.addWidget(self.groupBox1, 0, 0, 1, 2)
self.groupBox2 = QtGui.QGroupBox(desOptions)
- self.groupBox2.setGeometry(QtCore.QRect(11, 208, 548, 90))
+ self.groupBox2.setMinimumSize(QtCore.QSize(548, 90))
self.groupBox2.setObjectName("groupBox2")
self.LEVersionAjout = QtGui.QLineEdit(self.groupBox2)
self.LEVersionAjout.setGeometry(QtCore.QRect(120, 31, 101, 30))
+ self.LEVersionAjout.setMinimumSize(QtCore.QSize(101, 30))
self.LEVersionAjout.setObjectName("LEVersionAjout")
self.LEVersionSup = QtGui.QLineEdit(self.groupBox2)
self.LEVersionSup.setGeometry(QtCore.QRect(410, 30, 101, 30))
self.LEVersionSup.setObjectName("LEVersionSup")
self.PBSup = QtGui.QPushButton(self.groupBox2)
self.PBSup.setGeometry(QtCore.QRect(300, 20, 101, 41))
+ self.PBSup.setMinimumSize(QtCore.QSize(101, 41))
self.PBSup.setObjectName("PBSup")
self.PBajout = QtGui.QPushButton(self.groupBox2)
self.PBajout.setGeometry(QtCore.QRect(10, 20, 101, 41))
+ self.PBajout.setMinimumSize(QtCore.QSize(101, 41))
self.PBajout.setObjectName("PBajout")
- self.PBQuit = QtGui.QPushButton(desOptions)
- self.PBQuit.setGeometry(QtCore.QRect(400, 420, 151, 31))
- self.PBQuit.setMinimumSize(QtCore.QSize(0, 30))
- self.PBQuit.setObjectName("PBQuit")
+ self.gridLayout.addWidget(self.groupBox2, 1, 0, 1, 2)
self.groupBox3 = QtGui.QGroupBox(desOptions)
- self.groupBox3.setGeometry(QtCore.QRect(10, 310, 548, 90))
+ self.groupBox3.setMinimumSize(QtCore.QSize(548, 90))
self.groupBox3.setObjectName("groupBox3")
self.LERepDoc = QtGui.QLineEdit(self.groupBox3)
self.LERepDoc.setGeometry(QtCore.QRect(20, 50, 520, 31))
+ self.LERepDoc.setMinimumSize(QtCore.QSize(520, 31))
self.LERepDoc.setObjectName("LERepDoc")
self.textLabel1 = QtGui.QLabel(self.groupBox3)
self.textLabel1.setGeometry(QtCore.QRect(20, 20, 280, 30))
self.textLabel1.setWordWrap(False)
self.textLabel1.setObjectName("textLabel1")
+ self.gridLayout.addWidget(self.groupBox3, 2, 0, 1, 2)
self.Bdefaut = QtGui.QCheckBox(desOptions)
- self.Bdefaut.setGeometry(QtCore.QRect(10, 430, 340, 20))
+ self.Bdefaut.setMinimumSize(QtCore.QSize(340, 20))
font = QtGui.QFont()
font.setPointSize(12)
self.Bdefaut.setFont(font)
self.Bdefaut.setObjectName("Bdefaut")
+ self.gridLayout.addWidget(self.Bdefaut, 3, 0, 1, 1)
+ self.PBQuit = QtGui.QPushButton(desOptions)
+ self.PBQuit.setMinimumSize(QtCore.QSize(151, 31))
+ self.PBQuit.setObjectName("PBQuit")
+ self.gridLayout.addWidget(self.PBQuit, 3, 1, 1, 1)
self.retranslateUi(desOptions)
+ QtCore.QMetaObject.connectSlotsByName(desOptions)
def retranslateUi(self, desOptions):
desOptions.setWindowTitle(QtGui.QApplication.translate("desOptions", "Options Aster", None, QtGui.QApplication.UnicodeUTF8))
"Version :", None, QtGui.QApplication.UnicodeUTF8))
self.PBajout.setText(QtGui.QApplication.translate("desOptions", "Ajouter\n"
"Version :", None, QtGui.QApplication.UnicodeUTF8))
- self.PBQuit.setText(QtGui.QApplication.translate("desOptions", "Quitter", None, QtGui.QApplication.UnicodeUTF8))
self.groupBox3.setTitle(QtGui.QApplication.translate("desOptions", "Doc", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel1.setText(QtGui.QApplication.translate("desOptions", "Repertoire d\'acces à la documentation :", None, QtGui.QApplication.UnicodeUTF8))
self.Bdefaut.setText(QtGui.QApplication.translate("desOptions", "Reinitialiser avec les valeurs par defaut", None, QtGui.QApplication.UnicodeUTF8))
+ self.PBQuit.setText(QtGui.QApplication.translate("desOptions", "Quitter", None, QtGui.QApplication.UnicodeUTF8))
if __name__ == "__main__":
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>desOptions</class>
- <widget class="QDialog" name="desOptions" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>570</width>
- <height>474</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Options Aster</string>
- </property>
+<ui version="4.0" >
+ <class>desOptions</class>
+ <widget class="QDialog" name="desOptions" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>570</width>
+ <height>474</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>Options Aster</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox1" >
+ <property name="minimumSize" >
+ <size>
+ <width>548</width>
+ <height>191</height>
+ </size>
+ </property>
+ <property name="title" >
+ <string>Configurer une Version</string>
+ </property>
+ <widget class="QLabel" name="textLabel1_3" >
<property name="geometry" >
- <rect>
- <x>11</x>
- <y>11</y>
- <width>548</width>
- <height>191</height>
- </rect>
- </property>
- <property name="title" >
- <string>Configurer une Version</string>
- </property>
- <widget class="QLabel" name="textLabel1_3" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>60</y>
- <width>280</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text" >
- <string>Répertoire d'accès au catalogue :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="textLabel1_2_2" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>120</y>
- <width>280</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text" >
- <string>Répertoire d'accès aux matériaux :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QComboBox" name="CBVersions" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>20</y>
- <width>90</width>
- <height>30</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="LERepMat" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>140</y>
- <width>501</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- <widget class="QLineEdit" name="LERepCata" >
- <property name="geometry" >
- <rect>
- <x>30</x>
- <y>80</y>
- <width>501</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="Bok" >
- <property name="geometry" >
- <rect>
- <x>440</x>
- <y>20</y>
- <width>90</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string>Valider</string>
- </property>
- <property name="autoDefault" >
- <bool>false</bool>
- </property>
- </widget>
+ <rect>
+ <x>30</x>
+ <y>60</y>
+ <width>280</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text" >
+ <string>Répertoire d'accès au catalogue :</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QLabel" name="textLabel1_2_2" >
+ <property name="geometry" >
+ <rect>
+ <x>30</x>
+ <y>120</y>
+ <width>280</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text" >
+ <string>Répertoire d'accès aux matériaux :</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QComboBox" name="CBVersions" >
+ <property name="geometry" >
+ <rect>
+ <x>30</x>
+ <y>20</y>
+ <width>90</width>
+ <height>30</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QLineEdit" name="LERepMat" >
+ <property name="geometry" >
+ <rect>
+ <x>30</x>
+ <y>140</y>
+ <width>501</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>501</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ <widget class="QLineEdit" name="LERepCata" >
+ <property name="geometry" >
+ <rect>
+ <x>30</x>
+ <y>80</y>
+ <width>501</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>501</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ <widget class="QPushButton" name="Bok" >
+ <property name="geometry" >
+ <rect>
+ <x>440</x>
+ <y>20</y>
+ <width>90</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>90</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Valider</string>
+ </property>
+ <property name="autoDefault" >
+ <bool>false</bool>
+ </property>
+ </widget>
</widget>
+ </item>
+ <item row="1" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox2" >
+ <property name="minimumSize" >
+ <size>
+ <width>548</width>
+ <height>90</height>
+ </size>
+ </property>
+ <property name="title" >
+ <string>Gérer les versions</string>
+ </property>
+ <widget class="QLineEdit" name="LEVersionAjout" >
<property name="geometry" >
- <rect>
- <x>11</x>
- <y>208</y>
- <width>548</width>
- <height>90</height>
- </rect>
- </property>
- <property name="title" >
- <string>Gérer les versions</string>
- </property>
- <widget class="QLineEdit" name="LEVersionAjout" >
- <property name="geometry" >
- <rect>
- <x>120</x>
- <y>31</y>
- <width>101</width>
- <height>30</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="LEVersionSup" >
- <property name="geometry" >
- <rect>
- <x>410</x>
- <y>30</y>
- <width>101</width>
- <height>30</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="PBSup" >
- <property name="geometry" >
- <rect>
- <x>300</x>
- <y>20</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text" >
- <string>Supprimer
-Version :</string>
- </property>
- </widget>
- <widget class="QPushButton" name="PBajout" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>20</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text" >
- <string>Ajouter
+ <rect>
+ <x>120</x>
+ <y>31</y>
+ <width>101</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>101</width>
+ <height>30</height>
+ </size>
+ </property>
+ </widget>
+ <widget class="QLineEdit" name="LEVersionSup" >
+ <property name="geometry" >
+ <rect>
+ <x>410</x>
+ <y>30</y>
+ <width>101</width>
+ <height>30</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QPushButton" name="PBSup" >
+ <property name="geometry" >
+ <rect>
+ <x>300</x>
+ <y>20</y>
+ <width>101</width>
+ <height>41</height>
+ </rect>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>101</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Supprimer
Version :</string>
- </property>
- </widget>
- </widget>
- <widget class="QPushButton" name="PBQuit" >
+ </property>
+ </widget>
+ <widget class="QPushButton" name="PBajout" >
<property name="geometry" >
- <rect>
- <x>400</x>
- <y>420</y>
- <width>151</width>
- <height>31</height>
- </rect>
+ <rect>
+ <x>10</x>
+ <y>20</y>
+ <width>101</width>
+ <height>41</height>
+ </rect>
</property>
<property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
+ <size>
+ <width>101</width>
+ <height>41</height>
+ </size>
</property>
<property name="text" >
- <string>Quitter</string>
+ <string>Ajouter
+Version :</string>
</property>
+ </widget>
</widget>
+ </item>
+ <item row="2" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox3" >
+ <property name="minimumSize" >
+ <size>
+ <width>548</width>
+ <height>90</height>
+ </size>
+ </property>
+ <property name="title" >
+ <string>Doc</string>
+ </property>
+ <widget class="QLineEdit" name="LERepDoc" >
<property name="geometry" >
- <rect>
- <x>10</x>
- <y>310</y>
- <width>548</width>
- <height>90</height>
- </rect>
- </property>
- <property name="title" >
- <string>Doc</string>
- </property>
- <widget class="QLineEdit" name="LERepDoc" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>50</y>
- <width>520</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="textLabel1" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>20</y>
- <width>280</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text" >
- <string>Repertoire d'acces à la documentation :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </widget>
- <widget class="QCheckBox" name="Bdefaut" >
+ <rect>
+ <x>20</x>
+ <y>50</y>
+ <width>520</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>520</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ <widget class="QLabel" name="textLabel1" >
<property name="geometry" >
- <rect>
- <x>10</x>
- <y>430</y>
- <width>340</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font" >
- <font>
- <pointsize>12</pointsize>
- </font>
+ <rect>
+ <x>20</x>
+ <y>20</y>
+ <width>280</width>
+ <height>30</height>
+ </rect>
</property>
<property name="text" >
- <string>Reinitialiser avec les valeurs par defaut</string>
+ <string>Repertoire d'acces à la documentation :</string>
</property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QCheckBox" name="Bdefaut" >
+ <property name="minimumSize" >
+ <size>
+ <width>340</width>
+ <height>20</height>
+ </size>
+ </property>
+ <property name="font" >
+ <font>
+ <pointsize>12</pointsize>
+ </font>
+ </property>
+ <property name="text" >
+ <string>Reinitialiser avec les valeurs par defaut</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PBQuit" >
+ <property name="minimumSize" >
+ <size>
+ <width>151</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Quitter</string>
+ </property>
</widget>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
</ui>
# Form implementation generated from reading ui file 'desCommande.ui'
#
-# Created: Thu Mar 12 11:13:57 2009
+# Created: Fri Apr 24 13:21:13 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
class Ui_DComm(object):
def setupUi(self, DComm):
DComm.setObjectName("DComm")
- DComm.resize(505, 573)
+ DComm.resize(792, 770)
+ sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(DComm.sizePolicy().hasHeightForWidth())
+ DComm.setSizePolicy(sizePolicy)
DComm.setMinimumSize(QtCore.QSize(505, 0))
- self.gridLayout_5 = QtGui.QGridLayout(DComm)
- self.gridLayout_5.setObjectName("gridLayout_5")
+ self.gridLayout_3 = QtGui.QGridLayout(DComm)
+ self.gridLayout_3.setObjectName("gridLayout_3")
+ self.Commentaire = QtGui.QLabel(DComm)
+ self.Commentaire.setMaximumSize(QtCore.QSize(793, 20))
+ self.Commentaire.setFrameShape(QtGui.QFrame.NoFrame)
+ self.Commentaire.setFrameShadow(QtGui.QFrame.Plain)
+ self.Commentaire.setWordWrap(False)
+ self.Commentaire.setObjectName("Commentaire")
+ self.gridLayout_3.addWidget(self.Commentaire, 1, 0, 1, 1)
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ spacerItem = QtGui.QSpacerItem(263, 27, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem)
+ self.bOk = QtGui.QPushButton(DComm)
+ sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(self.bOk.sizePolicy().hasHeightForWidth())
+ self.bOk.setSizePolicy(sizePolicy)
+ self.bOk.setMinimumSize(QtCore.QSize(160, 30))
+ self.bOk.setMaximumSize(QtCore.QSize(16777215, 30))
+ self.bOk.setAutoDefault(True)
+ self.bOk.setDefault(True)
+ self.bOk.setObjectName("bOk")
+ self.horizontalLayout.addWidget(self.bOk)
+ spacerItem1 = QtGui.QSpacerItem(254, 27, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem1)
+ self.gridLayout_3.addLayout(self.horizontalLayout, 2, 0, 1, 1)
self.TWChoix = QtGui.QTabWidget(DComm)
self.TWChoix.setObjectName("TWChoix")
self.MotClef = QtGui.QWidget()
self.MotClef.setObjectName("MotClef")
- self.gridLayout_3 = QtGui.QGridLayout(self.MotClef)
- self.gridLayout_3.setObjectName("gridLayout_3")
+ self.gridLayout_6 = QtGui.QGridLayout(self.MotClef)
+ self.gridLayout_6.setObjectName("gridLayout_6")
+ self.gridLayout_5 = QtGui.QGridLayout()
+ self.gridLayout_5.setObjectName("gridLayout_5")
self.textLabel1 = QtGui.QLabel(self.MotClef)
self.textLabel1.setMinimumSize(QtCore.QSize(0, 0))
self.textLabel1.setWordWrap(False)
self.textLabel1.setObjectName("textLabel1")
- self.gridLayout_3.addWidget(self.textLabel1, 0, 0, 1, 1)
+ self.gridLayout_5.addWidget(self.textLabel1, 0, 0, 1, 1)
self.textLabel1_2 = QtGui.QLabel(self.MotClef)
self.textLabel1_2.setWordWrap(False)
self.textLabel1_2.setObjectName("textLabel1_2")
- self.gridLayout_3.addWidget(self.textLabel1_2, 0, 1, 1, 1)
+ self.gridLayout_5.addWidget(self.textLabel1_2, 0, 1, 1, 1)
self.LBMCPermis = QtGui.QListWidget(self.MotClef)
self.LBMCPermis.setObjectName("LBMCPermis")
- self.gridLayout_3.addWidget(self.LBMCPermis, 1, 0, 1, 1)
+ self.gridLayout_5.addWidget(self.LBMCPermis, 1, 0, 1, 1)
self.LBRegles = QtGui.QListWidget(self.MotClef)
self.LBRegles.setObjectName("LBRegles")
- self.gridLayout_3.addWidget(self.LBRegles, 1, 1, 1, 1)
+ self.gridLayout_5.addWidget(self.LBRegles, 1, 1, 1, 1)
+ self.gridLayout_6.addLayout(self.gridLayout_5, 0, 0, 1, 1)
self.TWChoix.addTab(self.MotClef, "")
self.Concept = QtGui.QWidget()
self.Concept.setObjectName("Concept")
- self.gridlayout = QtGui.QGridLayout(self.Concept)
- self.gridlayout.setObjectName("gridlayout")
+ self.gridLayout_9 = QtGui.QGridLayout(self.Concept)
+ self.gridLayout_9.setObjectName("gridLayout_9")
self.groupBox1 = QtGui.QGroupBox(self.Concept)
self.groupBox1.setObjectName("groupBox1")
- self.textLabel1_3 = QtGui.QLabel(self.groupBox1)
- self.textLabel1_3.setGeometry(QtCore.QRect(80, 50, 130, 31))
+ self.gridLayout_8 = QtGui.QGridLayout(self.groupBox1)
+ self.gridLayout_8.setObjectName("gridLayout_8")
+ self.splitter = QtGui.QSplitter(self.groupBox1)
+ self.splitter.setOrientation(QtCore.Qt.Horizontal)
+ self.splitter.setObjectName("splitter")
+ self.textLabel1_3 = QtGui.QLabel(self.splitter)
self.textLabel1_3.setWordWrap(False)
self.textLabel1_3.setObjectName("textLabel1_3")
+ self.gridLayout_8.addWidget(self.splitter, 0, 0, 1, 1)
+ self.horizontalLayout_2 = QtGui.QHBoxLayout()
+ self.horizontalLayout_2.setObjectName("horizontalLayout_2")
+ self.LENomConcept = QtGui.QLineEdit(self.groupBox1)
+ self.LENomConcept.setMinimumSize(QtCore.QSize(360, 40))
+ self.LENomConcept.setObjectName("LENomConcept")
+ self.horizontalLayout_2.addWidget(self.LENomConcept)
+ spacerItem2 = QtGui.QSpacerItem(356, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout_2.addItem(spacerItem2)
+ self.gridLayout_8.addLayout(self.horizontalLayout_2, 1, 0, 1, 1)
+ spacerItem3 = QtGui.QSpacerItem(20, 51, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.gridLayout_8.addItem(spacerItem3, 2, 0, 1, 1)
+ self.verticalLayout = QtGui.QVBoxLayout()
+ self.verticalLayout.setObjectName("verticalLayout")
+ self.gridLayout_7 = QtGui.QGridLayout()
+ self.gridLayout_7.setObjectName("gridLayout_7")
self.textLabel1_3_2 = QtGui.QLabel(self.groupBox1)
- self.textLabel1_3_2.setGeometry(QtCore.QRect(80, 170, 150, 31))
self.textLabel1_3_2.setWordWrap(False)
self.textLabel1_3_2.setObjectName("textLabel1_3_2")
- self.LENomConcept = QtGui.QLineEdit(self.groupBox1)
- self.LENomConcept.setGeometry(QtCore.QRect(80, 110, 310, 30))
- self.LENomConcept.setObjectName("LENomConcept")
+ self.gridLayout_7.addWidget(self.textLabel1_3_2, 0, 0, 1, 1)
self.textLabel3 = QtGui.QLabel(self.groupBox1)
- self.textLabel3.setGeometry(QtCore.QRect(10, 200, 290, 31))
self.textLabel3.setWordWrap(False)
self.textLabel3.setObjectName("textLabel3")
+ self.gridLayout_7.addWidget(self.textLabel3, 1, 0, 1, 1)
self.typeConcept = QtGui.QLabel(self.groupBox1)
- self.typeConcept.setGeometry(QtCore.QRect(310, 200, 130, 31))
self.typeConcept.setWordWrap(False)
self.typeConcept.setObjectName("typeConcept")
- self.gridlayout.addWidget(self.groupBox1, 0, 0, 1, 1)
+ self.gridLayout_7.addWidget(self.typeConcept, 1, 1, 1, 1)
+ self.verticalLayout.addLayout(self.gridLayout_7)
+ spacerItem4 = QtGui.QSpacerItem(20, 338, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout.addItem(spacerItem4)
+ self.gridLayout_8.addLayout(self.verticalLayout, 3, 0, 1, 1)
+ self.gridLayout_9.addWidget(self.groupBox1, 0, 0, 1, 1)
self.TWChoix.addTab(self.Concept, "")
self.Commande = QtGui.QWidget()
self.Commande.setObjectName("Commande")
self.textLabel1_4 = QtGui.QLabel(self.Commande)
self.textLabel1_4.setWordWrap(False)
self.textLabel1_4.setObjectName("textLabel1_4")
- self.gridLayout_2.addWidget(self.textLabel1_4, 0, 0, 2, 3)
+ self.gridLayout_2.addWidget(self.textLabel1_4, 0, 0, 1, 2)
self.groupBox = QtGui.QGroupBox(self.Commande)
+ self.groupBox.setMinimumSize(QtCore.QSize(171, 71))
self.groupBox.setObjectName("groupBox")
self.gridLayout = QtGui.QGridLayout(self.groupBox)
self.gridLayout.setObjectName("gridLayout")
self.RBalpha = QtGui.QRadioButton(self.groupBox)
+ self.RBalpha.setMinimumSize(QtCore.QSize(149, 16))
+ self.RBalpha.setMaximumSize(QtCore.QSize(149, 16))
self.RBalpha.setChecked(True)
self.RBalpha.setObjectName("RBalpha")
self.gridLayout.addWidget(self.RBalpha, 0, 0, 1, 1)
self.RBGroupe = QtGui.QRadioButton(self.groupBox)
self.RBGroupe.setObjectName("RBGroupe")
self.gridLayout.addWidget(self.RBGroupe, 1, 0, 1, 1)
- self.gridLayout_2.addWidget(self.groupBox, 0, 3, 6, 1)
- self.BNext = QtGui.QPushButton(self.Commande)
- self.BNext.setObjectName("BNext")
- self.gridLayout_2.addWidget(self.BNext, 1, 2, 5, 1)
+ self.gridLayout_2.addWidget(self.groupBox, 0, 4, 2, 1)
self.textLabel6 = QtGui.QLabel(self.Commande)
- self.textLabel6.setMinimumSize(QtCore.QSize(50, 30))
+ self.textLabel6.setMinimumSize(QtCore.QSize(91, 30))
self.textLabel6.setWordWrap(False)
self.textLabel6.setObjectName("textLabel6")
- self.gridLayout_2.addWidget(self.textLabel6, 3, 0, 1, 1)
+ self.gridLayout_2.addWidget(self.textLabel6, 1, 0, 1, 1)
self.LEFiltre = QtGui.QLineEdit(self.Commande)
- self.LEFiltre.setMinimumSize(QtCore.QSize(160, 30))
+ self.LEFiltre.setMinimumSize(QtCore.QSize(231, 30))
self.LEFiltre.setObjectName("LEFiltre")
- self.gridLayout_2.addWidget(self.LEFiltre, 3, 1, 1, 1)
+ self.gridLayout_2.addWidget(self.LEFiltre, 1, 1, 1, 1)
+ self.BNext = QtGui.QPushButton(self.Commande)
+ self.BNext.setMinimumSize(QtCore.QSize(90, 30))
+ self.BNext.setObjectName("BNext")
+ self.gridLayout_2.addWidget(self.BNext, 1, 2, 1, 1)
+ spacerItem5 = QtGui.QSpacerItem(108, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.gridLayout_2.addItem(spacerItem5, 1, 3, 1, 1)
self.gridLayout_4.addLayout(self.gridLayout_2, 0, 0, 1, 1)
self.LBNouvCommande = QtGui.QListWidget(self.Commande)
self.LBNouvCommande.setObjectName("LBNouvCommande")
self.gridLayout_4.addWidget(self.LBNouvCommande, 1, 0, 1, 1)
self.textLabel4 = QtGui.QLabel(self.Commande)
+ self.textLabel4.setMaximumSize(QtCore.QSize(721, 20))
self.textLabel4.setWordWrap(False)
self.textLabel4.setObjectName("textLabel4")
self.gridLayout_4.addWidget(self.textLabel4, 2, 0, 1, 1)
self.TWChoix.addTab(self.Commande, "")
- self.gridLayout_5.addWidget(self.TWChoix, 0, 0, 1, 1)
- self.Commentaire = QtGui.QLabel(DComm)
- self.Commentaire.setFrameShape(QtGui.QFrame.NoFrame)
- self.Commentaire.setFrameShadow(QtGui.QFrame.Plain)
- self.Commentaire.setWordWrap(False)
- self.Commentaire.setObjectName("Commentaire")
- self.gridLayout_5.addWidget(self.Commentaire, 1, 0, 1, 1)
- self.horizontalLayout = QtGui.QHBoxLayout()
- self.horizontalLayout.setObjectName("horizontalLayout")
- spacerItem = QtGui.QSpacerItem(128, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
- self.horizontalLayout.addItem(spacerItem)
- self.bOk = QtGui.QPushButton(DComm)
- self.bOk.setMinimumSize(QtCore.QSize(0, 30))
- self.bOk.setAutoDefault(True)
- self.bOk.setDefault(True)
- self.bOk.setObjectName("bOk")
- self.horizontalLayout.addWidget(self.bOk)
- spacerItem1 = QtGui.QSpacerItem(128, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
- self.horizontalLayout.addItem(spacerItem1)
- self.gridLayout_5.addLayout(self.horizontalLayout, 2, 0, 1, 1)
+ self.gridLayout_3.addWidget(self.TWChoix, 0, 0, 1, 1)
self.retranslateUi(DComm)
- self.TWChoix.setCurrentIndex(2)
+ self.TWChoix.setCurrentIndex(0)
QtCore.QMetaObject.connectSlotsByName(DComm)
- DComm.setTabOrder(self.LENomConcept, self.TWChoix)
DComm.setTabOrder(self.TWChoix, self.LBNouvCommande)
DComm.setTabOrder(self.LBNouvCommande, self.bOk)
def retranslateUi(self, DComm):
DComm.setWindowTitle(QtGui.QApplication.translate("DComm", "DComm", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setToolTip(QtGui.QApplication.translate("DComm", "validation de la saisie", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setText(QtGui.QApplication.translate("DComm", "&Valider", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setShortcut(QtGui.QApplication.translate("DComm", "Shift+A, Alt+A, Alt+A, Alt+A", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel1.setText(QtGui.QApplication.translate("DComm", "<h3><p align=\"center\"><u><b>Mots Clefs Permis</b></u></p></h3>", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel1_2.setText(QtGui.QApplication.translate("DComm", "<h3><p align=\"center\"><u><b>Règles</b></u></p></h3>", None, QtGui.QApplication.UnicodeUTF8))
self.TWChoix.setTabText(self.TWChoix.indexOf(self.MotClef), QtGui.QApplication.translate("DComm", "Ajouter Mot-Clef", None, QtGui.QApplication.UnicodeUTF8))
self.groupBox.setTitle(QtGui.QApplication.translate("DComm", "Affichage", None, QtGui.QApplication.UnicodeUTF8))
self.RBalpha.setText(QtGui.QApplication.translate("DComm", "alphabétique", None, QtGui.QApplication.UnicodeUTF8))
self.RBGroupe.setText(QtGui.QApplication.translate("DComm", "par groupe", None, QtGui.QApplication.UnicodeUTF8))
- self.BNext.setText(QtGui.QApplication.translate("DComm", "Suivant", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel6.setText(QtGui.QApplication.translate("DComm", "Filtre", None, QtGui.QApplication.UnicodeUTF8))
+ self.BNext.setText(QtGui.QApplication.translate("DComm", "Suivant", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel4.setText(QtGui.QApplication.translate("DComm", "La commande choisie sera ajoutée APRES la commande courante", None, QtGui.QApplication.UnicodeUTF8))
self.TWChoix.setTabText(self.TWChoix.indexOf(self.Commande), QtGui.QApplication.translate("DComm", "Nouvelle Commande", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setToolTip(QtGui.QApplication.translate("DComm", "validation de la saisie", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setText(QtGui.QApplication.translate("DComm", "&Valider", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setShortcut(QtGui.QApplication.translate("DComm", "Shift+A, Alt+A, Alt+A, Alt+A", None, QtGui.QApplication.UnicodeUTF8))
if __name__ == "__main__":
<rect>
<x>0</x>
<y>0</y>
- <width>505</width>
- <height>573</height>
+ <width>792</width>
+ <height>770</height>
</rect>
</property>
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="minimumSize" >
<size>
<width>505</width>
<property name="windowTitle" >
<string>DComm</string>
</property>
- <layout class="QGridLayout" name="gridLayout_5" >
+ <layout class="QGridLayout" name="gridLayout_3" >
+ <item row="1" column="0" >
+ <widget class="QLabel" name="Commentaire" >
+ <property name="maximumSize" >
+ <size>
+ <width>793</width>
+ <height>20</height>
+ </size>
+ </property>
+ <property name="frameShape" >
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow" >
+ <enum>QFrame::Plain</enum>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>263</width>
+ <height>27</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bOk" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>16777215</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
+ <property name="text" >
+ <string>&Valider</string>
+ </property>
+ <property name="shortcut" >
+ <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>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>254</width>
+ <height>27</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
<item row="0" column="0" >
<widget class="QTabWidget" name="TWChoix" >
<property name="currentIndex" >
- <number>2</number>
+ <number>0</number>
</property>
<widget class="QWidget" name="MotClef" >
<attribute name="title" >
<string>Ajouter Mot-Clef</string>
</attribute>
- <layout class="QGridLayout" name="gridLayout_3" >
+ <layout class="QGridLayout" name="gridLayout_6" >
<item row="0" column="0" >
- <widget class="QLabel" name="textLabel1" >
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="text" >
- <string><h3><p align="center"><u><b>Mots Clefs Permis</b></u></p></h3></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QLabel" name="textLabel1_2" >
- <property name="text" >
- <string><h3><p align="center"><u><b>Règles</b></u></p></h3></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QListWidget" name="LBMCPermis" />
- </item>
- <item row="1" column="1" >
- <widget class="QListWidget" name="LBRegles" />
+ <layout class="QGridLayout" name="gridLayout_5" >
+ <item row="0" column="0" >
+ <widget class="QLabel" name="textLabel1" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string><h3><p align="center"><u><b>Mots Clefs Permis</b></u></p></h3></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QLabel" name="textLabel1_2" >
+ <property name="text" >
+ <string><h3><p align="center"><u><b>Règles</b></u></p></h3></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QListWidget" name="LBMCPermis" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QListWidget" name="LBRegles" />
+ </item>
+ </layout>
</item>
</layout>
</widget>
<attribute name="title" >
<string>Nommer Concept</string>
</attribute>
- <layout class="QGridLayout" >
+ <layout class="QGridLayout" name="gridLayout_9" >
<item row="0" column="0" >
<widget class="QGroupBox" name="groupBox1" >
<property name="title" >
<string>Concept</string>
</property>
- <widget class="QLabel" name="textLabel1_3" >
- <property name="geometry" >
- <rect>
- <x>80</x>
- <y>50</y>
- <width>130</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string><u>Nom du concept :</u></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="textLabel1_3_2" >
- <property name="geometry" >
- <rect>
- <x>80</x>
- <y>170</y>
- <width>150</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string><u>Type du concept :</u></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="LENomConcept" >
- <property name="geometry" >
- <rect>
- <x>80</x>
- <y>110</y>
- <width>310</width>
- <height>30</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="textLabel3" >
- <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>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="typeConcept" >
- <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>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
+ <layout class="QGridLayout" name="gridLayout_8" >
+ <item row="0" column="0" >
+ <widget class="QSplitter" name="splitter" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <widget class="QLabel" name="textLabel1_3" >
+ <property name="text" >
+ <string><u>Nom du concept :</u></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <layout class="QHBoxLayout" name="horizontalLayout_2" >
+ <item>
+ <widget class="QLineEdit" name="LENomConcept" >
+ <property name="minimumSize" >
+ <size>
+ <width>360</width>
+ <height>40</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_3" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>356</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item row="2" column="0" >
+ <spacer name="verticalSpacer_3" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>20</width>
+ <height>51</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="3" column="0" >
+ <layout class="QVBoxLayout" name="verticalLayout" >
+ <item>
+ <layout class="QGridLayout" name="gridLayout_7" >
+ <item row="0" column="0" >
+ <widget class="QLabel" name="textLabel1_3_2" >
+ <property name="text" >
+ <string><u>Type du concept :</u></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="textLabel3" >
+ <property name="text" >
+ <string>L'opérateur retourne un concept de type :</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QLabel" name="typeConcept" >
+ <property name="text" >
+ <string>TypeDuConcept</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <spacer name="verticalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>20</width>
+ <height>338</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
</item>
</layout>
<layout class="QGridLayout" name="gridLayout_4" >
<item row="0" column="0" >
<layout class="QGridLayout" name="gridLayout_2" >
- <item rowspan="2" row="0" column="0" colspan="3" >
+ <item row="0" column="0" colspan="2" >
<widget class="QLabel" name="textLabel1_4" >
<property name="text" >
<string><b><u>Commandes :</u></b></string>
</property>
</widget>
</item>
- <item rowspan="6" row="0" column="3" >
+ <item rowspan="2" row="0" column="4" >
<widget class="QGroupBox" name="groupBox" >
+ <property name="minimumSize" >
+ <size>
+ <width>171</width>
+ <height>71</height>
+ </size>
+ </property>
<property name="title" >
<string>Affichage</string>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" >
<widget class="QRadioButton" name="RBalpha" >
+ <property name="minimumSize" >
+ <size>
+ <width>149</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>149</width>
+ <height>16</height>
+ </size>
+ </property>
<property name="text" >
<string>alphabétique</string>
</property>
</layout>
</widget>
</item>
- <item rowspan="5" row="1" column="2" >
- <widget class="QPushButton" name="BNext" >
- <property name="text" >
- <string>Suivant</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
+ <item row="1" column="0" >
<widget class="QLabel" name="textLabel6" >
<property name="minimumSize" >
<size>
- <width>50</width>
+ <width>91</width>
<height>30</height>
</size>
</property>
</property>
</widget>
</item>
- <item row="3" column="1" >
+ <item row="1" column="1" >
<widget class="QLineEdit" name="LEFiltre" >
<property name="minimumSize" >
<size>
- <width>160</width>
+ <width>231</width>
+ <height>30</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QPushButton" name="BNext" >
+ <property name="minimumSize" >
+ <size>
+ <width>90</width>
<height>30</height>
</size>
</property>
+ <property name="text" >
+ <string>Suivant</string>
+ </property>
</widget>
</item>
+ <item row="1" column="3" >
+ <spacer name="horizontalSpacer_4" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>108</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
</layout>
</item>
<item row="1" column="0" >
</item>
<item row="2" column="0" >
<widget class="QLabel" name="textLabel4" >
+ <property name="maximumSize" >
+ <size>
+ <width>721</width>
+ <height>20</height>
+ </size>
+ </property>
<property name="text" >
<string>La commande choisie sera ajoutée APRES la commande courante</string>
</property>
</widget>
</widget>
</item>
- <item row="1" column="0" >
- <widget class="QLabel" name="Commentaire" >
- <property name="frameShape" >
- <enum>QFrame::NoFrame</enum>
- </property>
- <property name="frameShadow" >
- <enum>QFrame::Plain</enum>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <layout class="QHBoxLayout" name="horizontalLayout" >
- <item>
- <spacer name="horizontalSpacer" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>128</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="bOk" >
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>128</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<tabstops>
- <tabstop>LENomConcept</tabstop>
<tabstop>TWChoix</tabstop>
<tabstop>LBNouvCommande</tabstop>
<tabstop>bOk</tabstop>
# Form implementation generated from reading ui file 'desCommentaire.ui'
#
-# Created: Thu Mar 12 10:55:27 2009
+# Created: Fri Apr 24 12:05:46 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
class Ui_DComment(object):
def setupUi(self, DComment):
DComment.setObjectName("DComment")
- DComment.resize(505, 482)
+ DComment.resize(796, 618)
DComment.setMinimumSize(QtCore.QSize(505, 0))
- self.gridlayout = QtGui.QGridLayout(DComment)
- self.gridlayout.setObjectName("gridlayout")
- self.bOk = QtGui.QPushButton(DComment)
- self.bOk.setMinimumSize(QtCore.QSize(0, 30))
- self.bOk.setAutoDefault(True)
- self.bOk.setDefault(True)
- self.bOk.setObjectName("bOk")
- self.gridlayout.addWidget(self.bOk, 1, 1, 1, 1)
+ self.gridLayout_3 = QtGui.QGridLayout(DComment)
+ self.gridLayout_3.setObjectName("gridLayout_3")
self.TWChoix = QtGui.QTabWidget(DComment)
self.TWChoix.setObjectName("TWChoix")
self.Valeur_Parametre = QtGui.QWidget()
self.Commande.setObjectName("Commande")
self.gridLayout_4 = QtGui.QGridLayout(self.Commande)
self.gridLayout_4.setObjectName("gridLayout_4")
+ self.gridLayout_2 = QtGui.QGridLayout()
+ self.gridLayout_2.setObjectName("gridLayout_2")
self.textLabel1_4 = QtGui.QLabel(self.Commande)
self.textLabel1_4.setWordWrap(False)
self.textLabel1_4.setObjectName("textLabel1_4")
- self.gridLayout_4.addWidget(self.textLabel1_4, 0, 0, 1, 3)
+ self.gridLayout_2.addWidget(self.textLabel1_4, 0, 0, 1, 2)
self.groupBox = QtGui.QGroupBox(self.Commande)
+ self.groupBox.setMinimumSize(QtCore.QSize(171, 71))
self.groupBox.setObjectName("groupBox")
- self.gridLayout_3 = QtGui.QGridLayout(self.groupBox)
- self.gridLayout_3.setObjectName("gridLayout_3")
+ self.gridLayout1 = QtGui.QGridLayout(self.groupBox)
+ self.gridLayout1.setObjectName("gridLayout1")
self.RBalpha = QtGui.QRadioButton(self.groupBox)
+ self.RBalpha.setMinimumSize(QtCore.QSize(149, 16))
+ self.RBalpha.setMaximumSize(QtCore.QSize(149, 16))
self.RBalpha.setChecked(True)
self.RBalpha.setObjectName("RBalpha")
- self.gridLayout_3.addWidget(self.RBalpha, 0, 0, 1, 1)
+ self.gridLayout1.addWidget(self.RBalpha, 0, 0, 1, 1)
self.RBGroupe = QtGui.QRadioButton(self.groupBox)
self.RBGroupe.setObjectName("RBGroupe")
- self.gridLayout_3.addWidget(self.RBGroupe, 1, 0, 1, 1)
- self.gridLayout_4.addWidget(self.groupBox, 0, 3, 2, 1)
- self.textLabel6_2 = QtGui.QLabel(self.Commande)
- self.textLabel6_2.setMinimumSize(QtCore.QSize(50, 30))
- self.textLabel6_2.setWordWrap(False)
- self.textLabel6_2.setObjectName("textLabel6_2")
- self.gridLayout_4.addWidget(self.textLabel6_2, 1, 0, 1, 1)
+ self.gridLayout1.addWidget(self.RBGroupe, 1, 0, 1, 1)
+ self.gridLayout_2.addWidget(self.groupBox, 0, 4, 2, 1)
+ self.textLabel6 = QtGui.QLabel(self.Commande)
+ self.textLabel6.setMinimumSize(QtCore.QSize(91, 30))
+ self.textLabel6.setWordWrap(False)
+ self.textLabel6.setObjectName("textLabel6")
+ self.gridLayout_2.addWidget(self.textLabel6, 1, 0, 1, 1)
self.LEFiltre = QtGui.QLineEdit(self.Commande)
- self.LEFiltre.setMinimumSize(QtCore.QSize(160, 30))
+ self.LEFiltre.setMinimumSize(QtCore.QSize(231, 30))
self.LEFiltre.setObjectName("LEFiltre")
- self.gridLayout_4.addWidget(self.LEFiltre, 1, 1, 1, 1)
+ self.gridLayout_2.addWidget(self.LEFiltre, 1, 1, 1, 1)
self.BNext = QtGui.QPushButton(self.Commande)
+ self.BNext.setMinimumSize(QtCore.QSize(90, 30))
self.BNext.setObjectName("BNext")
- self.gridLayout_4.addWidget(self.BNext, 1, 2, 1, 1)
+ self.gridLayout_2.addWidget(self.BNext, 1, 2, 1, 1)
+ spacerItem = QtGui.QSpacerItem(108, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.gridLayout_2.addItem(spacerItem, 1, 3, 1, 1)
+ self.gridLayout_4.addLayout(self.gridLayout_2, 0, 0, 1, 1)
self.LBNouvCommande = QtGui.QListWidget(self.Commande)
self.LBNouvCommande.setObjectName("LBNouvCommande")
- self.gridLayout_4.addWidget(self.LBNouvCommande, 2, 0, 1, 4)
+ self.gridLayout_4.addWidget(self.LBNouvCommande, 1, 0, 1, 1)
self.textLabel4 = QtGui.QLabel(self.Commande)
+ self.textLabel4.setMaximumSize(QtCore.QSize(721, 20))
self.textLabel4.setWordWrap(False)
self.textLabel4.setObjectName("textLabel4")
- self.gridLayout_4.addWidget(self.textLabel4, 3, 0, 1, 4)
+ self.gridLayout_4.addWidget(self.textLabel4, 2, 0, 1, 1)
self.TWChoix.addTab(self.Commande, "")
- self.gridlayout.addWidget(self.TWChoix, 0, 0, 1, 3)
+ self.gridLayout_3.addWidget(self.TWChoix, 0, 0, 1, 1)
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ spacerItem1 = QtGui.QSpacerItem(268, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem1)
+ self.bOk = QtGui.QPushButton(DComment)
+ self.bOk.setMinimumSize(QtCore.QSize(160, 30))
+ self.bOk.setMaximumSize(QtCore.QSize(160, 30))
+ self.bOk.setAutoDefault(True)
+ self.bOk.setDefault(True)
+ self.bOk.setObjectName("bOk")
+ self.horizontalLayout.addWidget(self.bOk)
+ spacerItem2 = QtGui.QSpacerItem(328, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem2)
+ self.gridLayout_3.addLayout(self.horizontalLayout, 1, 0, 1, 1)
self.retranslateUi(DComment)
- self.TWChoix.setCurrentIndex(1)
+ self.TWChoix.setCurrentIndex(0)
QtCore.QMetaObject.connectSlotsByName(DComment)
DComment.setTabOrder(self.TWChoix, self.bOk)
def retranslateUi(self, DComment):
DComment.setWindowTitle(QtGui.QApplication.translate("DComment", "DComm", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setToolTip(QtGui.QApplication.translate("DComment", "validation de la saisie", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setText(QtGui.QApplication.translate("DComment", "&Valider", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setShortcut(QtGui.QApplication.translate("DComment", "Shift+A, Alt+A, Alt+A, Alt+A", None, QtGui.QApplication.UnicodeUTF8))
self.TWChoix.setTabText(self.TWChoix.indexOf(self.Valeur_Parametre), QtGui.QApplication.translate("DComment", "Commentaire", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel1_4.setText(QtGui.QApplication.translate("DComment", "<b><u>Commandes :</u></b>", None, QtGui.QApplication.UnicodeUTF8))
self.groupBox.setTitle(QtGui.QApplication.translate("DComment", "Affichage", None, QtGui.QApplication.UnicodeUTF8))
self.RBalpha.setText(QtGui.QApplication.translate("DComment", "alphabétique", None, QtGui.QApplication.UnicodeUTF8))
self.RBGroupe.setText(QtGui.QApplication.translate("DComment", "par groupe", None, QtGui.QApplication.UnicodeUTF8))
- self.textLabel6_2.setText(QtGui.QApplication.translate("DComment", "Filtre", None, QtGui.QApplication.UnicodeUTF8))
+ self.textLabel6.setText(QtGui.QApplication.translate("DComment", "Filtre", None, QtGui.QApplication.UnicodeUTF8))
self.BNext.setText(QtGui.QApplication.translate("DComment", "Suivant", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel4.setText(QtGui.QApplication.translate("DComment", "La commande choisie sera ajoutée APRES la commande courante", None, QtGui.QApplication.UnicodeUTF8))
self.TWChoix.setTabText(self.TWChoix.indexOf(self.Commande), QtGui.QApplication.translate("DComment", "Nouvelle Commande", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setToolTip(QtGui.QApplication.translate("DComment", "validation de la saisie", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setText(QtGui.QApplication.translate("DComment", "&Valider", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setShortcut(QtGui.QApplication.translate("DComment", "Shift+A, Alt+A, Alt+A, Alt+A", None, QtGui.QApplication.UnicodeUTF8))
if __name__ == "__main__":
<rect>
<x>0</x>
<y>0</y>
- <width>505</width>
- <height>482</height>
+ <width>796</width>
+ <height>618</height>
</rect>
</property>
<property name="minimumSize" >
<property name="windowTitle" >
<string>DComm</string>
</property>
- <layout class="QGridLayout" >
- <item row="1" column="1" >
- <widget class="QPushButton" name="bOk" >
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
- </item>
- <item row="0" column="0" colspan="3" >
+ <layout class="QGridLayout" name="gridLayout_3" >
+ <item row="0" column="0" >
<widget class="QTabWidget" name="TWChoix" >
<property name="currentIndex" >
- <number>1</number>
+ <number>0</number>
</property>
<widget class="QWidget" name="Valeur_Parametre" >
<attribute name="title" >
<widget class="QTextEdit" name="textCommentaire" />
</item>
</layout>
+ <zorder>textCommentaire</zorder>
+ <zorder>bOk</zorder>
</widget>
<widget class="QWidget" name="Commande" >
<attribute name="title" >
<string>Nouvelle Commande</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4" >
- <item row="0" column="0" colspan="3" >
- <widget class="QLabel" name="textLabel1_4" >
- <property name="text" >
- <string><b><u>Commandes :</u></b></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="2" row="0" column="3" >
- <widget class="QGroupBox" name="groupBox" >
- <property name="title" >
- <string>Affichage</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_3" >
- <item row="0" column="0" >
- <widget class="QRadioButton" name="RBalpha" >
- <property name="text" >
- <string>alphabétique</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QRadioButton" name="RBGroupe" >
- <property name="text" >
- <string>par groupe</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" name="gridLayout_2" >
+ <item row="0" column="0" colspan="2" >
+ <widget class="QLabel" name="textLabel1_4" >
+ <property name="text" >
+ <string><b><u>Commandes :</u></b></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="2" row="0" column="4" >
+ <widget class="QGroupBox" name="groupBox" >
+ <property name="minimumSize" >
+ <size>
+ <width>171</width>
+ <height>71</height>
+ </size>
+ </property>
+ <property name="title" >
+ <string>Affichage</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" >
+ <widget class="QRadioButton" name="RBalpha" >
+ <property name="minimumSize" >
+ <size>
+ <width>149</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>149</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>alphabétique</string>
+ </property>
+ <property name="checked" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QRadioButton" name="RBGroupe" >
+ <property name="text" >
+ <string>par groupe</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="textLabel6" >
+ <property name="minimumSize" >
+ <size>
+ <width>91</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Filtre</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QLineEdit" name="LEFiltre" >
+ <property name="minimumSize" >
+ <size>
+ <width>231</width>
+ <height>30</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QPushButton" name="BNext" >
+ <property name="minimumSize" >
+ <size>
+ <width>90</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Suivant</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="3" >
+ <spacer name="horizontalSpacer_4" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>108</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
</item>
<item row="1" column="0" >
- <widget class="QLabel" name="textLabel6_2" >
- <property name="minimumSize" >
- <size>
- <width>50</width>
- <height>30</height>
- </size>
- </property>
- <property name="text" >
- <string>Filtre</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
+ <widget class="QListWidget" name="LBNouvCommande" />
</item>
- <item row="1" column="1" >
- <widget class="QLineEdit" name="LEFiltre" >
- <property name="minimumSize" >
+ <item row="2" column="0" >
+ <widget class="QLabel" name="textLabel4" >
+ <property name="maximumSize" >
<size>
- <width>160</width>
- <height>30</height>
+ <width>721</width>
+ <height>20</height>
</size>
</property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QPushButton" name="BNext" >
- <property name="text" >
- <string>Suivant</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="4" >
- <widget class="QListWidget" name="LBNouvCommande" />
- </item>
- <item row="3" column="0" colspan="4" >
- <widget class="QLabel" name="textLabel4" >
<property name="text" >
<string>La commande choisie sera ajoutée APRES la commande courante</string>
</property>
</widget>
</widget>
</item>
+ <item row="1" column="0" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>268</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bOk" >
+ <property name="minimumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
+ <property name="text" >
+ <string>&Valider</string>
+ </property>
+ <property name="shortcut" >
+ <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>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>328</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
# Form implementation generated from reading ui file 'desFormule.ui'
#
-# Created: Thu Mar 12 10:42:30 2009
+# Created: Fri Apr 24 14:18:26 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
DFormule.setObjectName("DFormule")
DFormule.resize(529, 493)
DFormule.setMinimumSize(QtCore.QSize(505, 0))
- self.Commentaire = QtGui.QLabel(DFormule)
- self.Commentaire.setGeometry(QtCore.QRect(9, 431, 511, 16))
- self.Commentaire.setWordWrap(False)
- self.Commentaire.setObjectName("Commentaire")
+ self.gridLayout_3 = QtGui.QGridLayout(DFormule)
+ self.gridLayout_3.setObjectName("gridLayout_3")
self.TWChoix = QtGui.QTabWidget(DFormule)
- self.TWChoix.setGeometry(QtCore.QRect(9, 9, 511, 431))
self.TWChoix.setObjectName("TWChoix")
self.Formule = QtGui.QWidget()
self.Formule.setObjectName("Formule")
self.TWChoix.addTab(self.Formule, "")
self.Commande = QtGui.QWidget()
self.Commande.setObjectName("Commande")
- self.gridLayout_2 = QtGui.QGridLayout(self.Commande)
+ self.gridLayout_4 = QtGui.QGridLayout(self.Commande)
+ self.gridLayout_4.setObjectName("gridLayout_4")
+ self.gridLayout_2 = QtGui.QGridLayout()
self.gridLayout_2.setObjectName("gridLayout_2")
self.textLabel1_4 = QtGui.QLabel(self.Commande)
self.textLabel1_4.setWordWrap(False)
self.textLabel1_4.setObjectName("textLabel1_4")
- self.gridLayout_2.addWidget(self.textLabel1_4, 0, 0, 1, 1)
+ self.gridLayout_2.addWidget(self.textLabel1_4, 0, 0, 1, 2)
self.groupBox = QtGui.QGroupBox(self.Commande)
+ self.groupBox.setMinimumSize(QtCore.QSize(171, 71))
self.groupBox.setObjectName("groupBox")
self.gridLayout = QtGui.QGridLayout(self.groupBox)
self.gridLayout.setObjectName("gridLayout")
self.RBalpha = QtGui.QRadioButton(self.groupBox)
+ self.RBalpha.setMinimumSize(QtCore.QSize(149, 16))
+ self.RBalpha.setMaximumSize(QtCore.QSize(149, 16))
self.RBalpha.setChecked(True)
self.RBalpha.setObjectName("RBalpha")
self.gridLayout.addWidget(self.RBalpha, 0, 0, 1, 1)
self.RBGroupe = QtGui.QRadioButton(self.groupBox)
self.RBGroupe.setObjectName("RBGroupe")
self.gridLayout.addWidget(self.RBGroupe, 1, 0, 1, 1)
- self.gridLayout_2.addWidget(self.groupBox, 0, 1, 2, 1)
- self.horizontalLayout = QtGui.QHBoxLayout()
- self.horizontalLayout.setObjectName("horizontalLayout")
+ self.gridLayout_2.addWidget(self.groupBox, 0, 4, 2, 1)
self.textLabel6 = QtGui.QLabel(self.Commande)
- self.textLabel6.setMinimumSize(QtCore.QSize(50, 30))
+ self.textLabel6.setMinimumSize(QtCore.QSize(91, 30))
self.textLabel6.setWordWrap(False)
self.textLabel6.setObjectName("textLabel6")
- self.horizontalLayout.addWidget(self.textLabel6)
+ self.gridLayout_2.addWidget(self.textLabel6, 1, 0, 1, 1)
self.LEFiltre = QtGui.QLineEdit(self.Commande)
- self.LEFiltre.setMinimumSize(QtCore.QSize(160, 30))
+ self.LEFiltre.setMinimumSize(QtCore.QSize(231, 30))
self.LEFiltre.setObjectName("LEFiltre")
- self.horizontalLayout.addWidget(self.LEFiltre)
+ self.gridLayout_2.addWidget(self.LEFiltre, 1, 1, 1, 1)
self.BNext = QtGui.QPushButton(self.Commande)
+ self.BNext.setMinimumSize(QtCore.QSize(90, 30))
self.BNext.setObjectName("BNext")
- self.horizontalLayout.addWidget(self.BNext)
- self.gridLayout_2.addLayout(self.horizontalLayout, 1, 0, 1, 1)
+ self.gridLayout_2.addWidget(self.BNext, 1, 2, 1, 1)
+ spacerItem = QtGui.QSpacerItem(108, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.gridLayout_2.addItem(spacerItem, 1, 3, 1, 1)
+ self.gridLayout_4.addLayout(self.gridLayout_2, 0, 0, 1, 1)
self.LBNouvCommande = QtGui.QListWidget(self.Commande)
self.LBNouvCommande.setObjectName("LBNouvCommande")
- self.gridLayout_2.addWidget(self.LBNouvCommande, 2, 0, 1, 2)
+ self.gridLayout_4.addWidget(self.LBNouvCommande, 1, 0, 1, 1)
self.textLabel4 = QtGui.QLabel(self.Commande)
+ self.textLabel4.setMaximumSize(QtCore.QSize(721, 20))
self.textLabel4.setWordWrap(False)
self.textLabel4.setObjectName("textLabel4")
- self.gridLayout_2.addWidget(self.textLabel4, 3, 0, 1, 2)
+ self.gridLayout_4.addWidget(self.textLabel4, 2, 0, 1, 1)
self.TWChoix.addTab(self.Commande, "")
+ self.gridLayout_3.addWidget(self.TWChoix, 0, 0, 1, 1)
+ self.Commentaire = QtGui.QLabel(DFormule)
+ self.Commentaire.setWordWrap(False)
+ self.Commentaire.setObjectName("Commentaire")
+ self.gridLayout_3.addWidget(self.Commentaire, 1, 0, 1, 1)
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ spacerItem1 = QtGui.QSpacerItem(158, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem1)
self.bOk = QtGui.QPushButton(DFormule)
- self.bOk.setGeometry(QtCore.QRect(183, 453, 163, 30))
- self.bOk.setMinimumSize(QtCore.QSize(0, 30))
+ self.bOk.setMinimumSize(QtCore.QSize(163, 30))
self.bOk.setAutoDefault(True)
self.bOk.setDefault(True)
self.bOk.setObjectName("bOk")
+ self.horizontalLayout.addWidget(self.bOk)
+ spacerItem2 = QtGui.QSpacerItem(158, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem2)
+ self.gridLayout_3.addLayout(self.horizontalLayout, 2, 0, 1, 1)
self.retranslateUi(DFormule)
- self.TWChoix.setCurrentIndex(1)
+ self.TWChoix.setCurrentIndex(0)
QtCore.QMetaObject.connectSlotsByName(DFormule)
DFormule.setTabOrder(self.LEFiltre, self.LENomFormule)
DFormule.setTabOrder(self.LENomFormule, self.LENomsArgs)
<property name="windowTitle" >
<string>DMacro</string>
</property>
- <widget class="QLabel" name="Commentaire" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>431</y>
- <width>511</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QTabWidget" name="TWChoix" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>9</y>
- <width>511</width>
- <height>431</height>
- </rect>
- </property>
- <property name="currentIndex" >
- <number>1</number>
- </property>
- <widget class="QWidget" name="Formule" >
- <attribute name="title" >
- <string>Définition Formule</string>
- </attribute>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="textLabel1" >
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="text" >
- <string><h3><p align="center"><u><b>Nom de la formule</b></u></p></h3></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="6" column="0" colspan="2" >
- <widget class="QLabel" name="textLabel1_3" >
- <property name="text" >
- <string>Retour-Chariot permet de vérifier que l'expression est valide.</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="2" >
- <layout class="QHBoxLayout" >
- <item>
- <widget class="QLineEdit" name="LENomFormule" >
+ <layout class="QGridLayout" name="gridLayout_3" >
+ <item row="0" column="0" >
+ <widget class="QTabWidget" name="TWChoix" >
+ <property name="currentIndex" >
+ <number>0</number>
+ </property>
+ <widget class="QWidget" name="Formule" >
+ <attribute name="title" >
+ <string>Définition Formule</string>
+ </attribute>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <widget class="QLabel" name="textLabel1" >
<property name="minimumSize" >
<size>
<width>0</width>
- <height>40</height>
+ <height>0</height>
</size>
</property>
+ <property name="text" >
+ <string><h3><p align="center"><u><b>Nom de la formule</b></u></p></h3></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
</widget>
</item>
- <item>
+ <item row="6" column="0" colspan="2" >
+ <widget class="QLabel" name="textLabel1_3" >
+ <property name="text" >
+ <string>Retour-Chariot permet de vérifier que l'expression est valide.</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" colspan="2" >
<layout class="QHBoxLayout" >
<item>
- <widget class="QLabel" name="textLabel1_6" >
+ <widget class="QLineEdit" name="LENomFormule" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>40</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QLabel" name="textLabel1_6" >
+ <property name="text" >
+ <string><h1><b>(</b></h1></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LENomsArgs" >
+ <property name="minimumSize" >
+ <size>
+ <width>230</width>
+ <height>40</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="textLabel1_6_2" >
+ <property name="text" >
+ <string><h1><b>)</b></h1></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QLabel" name="textLabel2" >
+ <property name="text" >
+ <string>variables séparées par des ","
+ par ex. : x,y,z</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="7" column="0" colspan="2" >
+ <widget class="QLabel" name="textLabel1_3_2" >
+ <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>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" colspan="2" >
+ <widget class="QLabel" name="textLabel2_2" >
+ <property name="text" >
+ <string><font size="+4" face="Helvetica"><b>=</b></font></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" colspan="2" >
+ <widget class="QLabel" name="textLabel1_5" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string><h3><p align="center"><u><b>Expression</b></u></p></h3></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" colspan="2" >
+ <widget class="QLineEdit" name="LECorpsFormule" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QLabel" name="textLabel1_2" >
+ <property name="text" >
+ <string><h3><p align="center"><u><b>Arguments</b></u></p></h3></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="Commande" >
+ <attribute name="title" >
+ <string>Nouvelle Commande</string>
+ </attribute>
+ <layout class="QGridLayout" name="gridLayout_4" >
+ <item row="0" column="0" >
+ <layout class="QGridLayout" name="gridLayout_2" >
+ <item row="0" column="0" colspan="2" >
+ <widget class="QLabel" name="textLabel1_4" >
<property name="text" >
- <string><h1><b>(</b></h1></string>
+ <string><b><u>Commandes :</u></b></string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
- <item>
- <widget class="QLineEdit" name="LENomsArgs" >
+ <item rowspan="2" row="0" column="4" >
+ <widget class="QGroupBox" name="groupBox" >
<property name="minimumSize" >
<size>
- <width>230</width>
- <height>40</height>
+ <width>171</width>
+ <height>71</height>
</size>
</property>
+ <property name="title" >
+ <string>Affichage</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" >
+ <widget class="QRadioButton" name="RBalpha" >
+ <property name="minimumSize" >
+ <size>
+ <width>149</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>149</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>alphabétique</string>
+ </property>
+ <property name="checked" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QRadioButton" name="RBGroupe" >
+ <property name="text" >
+ <string>par groupe</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item>
- <widget class="QLabel" name="textLabel1_6_2" >
+ <item row="1" column="0" >
+ <widget class="QLabel" name="textLabel6" >
+ <property name="minimumSize" >
+ <size>
+ <width>91</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="text" >
- <string><h1><b>)</b></h1></string>
+ <string>Filtre</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
+ <item row="1" column="1" >
+ <widget class="QLineEdit" name="LEFiltre" >
+ <property name="minimumSize" >
+ <size>
+ <width>231</width>
+ <height>30</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QPushButton" name="BNext" >
+ <property name="minimumSize" >
+ <size>
+ <width>90</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Suivant</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="3" >
+ <spacer name="horizontalSpacer_4" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>108</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
</layout>
</item>
+ <item row="1" column="0" >
+ <widget class="QListWidget" name="LBNouvCommande" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="textLabel4" >
+ <property name="maximumSize" >
+ <size>
+ <width>721</width>
+ <height>20</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>La commande choisie sera ajoutée APRES la commande courante</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
</layout>
- </item>
- <item row="1" column="1" >
- <widget class="QLabel" name="textLabel2" >
- <property name="text" >
- <string>variables séparées par des ","
- par ex. : x,y,z</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="7" column="0" colspan="2" >
- <widget class="QLabel" name="textLabel1_3_2" >
- <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>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="0" colspan="2" >
- <widget class="QLabel" name="textLabel2_2" >
- <property name="text" >
- <string><font size="+4" face="Helvetica"><b>=</b></font></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
+ </widget>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="Commentaire" >
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
</property>
- </widget>
- </item>
- <item row="4" column="0" colspan="2" >
- <widget class="QLabel" name="textLabel1_5" >
- <property name="minimumSize" >
+ <property name="sizeHint" stdset="0" >
<size>
- <width>0</width>
- <height>0</height>
+ <width>158</width>
+ <height>20</height>
</size>
</property>
- <property name="text" >
- <string><h3><p align="center"><u><b>Expression</b></u></p></h3></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
+ </spacer>
</item>
- <item row="5" column="0" colspan="2" >
- <widget class="QLineEdit" name="LECorpsFormule" >
+ <item>
+ <widget class="QPushButton" name="bOk" >
<property name="minimumSize" >
<size>
- <width>0</width>
+ <width>163</width>
<height>30</height>
</size>
</property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QLabel" name="textLabel1_2" >
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
<property name="text" >
- <string><h3><p align="center"><u><b>Arguments</b></u></p></h3></string>
+ <string>&Valider</string>
</property>
- <property name="wordWrap" >
- <bool>false</bool>
+ <property name="shortcut" >
+ <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
</property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="Commande" >
- <attribute name="title" >
- <string>Nouvelle Commande</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_2" >
- <item row="0" column="0" >
- <widget class="QLabel" name="textLabel1_4" >
- <property name="text" >
- <string><b><u>Commandes :</u></b></string>
+ <property name="autoDefault" >
+ <bool>true</bool>
</property>
- <property name="wordWrap" >
- <bool>false</bool>
+ <property name="default" >
+ <bool>true</bool>
</property>
</widget>
</item>
- <item rowspan="2" row="0" column="1" >
- <widget class="QGroupBox" name="groupBox" >
- <property name="title" >
- <string>Affichage</string>
+ <item>
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
</property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <widget class="QRadioButton" name="RBalpha" >
- <property name="text" >
- <string>alphabétique</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QRadioButton" name="RBGroupe" >
- <property name="text" >
- <string>par groupe</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0" >
- <layout class="QHBoxLayout" name="horizontalLayout" >
- <item>
- <widget class="QLabel" name="textLabel6" >
- <property name="minimumSize" >
- <size>
- <width>50</width>
- <height>30</height>
- </size>
- </property>
- <property name="text" >
- <string>Filtre</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="LEFiltre" >
- <property name="minimumSize" >
- <size>
- <width>160</width>
- <height>30</height>
- </size>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="BNext" >
- <property name="text" >
- <string>Suivant</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="2" column="0" colspan="2" >
- <widget class="QListWidget" name="LBNouvCommande" />
- </item>
- <item row="3" column="0" colspan="2" >
- <widget class="QLabel" name="textLabel4" >
- <property name="text" >
- <string>La commande choisie sera ajoutée APRES la commande courante</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>158</width>
+ <height>20</height>
+ </size>
</property>
- </widget>
+ </spacer>
</item>
</layout>
- </widget>
- </widget>
- <widget class="QPushButton" name="bOk" >
- <property name="geometry" >
- <rect>
- <x>183</x>
- <y>453</y>
- <width>163</width>
- <height>30</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
+ </item>
+ </layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
# Form implementation generated from reading ui file 'desParam.ui'
#
-# Created: Thu Mar 12 15:06:08 2009
+# Created: Fri Apr 24 10:10:36 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
class Ui_DParam(object):
def setupUi(self, DParam):
DParam.setObjectName("DParam")
- DParam.resize(505, 483)
+ DParam.resize(682, 552)
DParam.setMinimumSize(QtCore.QSize(505, 0))
- self.gridlayout = QtGui.QGridLayout(DParam)
- self.gridlayout.setObjectName("gridlayout")
+ self.gridLayout_3 = QtGui.QGridLayout(DParam)
+ self.gridLayout_3.setObjectName("gridLayout_3")
self.TWChoix = QtGui.QTabWidget(DParam)
self.TWChoix.setObjectName("TWChoix")
self.Valeur_Parametre = QtGui.QWidget()
self.Valeur_Parametre.setObjectName("Valeur_Parametre")
- self.gridLayout_3 = QtGui.QGridLayout(self.Valeur_Parametre)
- self.gridLayout_3.setObjectName("gridLayout_3")
+ self.gridLayout_5 = QtGui.QGridLayout(self.Valeur_Parametre)
+ self.gridLayout_5.setObjectName("gridLayout_5")
self.textLabel2_2_2 = QtGui.QLabel(self.Valeur_Parametre)
self.textLabel2_2_2.setWordWrap(False)
self.textLabel2_2_2.setObjectName("textLabel2_2_2")
- self.gridLayout_3.addWidget(self.textLabel2_2_2, 0, 1, 1, 1)
+ self.gridLayout_5.addWidget(self.textLabel2_2_2, 0, 0, 1, 2)
self.textLabel2_2 = QtGui.QLabel(self.Valeur_Parametre)
self.textLabel2_2.setWordWrap(False)
self.textLabel2_2.setObjectName("textLabel2_2")
- self.gridLayout_3.addWidget(self.textLabel2_2, 1, 0, 1, 1)
+ self.gridLayout_5.addWidget(self.textLabel2_2, 1, 0, 1, 1)
self.lineEditNom = QtGui.QLineEdit(self.Valeur_Parametre)
self.lineEditNom.setMinimumSize(QtCore.QSize(231, 31))
self.lineEditNom.setObjectName("lineEditNom")
- self.gridLayout_3.addWidget(self.lineEditNom, 1, 1, 1, 1)
+ self.gridLayout_5.addWidget(self.lineEditNom, 1, 1, 1, 1)
self.textLabel2 = QtGui.QLabel(self.Valeur_Parametre)
self.textLabel2.setWordWrap(False)
self.textLabel2.setObjectName("textLabel2")
- self.gridLayout_3.addWidget(self.textLabel2, 2, 0, 1, 1)
+ self.gridLayout_5.addWidget(self.textLabel2, 2, 0, 1, 1)
self.lineEditVal = QtGui.QLineEdit(self.Valeur_Parametre)
self.lineEditVal.setMinimumSize(QtCore.QSize(231, 31))
self.lineEditVal.setObjectName("lineEditVal")
- self.gridLayout_3.addWidget(self.lineEditVal, 2, 1, 1, 1)
+ self.gridLayout_5.addWidget(self.lineEditVal, 2, 1, 1, 1)
self.Commentaire2 = QtGui.QLabel(self.Valeur_Parametre)
self.Commentaire2.setWordWrap(False)
self.Commentaire2.setObjectName("Commentaire2")
- self.gridLayout_3.addWidget(self.Commentaire2, 4, 0, 1, 2)
+ self.gridLayout_5.addWidget(self.Commentaire2, 3, 0, 1, 2)
+ spacerItem = QtGui.QSpacerItem(460, 139, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.gridLayout_5.addItem(spacerItem, 4, 0, 1, 2)
+ self.Commentaire = QtGui.QLabel(self.Valeur_Parametre)
+ self.Commentaire.setMinimumSize(QtCore.QSize(0, 20))
+ self.Commentaire.setMaximumSize(QtCore.QSize(465, 16777215))
+ self.Commentaire.setObjectName("Commentaire")
+ self.gridLayout_5.addWidget(self.Commentaire, 5, 0, 1, 2)
self.Commentaire_2 = QtGui.QLabel(self.Valeur_Parametre)
self.Commentaire_2.setWordWrap(False)
self.Commentaire_2.setObjectName("Commentaire_2")
- self.gridLayout_3.addWidget(self.Commentaire_2, 6, 0, 1, 2)
- self.Commentaire = QtGui.QLineEdit(self.Valeur_Parametre)
- self.Commentaire.setObjectName("Commentaire")
- self.gridLayout_3.addWidget(self.Commentaire, 7, 0, 1, 2)
+ self.gridLayout_5.addWidget(self.Commentaire_2, 6, 0, 1, 2)
self.TWChoix.addTab(self.Valeur_Parametre, "")
self.Commande = QtGui.QWidget()
self.Commande.setObjectName("Commande")
- self.gridLayout_2 = QtGui.QGridLayout(self.Commande)
+ self.gridLayout_4 = QtGui.QGridLayout(self.Commande)
+ self.gridLayout_4.setObjectName("gridLayout_4")
+ self.gridLayout_2 = QtGui.QGridLayout()
self.gridLayout_2.setObjectName("gridLayout_2")
self.textLabel1_4 = QtGui.QLabel(self.Commande)
self.textLabel1_4.setWordWrap(False)
self.textLabel1_4.setObjectName("textLabel1_4")
- self.gridLayout_2.addWidget(self.textLabel1_4, 0, 0, 1, 3)
+ self.gridLayout_2.addWidget(self.textLabel1_4, 0, 0, 1, 2)
self.groupBox = QtGui.QGroupBox(self.Commande)
+ self.groupBox.setMinimumSize(QtCore.QSize(171, 71))
self.groupBox.setObjectName("groupBox")
self.gridLayout = QtGui.QGridLayout(self.groupBox)
self.gridLayout.setObjectName("gridLayout")
- self.RBGroupe = QtGui.QRadioButton(self.groupBox)
- self.RBGroupe.setObjectName("RBGroupe")
- self.gridLayout.addWidget(self.RBGroupe, 1, 0, 1, 1)
self.RBalpha = QtGui.QRadioButton(self.groupBox)
+ self.RBalpha.setMinimumSize(QtCore.QSize(149, 16))
+ self.RBalpha.setMaximumSize(QtCore.QSize(149, 16))
self.RBalpha.setChecked(True)
self.RBalpha.setObjectName("RBalpha")
self.gridLayout.addWidget(self.RBalpha, 0, 0, 1, 1)
- self.gridLayout_2.addWidget(self.groupBox, 0, 3, 2, 1)
+ self.RBGroupe = QtGui.QRadioButton(self.groupBox)
+ self.RBGroupe.setObjectName("RBGroupe")
+ self.gridLayout.addWidget(self.RBGroupe, 1, 0, 1, 1)
+ self.gridLayout_2.addWidget(self.groupBox, 0, 4, 2, 1)
self.textLabel6 = QtGui.QLabel(self.Commande)
- self.textLabel6.setMinimumSize(QtCore.QSize(50, 30))
+ self.textLabel6.setMinimumSize(QtCore.QSize(91, 30))
self.textLabel6.setWordWrap(False)
self.textLabel6.setObjectName("textLabel6")
self.gridLayout_2.addWidget(self.textLabel6, 1, 0, 1, 1)
self.LEFiltre = QtGui.QLineEdit(self.Commande)
- self.LEFiltre.setMinimumSize(QtCore.QSize(160, 30))
+ self.LEFiltre.setMinimumSize(QtCore.QSize(231, 30))
self.LEFiltre.setObjectName("LEFiltre")
self.gridLayout_2.addWidget(self.LEFiltre, 1, 1, 1, 1)
self.BNext = QtGui.QPushButton(self.Commande)
+ self.BNext.setMinimumSize(QtCore.QSize(90, 30))
self.BNext.setObjectName("BNext")
self.gridLayout_2.addWidget(self.BNext, 1, 2, 1, 1)
+ spacerItem1 = QtGui.QSpacerItem(108, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.gridLayout_2.addItem(spacerItem1, 1, 3, 1, 1)
+ self.gridLayout_4.addLayout(self.gridLayout_2, 0, 0, 1, 1)
self.LBNouvCommande = QtGui.QListWidget(self.Commande)
self.LBNouvCommande.setObjectName("LBNouvCommande")
- self.gridLayout_2.addWidget(self.LBNouvCommande, 2, 0, 1, 4)
+ self.gridLayout_4.addWidget(self.LBNouvCommande, 1, 0, 1, 1)
self.textLabel4 = QtGui.QLabel(self.Commande)
+ self.textLabel4.setMaximumSize(QtCore.QSize(721, 20))
self.textLabel4.setWordWrap(False)
self.textLabel4.setObjectName("textLabel4")
- self.gridLayout_2.addWidget(self.textLabel4, 3, 0, 1, 4)
+ self.gridLayout_4.addWidget(self.textLabel4, 2, 0, 1, 1)
self.TWChoix.addTab(self.Commande, "")
- self.gridlayout.addWidget(self.TWChoix, 0, 0, 1, 3)
+ self.gridLayout_3.addWidget(self.TWChoix, 0, 0, 1, 1)
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ spacerItem2 = QtGui.QSpacerItem(158, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem2)
self.bOk = QtGui.QPushButton(DParam)
- self.bOk.setMinimumSize(QtCore.QSize(0, 30))
+ self.bOk.setMinimumSize(QtCore.QSize(160, 30))
+ self.bOk.setMaximumSize(QtCore.QSize(160, 30))
self.bOk.setAutoDefault(True)
self.bOk.setDefault(True)
self.bOk.setObjectName("bOk")
- self.gridlayout.addWidget(self.bOk, 1, 1, 1, 1)
+ self.horizontalLayout.addWidget(self.bOk)
+ spacerItem3 = QtGui.QSpacerItem(148, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem3)
+ self.gridLayout_3.addLayout(self.horizontalLayout, 1, 0, 1, 1)
self.retranslateUi(DParam)
self.TWChoix.setCurrentIndex(0)
self.TWChoix.setTabText(self.TWChoix.indexOf(self.Valeur_Parametre), QtGui.QApplication.translate("DParam", "Valeur Parametre", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel1_4.setText(QtGui.QApplication.translate("DParam", "<b><u>Commandes :</u></b>", None, QtGui.QApplication.UnicodeUTF8))
self.groupBox.setTitle(QtGui.QApplication.translate("DParam", "Affichage", None, QtGui.QApplication.UnicodeUTF8))
- self.RBGroupe.setText(QtGui.QApplication.translate("DParam", "par groupe", None, QtGui.QApplication.UnicodeUTF8))
self.RBalpha.setText(QtGui.QApplication.translate("DParam", "alphabétique", None, QtGui.QApplication.UnicodeUTF8))
+ self.RBGroupe.setText(QtGui.QApplication.translate("DParam", "par groupe", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel6.setText(QtGui.QApplication.translate("DParam", "Filtre", None, QtGui.QApplication.UnicodeUTF8))
self.BNext.setText(QtGui.QApplication.translate("DParam", "Suivant", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel4.setText(QtGui.QApplication.translate("DParam", "La commande choisie sera ajoutée APRES la commande courante", None, QtGui.QApplication.UnicodeUTF8))
<rect>
<x>0</x>
<y>0</y>
- <width>505</width>
- <height>483</height>
+ <width>682</width>
+ <height>552</height>
</rect>
</property>
<property name="minimumSize" >
<property name="windowTitle" >
<string>DComm</string>
</property>
- <layout class="QGridLayout" >
- <item row="0" column="0" colspan="3" >
+ <layout class="QGridLayout" name="gridLayout_3" >
+ <item row="0" column="0" >
<widget class="QTabWidget" name="TWChoix" >
<property name="currentIndex" >
<number>0</number>
<attribute name="title" >
<string>Valeur Parametre</string>
</attribute>
- <layout class="QGridLayout" name="gridLayout_3" >
- <item row="0" column="1" >
+ <layout class="QGridLayout" name="gridLayout_5" >
+ <item row="0" column="0" colspan="2" >
<widget class="QLabel" name="textLabel2_2_2" >
<property name="text" >
<string><u><b><p align="center">Parametre</p></b></u></string>
</property>
</widget>
</item>
- <item row="4" column="0" colspan="2" >
+ <item row="3" column="0" colspan="2" >
<widget class="QLabel" name="Commentaire2" >
<property name="text" >
<string>Retour Chariot dans une sone de saisie permet de vérifier la
</property>
</widget>
</item>
+ <item row="4" column="0" colspan="2" >
+ <spacer name="verticalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>460</width>
+ <height>139</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="5" column="0" colspan="2" >
+ <widget class="QLabel" name="Commentaire" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>20</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>465</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
<item row="6" column="0" colspan="2" >
<widget class="QLabel" name="Commentaire_2" >
<property name="text" >
</property>
</widget>
</item>
- <item row="7" column="0" colspan="2" >
- <widget class="QLineEdit" name="Commentaire" />
- </item>
</layout>
</widget>
<widget class="QWidget" name="Commande" >
<attribute name="title" >
<string>Nouvelle Commande</string>
</attribute>
- <layout class="QGridLayout" name="gridLayout_2" >
- <item row="0" column="0" colspan="3" >
- <widget class="QLabel" name="textLabel1_4" >
- <property name="text" >
- <string><b><u>Commandes :</u></b></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="2" row="0" column="3" >
- <widget class="QGroupBox" name="groupBox" >
- <property name="title" >
- <string>Affichage</string>
- </property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="1" column="0" >
- <widget class="QRadioButton" name="RBGroupe" >
- <property name="text" >
- <string>par groupe</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QRadioButton" name="RBalpha" >
- <property name="text" >
- <string>alphabétique</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
+ <layout class="QGridLayout" name="gridLayout_4" >
+ <item row="0" column="0" >
+ <layout class="QGridLayout" name="gridLayout_2" >
+ <item row="0" column="0" colspan="2" >
+ <widget class="QLabel" name="textLabel1_4" >
+ <property name="text" >
+ <string><b><u>Commandes :</u></b></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="2" row="0" column="4" >
+ <widget class="QGroupBox" name="groupBox" >
+ <property name="minimumSize" >
+ <size>
+ <width>171</width>
+ <height>71</height>
+ </size>
+ </property>
+ <property name="title" >
+ <string>Affichage</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" >
+ <widget class="QRadioButton" name="RBalpha" >
+ <property name="minimumSize" >
+ <size>
+ <width>149</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>149</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>alphabétique</string>
+ </property>
+ <property name="checked" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QRadioButton" name="RBGroupe" >
+ <property name="text" >
+ <string>par groupe</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="textLabel6" >
+ <property name="minimumSize" >
+ <size>
+ <width>91</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Filtre</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QLineEdit" name="LEFiltre" >
+ <property name="minimumSize" >
+ <size>
+ <width>231</width>
+ <height>30</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QPushButton" name="BNext" >
+ <property name="minimumSize" >
+ <size>
+ <width>90</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Suivant</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="3" >
+ <spacer name="horizontalSpacer_4" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>108</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
</item>
<item row="1" column="0" >
- <widget class="QLabel" name="textLabel6" >
- <property name="minimumSize" >
- <size>
- <width>50</width>
- <height>30</height>
- </size>
- </property>
- <property name="text" >
- <string>Filtre</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
+ <widget class="QListWidget" name="LBNouvCommande" />
</item>
- <item row="1" column="1" >
- <widget class="QLineEdit" name="LEFiltre" >
- <property name="minimumSize" >
+ <item row="2" column="0" >
+ <widget class="QLabel" name="textLabel4" >
+ <property name="maximumSize" >
<size>
- <width>160</width>
- <height>30</height>
+ <width>721</width>
+ <height>20</height>
</size>
</property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QPushButton" name="BNext" >
- <property name="text" >
- <string>Suivant</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="4" >
- <widget class="QListWidget" name="LBNouvCommande" />
- </item>
- <item row="3" column="0" colspan="4" >
- <widget class="QLabel" name="textLabel4" >
<property name="text" >
<string>La commande choisie sera ajoutée APRES la commande courante</string>
</property>
</widget>
</widget>
</item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="bOk" >
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
+ <item row="1" column="0" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>158</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bOk" >
+ <property name="minimumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
+ <property name="text" >
+ <string>&Valider</string>
+ </property>
+ <property name="shortcut" >
+ <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>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>148</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
</item>
</layout>
</widget>
# Form implementation generated from reading ui file 'desPlusieursBase.ui'
#
-# Created: Thu Mar 12 10:42:31 2009
+# Created: Fri Apr 24 15:50:34 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
class Ui_DPlusBase(object):
def setupUi(self, DPlusBase):
DPlusBase.setObjectName("DPlusBase")
- DPlusBase.resize(552, 480)
+ DPlusBase.resize(643, 728)
DPlusBase.setMinimumSize(QtCore.QSize(350, 0))
- self.gridlayout = QtGui.QGridLayout(DPlusBase)
- self.gridlayout.setObjectName("gridlayout")
+ self.gridLayout_4 = QtGui.QGridLayout(DPlusBase)
+ self.gridLayout_4.setObjectName("gridLayout_4")
self.tabuniqueinto = QtGui.QTabWidget(DPlusBase)
self.tabuniqueinto.setObjectName("tabuniqueinto")
self.Widget8 = QtGui.QWidget()
self.Widget8.setObjectName("Widget8")
- self.gridLayout = QtGui.QGridLayout(self.Widget8)
- self.gridLayout.setObjectName("gridLayout")
+ self.gridLayout_2 = QtGui.QGridLayout(self.Widget8)
+ self.gridLayout_2.setObjectName("gridLayout_2")
+ self.verticalLayout_2 = QtGui.QVBoxLayout()
+ self.verticalLayout_2.setObjectName("verticalLayout_2")
self.textLabel1 = QtGui.QLabel(self.Widget8)
self.textLabel1.setWordWrap(False)
self.textLabel1.setObjectName("textLabel1")
- self.gridLayout.addWidget(self.textLabel1, 0, 0, 1, 1)
- spacerItem = QtGui.QSpacerItem(31, 30, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
- self.gridLayout.addItem(spacerItem, 0, 1, 1, 2)
- self.hboxlayout = QtGui.QHBoxLayout()
- self.hboxlayout.setObjectName("hboxlayout")
- self.textLabel1_2 = QtGui.QLabel(self.Widget8)
- self.textLabel1_2.setWordWrap(False)
- self.textLabel1_2.setObjectName("textLabel1_2")
- self.hboxlayout.addWidget(self.textLabel1_2)
- spacerItem1 = QtGui.QSpacerItem(111, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
- self.hboxlayout.addItem(spacerItem1)
- self.gridLayout.addLayout(self.hboxlayout, 0, 3, 1, 3)
+ self.verticalLayout_2.addWidget(self.textLabel1)
self.LBValeurs = QtGui.QListWidget(self.Widget8)
self.LBValeurs.setMinimumSize(QtCore.QSize(200, 0))
self.LBValeurs.setObjectName("LBValeurs")
- self.gridLayout.addWidget(self.LBValeurs, 1, 0, 8, 1)
+ self.verticalLayout_2.addWidget(self.LBValeurs)
+ self.gridLayout_2.addLayout(self.verticalLayout_2, 0, 0, 1, 1)
+ self.verticalLayout_5 = QtGui.QVBoxLayout()
+ self.verticalLayout_5.setObjectName("verticalLayout_5")
+ self.gridLayout = QtGui.QGridLayout()
+ self.gridLayout.setObjectName("gridLayout")
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ self.textLabel1_2 = QtGui.QLabel(self.Widget8)
+ self.textLabel1_2.setMinimumSize(QtCore.QSize(61, 21))
+ self.textLabel1_2.setMaximumSize(QtCore.QSize(61, 21))
+ self.textLabel1_2.setWordWrap(False)
+ self.textLabel1_2.setObjectName("textLabel1_2")
+ self.horizontalLayout.addWidget(self.textLabel1_2)
+ spacerItem = QtGui.QSpacerItem(168, 18, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem)
+ self.gridLayout.addLayout(self.horizontalLayout, 0, 0, 1, 3)
self.BAjout1Val = QtGui.QToolButton(self.Widget8)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
icon.addPixmap(QtGui.QPixmap("../Editeur/icons/arrow_left.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.BAjout1Val.setIcon(icon)
self.BAjout1Val.setObjectName("BAjout1Val")
- self.gridLayout.addWidget(self.BAjout1Val, 1, 1, 1, 2)
+ self.gridLayout.addWidget(self.BAjout1Val, 1, 0, 1, 1)
self.LEValeur = QtGui.QLineEdit(self.Widget8)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
sizePolicy.setHorizontalStretch(0)
self.LEValeur.setSizePolicy(sizePolicy)
self.LEValeur.setMinimumSize(QtCore.QSize(220, 30))
self.LEValeur.setObjectName("LEValeur")
- self.gridLayout.addWidget(self.LEValeur, 1, 3, 1, 3)
+ self.gridLayout.addWidget(self.LEValeur, 1, 1, 1, 2)
self.BSup1Val = QtGui.QToolButton(self.Widget8)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
icon1.addPixmap(QtGui.QPixmap("../../EficasV1/Editeur/icons/arrow_right.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.BSup1Val.setIcon(icon1)
self.BSup1Val.setObjectName("BSup1Val")
- self.gridLayout.addWidget(self.BSup1Val, 2, 1, 1, 2)
+ self.gridLayout.addWidget(self.BSup1Val, 2, 0, 1, 1)
self.BSalome = QtGui.QToolButton(self.Widget8)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
icon2.addPixmap(QtGui.QPixmap("image240.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.BSalome.setIcon(icon2)
self.BSalome.setObjectName("BSalome")
- self.gridLayout.addWidget(self.BSalome, 2, 3, 1, 1)
+ self.gridLayout.addWidget(self.BSalome, 2, 1, 1, 1)
self.BView2D = QtGui.QPushButton(self.Widget8)
self.BView2D.setMinimumSize(QtCore.QSize(120, 30))
self.BView2D.setObjectName("BView2D")
- self.gridLayout.addWidget(self.BView2D, 2, 4, 1, 2)
- spacerItem2 = QtGui.QSpacerItem(21, 231, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
- self.gridLayout.addItem(spacerItem2, 3, 1, 5, 2)
- self.Commentaire = QtGui.QLabel(self.Widget8)
- self.Commentaire.setMinimumSize(QtCore.QSize(0, 60))
- self.Commentaire.setWordWrap(False)
- self.Commentaire.setObjectName("Commentaire")
- self.gridLayout.addWidget(self.Commentaire, 3, 3, 1, 3)
- spacerItem3 = QtGui.QSpacerItem(31, 50, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
- self.gridLayout.addItem(spacerItem3, 4, 5, 1, 1)
- spacerItem4 = QtGui.QSpacerItem(150, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
- self.gridLayout.addItem(spacerItem4, 6, 2, 1, 3)
- self.vboxlayout = QtGui.QVBoxLayout()
- self.vboxlayout.setObjectName("vboxlayout")
+ self.gridLayout.addWidget(self.BView2D, 2, 2, 1, 1)
+ self.verticalLayout_5.addLayout(self.gridLayout)
+ spacerItem1 = QtGui.QSpacerItem(20, 158, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout_5.addItem(spacerItem1)
+ self.verticalLayout_4 = QtGui.QVBoxLayout()
+ self.verticalLayout_4.setObjectName("verticalLayout_4")
+ self.horizontalLayout_2 = QtGui.QHBoxLayout()
+ self.horizontalLayout_2.setObjectName("horizontalLayout_2")
+ spacerItem2 = QtGui.QSpacerItem(150, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout_2.addItem(spacerItem2)
+ self.verticalLayout = QtGui.QVBoxLayout()
+ self.verticalLayout.setObjectName("verticalLayout")
self.bParam = QtGui.QPushButton(self.Widget8)
- self.bParam.setMinimumSize(QtCore.QSize(0, 30))
+ self.bParam.setMinimumSize(QtCore.QSize(100, 30))
+ self.bParam.setMaximumSize(QtCore.QSize(100, 30))
self.bParam.setAutoDefault(True)
self.bParam.setObjectName("bParam")
- self.vboxlayout.addWidget(self.bParam)
+ self.verticalLayout.addWidget(self.bParam)
self.bImport = QtGui.QPushButton(self.Widget8)
- self.bImport.setMinimumSize(QtCore.QSize(0, 30))
+ self.bImport.setMinimumSize(QtCore.QSize(100, 30))
+ self.bImport.setMaximumSize(QtCore.QSize(100, 30))
self.bImport.setAutoDefault(True)
self.bImport.setObjectName("bImport")
- self.vboxlayout.addWidget(self.bImport)
- self.gridLayout.addLayout(self.vboxlayout, 5, 5, 2, 1)
- spacerItem5 = QtGui.QSpacerItem(31, 50, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
- self.gridLayout.addItem(spacerItem5, 7, 5, 1, 1)
+ self.verticalLayout.addWidget(self.bImport)
+ self.horizontalLayout_2.addLayout(self.verticalLayout)
+ self.verticalLayout_4.addLayout(self.horizontalLayout_2)
+ self.verticalLayout_3 = QtGui.QVBoxLayout()
+ self.verticalLayout_3.setObjectName("verticalLayout_3")
+ spacerItem3 = QtGui.QSpacerItem(265, 48, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout_3.addItem(spacerItem3)
+ self.Commentaire = QtGui.QLabel(self.Widget8)
+ self.Commentaire.setMinimumSize(QtCore.QSize(251, 21))
+ self.Commentaire.setObjectName("Commentaire")
+ self.verticalLayout_3.addWidget(self.Commentaire)
+ spacerItem4 = QtGui.QSpacerItem(265, 48, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout_3.addItem(spacerItem4)
+ self.verticalLayout_4.addLayout(self.verticalLayout_3)
+ self.horizontalLayout_3 = QtGui.QHBoxLayout()
+ self.horizontalLayout_3.setObjectName("horizontalLayout_3")
+ spacerItem5 = QtGui.QSpacerItem(118, 27, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout_3.addItem(spacerItem5)
self.bOk = QtGui.QPushButton(self.Widget8)
- self.bOk.setMinimumSize(QtCore.QSize(0, 30))
+ self.bOk.setMinimumSize(QtCore.QSize(160, 30))
+ self.bOk.setMaximumSize(QtCore.QSize(160, 30))
self.bOk.setAutoDefault(True)
self.bOk.setDefault(False)
self.bOk.setObjectName("bOk")
- self.gridLayout.addWidget(self.bOk, 8, 1, 1, 4)
+ self.horizontalLayout_3.addWidget(self.bOk)
+ self.verticalLayout_4.addLayout(self.horizontalLayout_3)
+ self.verticalLayout_5.addLayout(self.verticalLayout_4)
+ self.gridLayout_2.addLayout(self.verticalLayout_5, 0, 1, 1, 1)
self.tabuniqueinto.addTab(self.Widget8, "")
- self.gridlayout.addWidget(self.tabuniqueinto, 0, 0, 1, 1)
+ self.gridLayout_4.addWidget(self.tabuniqueinto, 0, 0, 1, 1)
self.retranslateUi(DPlusBase)
QtCore.QMetaObject.connectSlotsByName(DPlusBase)
DPlusBase.setTabOrder(self.LEValeur, self.tabuniqueinto)
DPlusBase.setTabOrder(self.tabuniqueinto, self.bOk)
- DPlusBase.setTabOrder(self.bOk, self.bParam)
- DPlusBase.setTabOrder(self.bParam, self.bImport)
+ DPlusBase.setTabOrder(self.bOk, self.bImport)
DPlusBase.setTabOrder(self.bImport, self.LBValeurs)
DPlusBase.setTabOrder(self.LBValeurs, self.BView2D)
<rect>
<x>0</x>
<y>0</y>
- <width>552</width>
- <height>480</height>
+ <width>643</width>
+ <height>728</height>
</rect>
</property>
<property name="minimumSize" >
<property name="windowTitle" >
<string>DUnIn</string>
</property>
- <layout class="QGridLayout" >
+ <layout class="QGridLayout" name="gridLayout_4" >
<item row="0" column="0" >
<widget class="QTabWidget" name="tabuniqueinto" >
<widget class="QWidget" name="Widget8" >
<attribute name="title" >
<string>Saisir Valeur</string>
</attribute>
- <layout class="QGridLayout" name="gridLayout" >
+ <layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0" >
- <widget class="QLabel" name="textLabel1" >
- <property name="text" >
- <string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" colspan="2" >
- <spacer name="spacer3_3" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>31</width>
- <height>30</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="0" column="3" colspan="3" >
- <layout class="QHBoxLayout" >
+ <layout class="QVBoxLayout" name="verticalLayout_2" >
<item>
- <widget class="QLabel" name="textLabel1_2" >
+ <widget class="QLabel" name="textLabel1" >
<property name="text" >
- <string><font size="+1">Valeur</font></string>
+ <string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</widget>
</item>
<item>
- <spacer name="spacer6" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
+ <widget class="QListWidget" name="LBValeurs" >
+ <property name="minimumSize" >
<size>
- <width>111</width>
- <height>20</height>
+ <width>200</width>
+ <height>0</height>
</size>
</property>
- </spacer>
+ </widget>
</item>
</layout>
</item>
- <item rowspan="8" row="1" column="0" >
- <widget class="QListWidget" name="LBValeurs" >
- <property name="minimumSize" >
- <size>
- <width>200</width>
- <height>0</height>
- </size>
- </property>
- </widget>
- </item>
- <item row="1" column="1" colspan="2" >
- <widget class="QToolButton" name="BAjout1Val" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize" >
- <size>
- <width>40</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>../Editeur/icons/arrow_left.png</normaloff>../Editeur/icons/arrow_left.png</iconset>
- </property>
- </widget>
- </item>
- <item row="1" column="3" colspan="3" >
- <widget class="QLineEdit" name="LEValeur" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize" >
- <size>
- <width>220</width>
- <height>30</height>
- </size>
- </property>
- </widget>
- </item>
- <item row="2" column="1" colspan="2" >
- <widget class="QToolButton" name="BSup1Val" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize" >
- <size>
- <width>40</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>enleve l occurence selectionnee</string>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>../../EficasV1/Editeur/icons/arrow_right.png</normaloff>../../EficasV1/Editeur/icons/arrow_right.png</iconset>
- </property>
- </widget>
- </item>
- <item row="2" column="3" >
- <widget class="QToolButton" name="BSalome" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize" >
- <size>
- <width>40</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>image240.png</normaloff>image240.png</iconset>
- </property>
- </widget>
- </item>
- <item row="2" column="4" colspan="2" >
- <widget class="QPushButton" name="BView2D" >
- <property name="minimumSize" >
- <size>
- <width>120</width>
- <height>30</height>
- </size>
- </property>
- <property name="text" >
- <string>Visualiser</string>
- </property>
- </widget>
- </item>
- <item rowspan="5" row="3" column="1" colspan="2" >
- <spacer name="spacer4" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>21</width>
- <height>231</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="3" column="3" colspan="3" >
- <widget class="QLabel" name="Commentaire" >
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>60</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="4" column="5" >
- <spacer name="spacer3" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>31</width>
- <height>50</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="6" column="2" colspan="3" >
- <spacer name="spacer5" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>150</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item rowspan="2" row="5" column="5" >
- <layout class="QVBoxLayout" >
+ <item row="0" column="1" >
+ <layout class="QVBoxLayout" name="verticalLayout_5" >
<item>
- <widget class="QPushButton" name="bParam" >
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>suppression du mot clef</string>
- </property>
- <property name="text" >
- <string>&Parametres</string>
- </property>
- <property name="shortcut" >
- <string>Alt+P</string>
- </property>
- <property name="autoDefault" >
- <bool>true</bool>
- </property>
- </widget>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" colspan="3" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <widget class="QLabel" name="textLabel1_2" >
+ <property name="minimumSize" >
+ <size>
+ <width>61</width>
+ <height>21</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>61</width>
+ <height>21</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string><font size="+1">Valeur</font></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="spacer6" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>168</width>
+ <height>18</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QToolButton" name="BAjout1Val" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>40</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="icon" >
+ <iconset>
+ <normaloff>../Editeur/icons/arrow_left.png</normaloff>../Editeur/icons/arrow_left.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" colspan="2" >
+ <widget class="QLineEdit" name="LEValeur" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>220</width>
+ <height>30</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QToolButton" name="BSup1Val" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>40</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>enleve l occurence selectionnee</string>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="icon" >
+ <iconset>
+ <normaloff>../../EficasV1/Editeur/icons/arrow_right.png</normaloff>../../EficasV1/Editeur/icons/arrow_right.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QToolButton" name="BSalome" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>40</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="icon" >
+ <iconset>
+ <normaloff>image240.png</normaloff>image240.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QPushButton" name="BView2D" >
+ <property name="minimumSize" >
+ <size>
+ <width>120</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Visualiser</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
<item>
- <widget class="QPushButton" name="bImport" >
- <property name="minimumSize" >
+ <spacer name="verticalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
<size>
- <width>0</width>
- <height>30</height>
+ <width>20</width>
+ <height>158</height>
</size>
</property>
- <property name="toolTip" >
- <string>suppression du mot clef</string>
- </property>
- <property name="text" >
- <string>&Importer</string>
- </property>
- <property name="shortcut" >
- <string>Alt+I</string>
- </property>
- <property name="autoDefault" >
- <bool>true</bool>
- </property>
- </widget>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout_4" >
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2" >
+ <item>
+ <spacer name="spacer5" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>150</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout" >
+ <item>
+ <widget class="QPushButton" name="bParam" >
+ <property name="minimumSize" >
+ <size>
+ <width>100</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>100</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>suppression du mot clef</string>
+ </property>
+ <property name="text" >
+ <string>&Parametres</string>
+ </property>
+ <property name="shortcut" >
+ <string>Alt+P</string>
+ </property>
+ <property name="autoDefault" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bImport" >
+ <property name="minimumSize" >
+ <size>
+ <width>100</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>100</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>suppression du mot clef</string>
+ </property>
+ <property name="text" >
+ <string>&Importer</string>
+ </property>
+ <property name="shortcut" >
+ <string>Alt+I</string>
+ </property>
+ <property name="autoDefault" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout_3" >
+ <item>
+ <spacer name="spacer3_3" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>265</width>
+ <height>48</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QLabel" name="Commentaire" >
+ <property name="minimumSize" >
+ <size>
+ <width>251</width>
+ <height>21</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="spacer3_2" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>265</width>
+ <height>48</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_3" >
+ <item>
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>118</width>
+ <height>27</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bOk" >
+ <property name="minimumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
+ <property name="text" >
+ <string>&Valider</string>
+ </property>
+ <property name="shortcut" >
+ <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+ </property>
+ <property name="autoDefault" >
+ <bool>true</bool>
+ </property>
+ <property name="default" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</item>
</layout>
</item>
- <item row="7" column="5" >
- <spacer name="spacer3_2" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>31</width>
- <height>50</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="8" column="1" colspan="4" >
- <widget class="QPushButton" name="bOk" >
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
- </property>
- <property name="autoDefault" >
- <bool>true</bool>
- </property>
- <property name="default" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
</layout>
</widget>
</widget>
<tabstop>LEValeur</tabstop>
<tabstop>tabuniqueinto</tabstop>
<tabstop>bOk</tabstop>
- <tabstop>bParam</tabstop>
<tabstop>bImport</tabstop>
<tabstop>LBValeurs</tabstop>
<tabstop>BView2D</tabstop>
# Form implementation generated from reading ui file 'desPlusieursInto.ui'
#
-# Created: Thu Mar 12 10:42:31 2009
+# Created: Fri Apr 24 15:53:20 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
self.tabuniqueinto.setObjectName("tabuniqueinto")
self.Widget8 = QtGui.QWidget()
self.Widget8.setObjectName("Widget8")
+ self.gridLayout = QtGui.QGridLayout(self.Widget8)
+ self.gridLayout.setObjectName("gridLayout")
self.textLabel1 = QtGui.QLabel(self.Widget8)
- self.textLabel1.setGeometry(QtCore.QRect(9, 9, 203, 19))
self.textLabel1.setWordWrap(False)
self.textLabel1.setObjectName("textLabel1")
- self.bOk = QtGui.QPushButton(self.Widget8)
- self.bOk.setGeometry(QtCore.QRect(149, 396, 130, 30))
- self.bOk.setMinimumSize(QtCore.QSize(130, 30))
- self.bOk.setAutoDefault(True)
- self.bOk.setDefault(True)
- self.bOk.setObjectName("bOk")
- self.Commentaire = QtGui.QLabel(self.Widget8)
- self.Commentaire.setGeometry(QtCore.QRect(9, 356, 442, 31))
- self.Commentaire.setMinimumSize(QtCore.QSize(0, 20))
- self.Commentaire.setWordWrap(False)
- self.Commentaire.setObjectName("Commentaire")
+ self.gridLayout.addWidget(self.textLabel1, 0, 0, 1, 1)
self.textLabel1_2 = QtGui.QLabel(self.Widget8)
- self.textLabel1_2.setGeometry(QtCore.QRect(217, 9, 234, 19))
self.textLabel1_2.setWordWrap(False)
self.textLabel1_2.setObjectName("textLabel1_2")
- self.widget = QtGui.QWidget(self.Widget8)
- self.widget.setGeometry(QtCore.QRect(9, 33, 442, 331))
- self.widget.setObjectName("widget")
- self.hboxlayout = QtGui.QHBoxLayout(self.widget)
+ self.gridLayout.addWidget(self.textLabel1_2, 0, 1, 1, 1)
+ self.hboxlayout = QtGui.QHBoxLayout()
self.hboxlayout.setObjectName("hboxlayout")
- self.LBValeurs = QtGui.QListWidget(self.widget)
+ self.LBValeurs = QtGui.QListWidget(self.Widget8)
self.LBValeurs.setObjectName("LBValeurs")
self.hboxlayout.addWidget(self.LBValeurs)
self.vboxlayout = QtGui.QVBoxLayout()
self.vboxlayout.addItem(spacerItem)
self.vboxlayout1 = QtGui.QVBoxLayout()
self.vboxlayout1.setObjectName("vboxlayout1")
- self.BAjout1Val = QtGui.QToolButton(self.widget)
+ self.BAjout1Val = QtGui.QToolButton(self.Widget8)
self.BAjout1Val.setMinimumSize(QtCore.QSize(40, 31))
self.BAjout1Val.setMaximumSize(QtCore.QSize(40, 31))
icon = QtGui.QIcon()
self.BAjout1Val.setIcon(icon)
self.BAjout1Val.setObjectName("BAjout1Val")
self.vboxlayout1.addWidget(self.BAjout1Val)
- self.BSup1Val = QtGui.QToolButton(self.widget)
+ self.BSup1Val = QtGui.QToolButton(self.Widget8)
self.BSup1Val.setMinimumSize(QtCore.QSize(40, 31))
self.BSup1Val.setMaximumSize(QtCore.QSize(40, 31))
icon1 = QtGui.QIcon()
self.vboxlayout1.addItem(spacerItem1)
self.vboxlayout.addLayout(self.vboxlayout1)
self.hboxlayout.addLayout(self.vboxlayout)
- self.listBoxVal = QtGui.QListWidget(self.widget)
+ self.listBoxVal = QtGui.QListWidget(self.Widget8)
self.listBoxVal.setObjectName("listBoxVal")
self.hboxlayout.addWidget(self.listBoxVal)
+ self.gridLayout.addLayout(self.hboxlayout, 1, 0, 1, 2)
+ self.Commentaire = QtGui.QLabel(self.Widget8)
+ self.Commentaire.setMinimumSize(QtCore.QSize(0, 20))
+ self.Commentaire.setWordWrap(False)
+ self.Commentaire.setObjectName("Commentaire")
+ self.gridLayout.addWidget(self.Commentaire, 2, 0, 1, 2)
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ spacerItem2 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem2)
+ self.bOk = QtGui.QPushButton(self.Widget8)
+ self.bOk.setMinimumSize(QtCore.QSize(130, 30))
+ self.bOk.setAutoDefault(True)
+ self.bOk.setDefault(True)
+ self.bOk.setObjectName("bOk")
+ self.horizontalLayout.addWidget(self.bOk)
+ spacerItem3 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem3)
+ self.gridLayout.addLayout(self.horizontalLayout, 3, 0, 1, 2)
self.tabuniqueinto.addTab(self.Widget8, "")
self.gridlayout.addWidget(self.tabuniqueinto, 0, 0, 1, 1)
def retranslateUi(self, DPlusInto):
DPlusInto.setWindowTitle(QtGui.QApplication.translate("DPlusInto", "DUnIn", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel1.setText(QtGui.QApplication.translate("DPlusInto", "<u><font size=\"+1\">Valeur(s) actuelle(s)</font></u>", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setToolTip(QtGui.QApplication.translate("DPlusInto", "validation de la saisie", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setText(QtGui.QApplication.translate("DPlusInto", "&Valider", None, QtGui.QApplication.UnicodeUTF8))
- self.bOk.setShortcut(QtGui.QApplication.translate("DPlusInto", "Shift+A, Alt+A, Alt+A, Alt+A", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel1_2.setText(QtGui.QApplication.translate("DPlusInto", "<u><font size=\"+1\">Valeur(s) possibles(s)</font></u>", None, QtGui.QApplication.UnicodeUTF8))
self.BAjout1Val.setToolTip(QtGui.QApplication.translate("DPlusInto", "enleve l occurence selectionnee", None, QtGui.QApplication.UnicodeUTF8))
self.BSup1Val.setToolTip(QtGui.QApplication.translate("DPlusInto", "ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setToolTip(QtGui.QApplication.translate("DPlusInto", "validation de la saisie", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setText(QtGui.QApplication.translate("DPlusInto", "&Valider", None, QtGui.QApplication.UnicodeUTF8))
+ self.bOk.setShortcut(QtGui.QApplication.translate("DPlusInto", "Shift+A, Alt+A, Alt+A, Alt+A", None, QtGui.QApplication.UnicodeUTF8))
self.tabuniqueinto.setTabText(self.tabuniqueinto.indexOf(self.Widget8), QtGui.QApplication.translate("DPlusInto", "Saisir Valeur", None, QtGui.QApplication.UnicodeUTF8))
<attribute name="title" >
<string>Saisir Valeur</string>
</attribute>
- <widget class="QLabel" name="textLabel1" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>9</y>
- <width>203</width>
- <height>19</height>
- </rect>
- </property>
- <property name="text" >
- <string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="bOk" >
- <property name="geometry" >
- <rect>
- <x>149</x>
- <y>396</y>
- <width>130</width>
- <height>30</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>130</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
- <widget class="QLabel" name="Commentaire" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>356</y>
- <width>442</width>
- <height>31</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>20</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="textLabel1_2" >
- <property name="geometry" >
- <rect>
- <x>217</x>
- <y>9</y>
- <width>234</width>
- <height>19</height>
- </rect>
- </property>
- <property name="text" >
- <string><u><font size="+1">Valeur(s) possibles(s)</font></u></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QWidget" name="" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>33</y>
- <width>442</width>
- <height>331</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" >
- <item>
- <widget class="QListWidget" name="LBValeurs" />
- </item>
- <item>
- <layout class="QVBoxLayout" >
- <item>
- <spacer name="spacer2" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>21</width>
- <height>44</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <layout class="QVBoxLayout" >
- <item>
- <widget class="QToolButton" name="BAjout1Val" >
- <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="toolTip" >
- <string>enleve l occurence selectionnee</string>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>../Editeur/icons/arrow_left.png</normaloff>../Editeur/icons/arrow_left.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="BSup1Val" >
- <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="toolTip" >
- <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>../Editeur/icons/arrow_right.png</normaloff>../Editeur/icons/arrow_right.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="spacer3" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>21</width>
- <height>176</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QListWidget" name="listBoxVal" />
- </item>
- </layout>
- </widget>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" >
+ <widget class="QLabel" name="textLabel1" >
+ <property name="text" >
+ <string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QLabel" name="textLabel1_2" >
+ <property name="text" >
+ <string><u><font size="+1">Valeur(s) possibles(s)</font></u></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" colspan="2" >
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QListWidget" name="LBValeurs" />
+ </item>
+ <item>
+ <layout class="QVBoxLayout" >
+ <item>
+ <spacer name="spacer2" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>21</width>
+ <height>44</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QToolButton" name="BAjout1Val" >
+ <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="toolTip" >
+ <string>enleve l occurence selectionnee</string>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="icon" >
+ <iconset>
+ <normaloff>../Editeur/icons/arrow_left.png</normaloff>../Editeur/icons/arrow_left.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="BSup1Val" >
+ <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="toolTip" >
+ <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="icon" >
+ <iconset>
+ <normaloff>../Editeur/icons/arrow_right.png</normaloff>../Editeur/icons/arrow_right.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="spacer3" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>21</width>
+ <height>176</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QListWidget" name="listBoxVal" />
+ </item>
+ </layout>
+ </item>
+ <item row="2" column="0" colspan="2" >
+ <widget class="QLabel" name="Commentaire" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>20</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" colspan="2" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bOk" >
+ <property name="minimumSize" >
+ <size>
+ <width>130</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
+ <property name="text" >
+ <string>&Valider</string>
+ </property>
+ <property name="shortcut" >
+ <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>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_3" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
</widget>
</item>
# Form implementation generated from reading ui file 'desRacine.ui'
#
-# Created: Thu Mar 12 12:08:36 2009
+# Created: Thu Apr 23 16:04:23 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueASSD.ui'
#
-# Created: Thu Mar 12 10:42:31 2009
+# Created: Fri Apr 24 14:45:17 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
self.tabuniqueinto.setObjectName("tabuniqueinto")
self.Widget8 = QtGui.QWidget()
self.Widget8.setObjectName("Widget8")
+ self.gridLayout = QtGui.QGridLayout(self.Widget8)
+ self.gridLayout.setObjectName("gridLayout")
self.textLabel2 = QtGui.QLabel(self.Widget8)
- self.textLabel2.setGeometry(QtCore.QRect(9, 9, 442, 50))
self.textLabel2.setMinimumSize(QtCore.QSize(436, 50))
self.textLabel2.setWordWrap(False)
self.textLabel2.setObjectName("textLabel2")
+ self.gridLayout.addWidget(self.textLabel2, 0, 0, 1, 1)
self.listBoxASSD = QtGui.QListWidget(self.Widget8)
- self.listBoxASSD.setGeometry(QtCore.QRect(9, 64, 442, 289))
self.listBoxASSD.setObjectName("listBoxASSD")
+ self.gridLayout.addWidget(self.listBoxASSD, 1, 0, 1, 1)
self.Commentaire = QtGui.QLabel(self.Widget8)
- self.Commentaire.setGeometry(QtCore.QRect(9, 359, 442, 30))
self.Commentaire.setMinimumSize(QtCore.QSize(380, 30))
self.Commentaire.setWordWrap(False)
self.Commentaire.setObjectName("Commentaire")
+ self.gridLayout.addWidget(self.Commentaire, 2, 0, 1, 1)
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ spacerItem = QtGui.QSpacerItem(138, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem)
self.bOk = QtGui.QPushButton(self.Widget8)
- self.bOk.setGeometry(QtCore.QRect(160, 395, 140, 30))
- self.bOk.setMinimumSize(QtCore.QSize(0, 30))
+ self.bOk.setMinimumSize(QtCore.QSize(160, 30))
self.bOk.setAutoDefault(True)
self.bOk.setDefault(True)
self.bOk.setObjectName("bOk")
+ self.horizontalLayout.addWidget(self.bOk)
+ spacerItem1 = QtGui.QSpacerItem(138, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem1)
+ self.gridLayout.addLayout(self.horizontalLayout, 3, 0, 1, 1)
self.tabuniqueinto.addTab(self.Widget8, "")
self.gridlayout.addWidget(self.tabuniqueinto, 0, 0, 1, 1)
<attribute name="title" >
<string>Saisir Valeur</string>
</attribute>
- <widget class="QLabel" name="textLabel2" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>9</y>
- <width>442</width>
- <height>50</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>436</width>
- <height>50</height>
- </size>
- </property>
- <property name="text" >
- <string><font size="+1"><p align="center">Structures de données du type
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" >
+ <widget class="QLabel" name="textLabel2" >
+ <property name="minimumSize" >
+ <size>
+ <width>436</width>
+ <height>50</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string><font size="+1"><p align="center">Structures de données du type
requis par l'objet courant :</p></font></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QListWidget" name="listBoxASSD" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>64</y>
- <width>442</width>
- <height>289</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="Commentaire" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>359</y>
- <width>442</width>
- <height>30</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>380</width>
- <height>30</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="bOk" >
- <property name="geometry" >
- <rect>
- <x>160</x>
- <y>395</y>
- <width>140</width>
- <height>30</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QListWidget" name="listBoxASSD" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="Commentaire" >
+ <property name="minimumSize" >
+ <size>
+ <width>380</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>138</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bOk" >
+ <property name="minimumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
+ <property name="text" >
+ <string>&Valider</string>
+ </property>
+ <property name="shortcut" >
+ <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>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>138</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
</widget>
</item>
# Form implementation generated from reading ui file 'desUniqueBase.ui'
#
-# Created: Thu Mar 12 15:01:03 2009
+# Created: Fri Apr 24 14:36:52 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
self.tabuniqueinto.setObjectName("tabuniqueinto")
self.Widget8 = QtGui.QWidget()
self.Widget8.setObjectName("Widget8")
- self.gridLayout_2 = QtGui.QGridLayout(self.Widget8)
- self.gridLayout_2.setObjectName("gridLayout_2")
+ self.gridLayout = QtGui.QGridLayout(self.Widget8)
+ self.gridLayout.setObjectName("gridLayout")
self.horizontalLayout = QtGui.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.textLabel2 = QtGui.QLabel(self.Widget8)
self.lineEditVal.setMinimumSize(QtCore.QSize(290, 50))
self.lineEditVal.setObjectName("lineEditVal")
self.horizontalLayout.addWidget(self.lineEditVal)
- self.gridLayout_2.addLayout(self.horizontalLayout, 0, 0, 1, 3)
- self.gridLayout = QtGui.QGridLayout()
- self.gridLayout.setObjectName("gridLayout")
+ self.gridLayout.addLayout(self.horizontalLayout, 0, 0, 1, 4)
+ spacerItem = QtGui.QSpacerItem(137, 43, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.gridLayout.addItem(spacerItem, 1, 2, 1, 1)
+ self.bParametres = QtGui.QPushButton(self.Widget8)
+ sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(self.bParametres.sizePolicy().hasHeightForWidth())
+ self.bParametres.setSizePolicy(sizePolicy)
+ self.bParametres.setMinimumSize(QtCore.QSize(140, 45))
+ self.bParametres.setObjectName("bParametres")
+ self.gridLayout.addWidget(self.bParametres, 1, 3, 2, 1)
+ spacerItem1 = QtGui.QSpacerItem(293, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.gridLayout.addItem(spacerItem1, 2, 0, 1, 3)
self.BSalome = QtGui.QPushButton(self.Widget8)
- self.BSalome.setMinimumSize(QtCore.QSize(50, 40))
+ self.BSalome.setMinimumSize(QtCore.QSize(142, 40))
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap("image240.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.BSalome.setIcon(icon)
self.BSalome.setObjectName("BSalome")
- self.gridLayout.addWidget(self.BSalome, 1, 0, 1, 1)
- spacerItem = QtGui.QSpacerItem(41, 112, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
- self.gridLayout.addItem(spacerItem, 1, 1, 2, 1)
+ self.gridLayout.addWidget(self.BSalome, 3, 0, 1, 1)
+ spacerItem2 = QtGui.QSpacerItem(138, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.gridLayout.addItem(spacerItem2, 3, 1, 1, 1)
+ spacerItem3 = QtGui.QSpacerItem(137, 77, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.gridLayout.addItem(spacerItem3, 3, 2, 2, 1)
self.BView2D = QtGui.QPushButton(self.Widget8)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
self.BView2D.setSizePolicy(sizePolicy)
self.BView2D.setMinimumSize(QtCore.QSize(140, 40))
self.BView2D.setObjectName("BView2D")
- self.gridLayout.addWidget(self.BView2D, 1, 2, 1, 1)
+ self.gridLayout.addWidget(self.BView2D, 3, 3, 1, 1)
self.BFichier = QtGui.QPushButton(self.Widget8)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
self.BFichier.setMinimumSize(QtCore.QSize(140, 40))
self.BFichier.setIcon(icon)
self.BFichier.setObjectName("BFichier")
- self.gridLayout.addWidget(self.BFichier, 2, 2, 1, 1)
- spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
- self.gridLayout.addItem(spacerItem1, 0, 1, 1, 1)
- self.bParametres = QtGui.QPushButton(self.Widget8)
- sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
- sizePolicy.setHorizontalStretch(0)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(self.bParametres.sizePolicy().hasHeightForWidth())
- self.bParametres.setSizePolicy(sizePolicy)
- self.bParametres.setMinimumSize(QtCore.QSize(140, 45))
- self.bParametres.setObjectName("bParametres")
- self.gridLayout.addWidget(self.bParametres, 0, 2, 1, 1)
- self.gridLayout_2.addLayout(self.gridLayout, 1, 0, 1, 3)
+ self.gridLayout.addWidget(self.BFichier, 4, 3, 2, 1)
+ spacerItem4 = QtGui.QSpacerItem(293, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.gridLayout.addItem(spacerItem4, 5, 0, 1, 3)
self.verticalLayout = QtGui.QVBoxLayout()
self.verticalLayout.setObjectName("verticalLayout")
- spacerItem2 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
- self.verticalLayout.addItem(spacerItem2)
- self.Commentaire = QtGui.QLineEdit(self.Widget8)
+ spacerItem5 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout.addItem(spacerItem5)
+ self.Commentaire = QtGui.QLabel(self.Widget8)
self.Commentaire.setObjectName("Commentaire")
self.verticalLayout.addWidget(self.Commentaire)
- spacerItem3 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
- self.verticalLayout.addItem(spacerItem3)
- self.gridLayout_2.addLayout(self.verticalLayout, 2, 0, 1, 3)
- spacerItem4 = QtGui.QSpacerItem(138, 17, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
- self.gridLayout_2.addItem(spacerItem4, 3, 0, 1, 1)
+ spacerItem6 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout.addItem(spacerItem6)
+ self.gridLayout.addLayout(self.verticalLayout, 6, 0, 1, 4)
+ self.horizontalLayout_2 = QtGui.QHBoxLayout()
+ self.horizontalLayout_2.setObjectName("horizontalLayout_2")
+ spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout_2.addItem(spacerItem7)
self.bOk = QtGui.QPushButton(self.Widget8)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
self.bOk.setAutoDefault(True)
self.bOk.setDefault(True)
self.bOk.setObjectName("bOk")
- self.gridLayout_2.addWidget(self.bOk, 3, 1, 1, 1)
- spacerItem5 = QtGui.QSpacerItem(108, 17, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
- self.gridLayout_2.addItem(spacerItem5, 3, 2, 1, 1)
+ self.horizontalLayout_2.addWidget(self.bOk)
+ spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout_2.addItem(spacerItem8)
+ self.gridLayout.addLayout(self.horizontalLayout_2, 7, 0, 1, 4)
self.tabuniqueinto.addTab(self.Widget8, "")
self.gridlayout.addWidget(self.tabuniqueinto, 0, 0, 1, 1)
def retranslateUi(self, DUnBase):
DUnBase.setWindowTitle(QtGui.QApplication.translate("DUnBase", "DUnIn", None, QtGui.QApplication.UnicodeUTF8))
self.textLabel2.setText(QtGui.QApplication.translate("DUnBase", "<b><u><p align=\"center\">Valeur: </p></u></b>", None, QtGui.QApplication.UnicodeUTF8))
+ self.bParametres.setText(QtGui.QApplication.translate("DUnBase", "Parametres", None, QtGui.QApplication.UnicodeUTF8))
self.BView2D.setText(QtGui.QApplication.translate("DUnBase", "Visualiser", None, QtGui.QApplication.UnicodeUTF8))
self.BFichier.setText(QtGui.QApplication.translate("DUnBase", "Fichier", None, QtGui.QApplication.UnicodeUTF8))
- self.bParametres.setText(QtGui.QApplication.translate("DUnBase", "Parametres", None, QtGui.QApplication.UnicodeUTF8))
+ self.Commentaire.setText(QtGui.QApplication.translate("DUnBase", "TextLabel", None, QtGui.QApplication.UnicodeUTF8))
self.bOk.setToolTip(QtGui.QApplication.translate("DUnBase", "validation de la saisie", None, QtGui.QApplication.UnicodeUTF8))
self.bOk.setText(QtGui.QApplication.translate("DUnBase", "&Valider", None, QtGui.QApplication.UnicodeUTF8))
self.bOk.setShortcut(QtGui.QApplication.translate("DUnBase", "Shift+A, Alt+A, Alt+A, Alt+A", None, QtGui.QApplication.UnicodeUTF8))
<attribute name="title" >
<string>Saisir Valeur</string>
</attribute>
- <layout class="QGridLayout" name="gridLayout_2" >
- <item row="0" column="0" colspan="3" >
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" colspan="4" >
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QLabel" name="textLabel2" >
</item>
</layout>
</item>
- <item row="1" column="0" colspan="3" >
- <layout class="QGridLayout" name="gridLayout" >
- <item row="1" column="0" >
- <widget class="QPushButton" name="BSalome" >
- <property name="minimumSize" >
- <size>
- <width>50</width>
- <height>40</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>image240.png</normaloff>image240.png</iconset>
- </property>
- </widget>
- </item>
- <item rowspan="2" row="1" column="1" >
- <spacer name="spacer4" >
+ <item row="1" column="2" >
+ <spacer name="verticalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>137</width>
+ <height>43</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item rowspan="2" row="1" column="3" >
+ <widget class="QPushButton" name="bParametres" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>140</width>
+ <height>45</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Parametres</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" colspan="3" >
+ <spacer name="horizontalSpacer_3" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>293</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QPushButton" name="BSalome" >
+ <property name="minimumSize" >
+ <size>
+ <width>142</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="icon" >
+ <iconset>
+ <normaloff>image240.png</normaloff>image240.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" >
+ <spacer name="horizontalSpacer_5" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>138</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item rowspan="2" row="3" column="2" >
+ <spacer name="spacer4" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>137</width>
+ <height>77</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="3" column="3" >
+ <widget class="QPushButton" name="BView2D" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>140</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Visualiser</string>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="2" row="4" column="3" >
+ <widget class="QPushButton" name="BFichier" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>140</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Fichier</string>
+ </property>
+ <property name="icon" >
+ <iconset>
+ <normaloff>image240.png</normaloff>image240.png</iconset>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" colspan="3" >
+ <spacer name="horizontalSpacer_4" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>293</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="6" column="0" colspan="4" >
+ <layout class="QVBoxLayout" name="verticalLayout" >
+ <item>
+ <spacer name="verticalSpacer_2" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
<property name="sizeHint" stdset="0" >
<size>
- <width>41</width>
- <height>112</height>
+ <width>20</width>
+ <height>40</height>
</size>
</property>
</spacer>
</item>
- <item row="1" column="2" >
- <widget class="QPushButton" name="BView2D" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize" >
- <size>
- <width>140</width>
- <height>40</height>
- </size>
- </property>
+ <item>
+ <widget class="QLabel" name="Commentaire" >
<property name="text" >
- <string>Visualiser</string>
+ <string>TextLabel</string>
</property>
</widget>
</item>
- <item row="2" column="2" >
- <widget class="QPushButton" name="BFichier" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <item>
+ <spacer name="verticalSpacer_3" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
</property>
- <property name="minimumSize" >
+ <property name="sizeHint" stdset="0" >
<size>
- <width>140</width>
+ <width>20</width>
<height>40</height>
</size>
</property>
- <property name="text" >
- <string>Fichier</string>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>image240.png</normaloff>image240.png</iconset>
- </property>
- </widget>
+ </spacer>
</item>
- <item row="0" column="1" >
- <spacer name="verticalSpacer" >
+ </layout>
+ </item>
+ <item row="7" column="0" colspan="4" >
+ <layout class="QHBoxLayout" name="horizontalLayout_2" >
+ <item>
+ <spacer name="horizontalSpacer" >
<property name="orientation" >
- <enum>Qt::Vertical</enum>
+ <enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
- <width>20</width>
- <height>40</height>
+ <width>40</width>
+ <height>20</height>
</size>
</property>
</spacer>
</item>
- <item row="0" column="2" >
- <widget class="QPushButton" name="bParametres" >
+ <item>
+ <widget class="QPushButton" name="bOk" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<property name="minimumSize" >
<size>
<width>140</width>
- <height>45</height>
+ <height>40</height>
</size>
</property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
<property name="text" >
- <string>Parametres</string>
+ <string>&Valider</string>
</property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="2" column="0" colspan="3" >
- <layout class="QVBoxLayout" name="verticalLayout" >
- <item>
- <spacer name="verticalSpacer_2" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
+ <property name="shortcut" >
+ <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
</property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>20</width>
- <height>40</height>
- </size>
+ <property name="autoDefault" >
+ <bool>true</bool>
</property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="Commentaire" >
- <property name="text" >
- <string>TextLabel</string>
+ <property name="default" >
+ <bool>true</bool>
</property>
</widget>
</item>
<item>
- <spacer name="verticalSpacer_3" >
+ <spacer name="horizontalSpacer_2" >
<property name="orientation" >
- <enum>Qt::Vertical</enum>
+ <enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
- <width>20</width>
- <height>40</height>
+ <width>40</width>
+ <height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
- <item row="3" column="0" >
- <spacer name="horizontalSpacer" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>138</width>
- <height>17</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="3" column="1" >
- <widget class="QPushButton" name="bOk" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize" >
- <size>
- <width>140</width>
- <height>40</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
- </item>
- <item row="3" column="2" >
- <spacer name="horizontalSpacer_2" >
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>108</width>
- <height>17</height>
- </size>
- </property>
- </spacer>
- </item>
</layout>
</widget>
</widget>
# Form implementation generated from reading ui file 'desUniqueComp.ui'
#
-# Created: Thu Mar 12 10:42:31 2009
+# Created: Fri Apr 24 16:01:08 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
self.tabuniqueinto.setObjectName("tabuniqueinto")
self.Widget8 = QtGui.QWidget()
self.Widget8.setObjectName("Widget8")
+ self.gridLayout_2 = QtGui.QGridLayout(self.Widget8)
+ self.gridLayout_2.setObjectName("gridLayout_2")
+ self.verticalLayout_2 = QtGui.QVBoxLayout()
+ self.verticalLayout_2.setObjectName("verticalLayout_2")
self.textLabel1 = QtGui.QLabel(self.Widget8)
- self.textLabel1.setGeometry(QtCore.QRect(10, -10, 444, 87))
self.textLabel1.setWordWrap(False)
self.textLabel1.setObjectName("textLabel1")
+ self.verticalLayout_2.addWidget(self.textLabel1)
self.LEcomp = QtGui.QLineEdit(self.Widget8)
- self.LEcomp.setGeometry(QtCore.QRect(10, 60, 444, 51))
self.LEcomp.setMinimumSize(QtCore.QSize(390, 40))
self.LEcomp.setObjectName("LEcomp")
+ self.verticalLayout_2.addWidget(self.LEcomp)
+ self.gridLayout_2.addLayout(self.verticalLayout_2, 0, 0, 1, 1)
+ self.verticalLayout_3 = QtGui.QVBoxLayout()
+ self.verticalLayout_3.setObjectName("verticalLayout_3")
+ spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout_3.addItem(spacerItem)
self.groupBox = QtGui.QGroupBox(self.Widget8)
- self.groupBox.setGeometry(QtCore.QRect(10, 170, 444, 89))
self.groupBox.setObjectName("groupBox")
+ self.gridLayout = QtGui.QGridLayout(self.groupBox)
+ self.gridLayout.setObjectName("gridLayout")
self.RBRI = QtGui.QRadioButton(self.groupBox)
- self.RBRI.setGeometry(QtCore.QRect(10, 30, 444, 23))
self.RBRI.setObjectName("RBRI")
+ self.gridLayout.addWidget(self.RBRI, 0, 0, 1, 1)
self.RBMP = QtGui.QRadioButton(self.groupBox)
- self.RBMP.setGeometry(QtCore.QRect(10, 50, 444, 23))
self.RBMP.setObjectName("RBMP")
+ self.gridLayout.addWidget(self.RBMP, 1, 0, 1, 1)
+ self.verticalLayout_3.addWidget(self.groupBox)
+ self.gridLayout_2.addLayout(self.verticalLayout_3, 1, 0, 1, 1)
+ self.horizontalLayout_2 = QtGui.QHBoxLayout()
+ self.horizontalLayout_2.setObjectName("horizontalLayout_2")
self.LEReel = QtGui.QLineEdit(self.Widget8)
- self.LEReel.setGeometry(QtCore.QRect(4, 270, 219, 51))
self.LEReel.setMinimumSize(QtCore.QSize(190, 40))
self.LEReel.setObjectName("LEReel")
+ self.horizontalLayout_2.addWidget(self.LEReel)
self.LEImag = QtGui.QLineEdit(self.Widget8)
- self.LEImag.setGeometry(QtCore.QRect(230, 270, 218, 51))
self.LEImag.setMinimumSize(QtCore.QSize(190, 40))
self.LEImag.setObjectName("LEImag")
+ self.horizontalLayout_2.addWidget(self.LEImag)
+ self.gridLayout_2.addLayout(self.horizontalLayout_2, 2, 0, 1, 1)
+ self.verticalLayout = QtGui.QVBoxLayout()
+ self.verticalLayout.setObjectName("verticalLayout")
self.Commentaire = QtGui.QLabel(self.Widget8)
- self.Commentaire.setGeometry(QtCore.QRect(9, 332, 444, 51))
self.Commentaire.setWordWrap(False)
self.Commentaire.setObjectName("Commentaire")
+ self.verticalLayout.addWidget(self.Commentaire)
+ spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
+ self.verticalLayout.addItem(spacerItem1)
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ spacerItem2 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem2)
self.bOk = QtGui.QPushButton(self.Widget8)
- self.bOk.setGeometry(QtCore.QRect(150, 430, 140, 41))
+ self.bOk.setMinimumSize(QtCore.QSize(160, 30))
+ self.bOk.setMaximumSize(QtCore.QSize(160, 30))
self.bOk.setAutoDefault(True)
self.bOk.setDefault(True)
self.bOk.setObjectName("bOk")
+ self.horizontalLayout.addWidget(self.bOk)
+ spacerItem3 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem3)
+ self.verticalLayout.addLayout(self.horizontalLayout)
+ self.gridLayout_2.addLayout(self.verticalLayout, 3, 0, 1, 1)
self.tabuniqueinto.addTab(self.Widget8, "")
self.gridlayout.addWidget(self.tabuniqueinto, 0, 0, 1, 1)
<attribute name="title" >
<string>Saisir Valeur</string>
</attribute>
- <widget class="QLabel" name="textLabel1" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>-10</y>
- <width>444</width>
- <height>87</height>
- </rect>
- </property>
- <property name="text" >
- <string><font size="+2">Complexe de la forme : a+bj</font></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="LEcomp" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>60</y>
- <width>444</width>
- <height>51</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>390</width>
- <height>40</height>
- </size>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>170</y>
- <width>444</width>
- <height>89</height>
- </rect>
- </property>
- <property name="title" >
- <string>Ou</string>
- </property>
- <widget class="QRadioButton" name="RBRI" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>30</y>
- <width>444</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text" >
- <string>RI : Réel Imaginaire</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="RBMP" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>50</y>
- <width>444</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text" >
- <string>MP : Module Phase</string>
- </property>
- </widget>
- </widget>
- <widget class="QLineEdit" name="LEReel" >
- <property name="geometry" >
- <rect>
- <x>4</x>
- <y>270</y>
- <width>219</width>
- <height>51</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>190</width>
- <height>40</height>
- </size>
- </property>
- </widget>
- <widget class="QLineEdit" name="LEImag" >
- <property name="geometry" >
- <rect>
- <x>230</x>
- <y>270</y>
- <width>218</width>
- <height>51</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>190</width>
- <height>40</height>
- </size>
- </property>
- </widget>
- <widget class="QLabel" name="Commentaire" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>332</y>
- <width>444</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text" >
- <string><font size="+2">Un complexe est attendu</font></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="bOk" >
- <property name="geometry" >
- <rect>
- <x>150</x>
- <y>430</y>
- <width>140</width>
- <height>41</height>
- </rect>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
+ <layout class="QGridLayout" name="gridLayout_2" >
+ <item row="0" column="0" >
+ <layout class="QVBoxLayout" name="verticalLayout_2" >
+ <item>
+ <widget class="QLabel" name="textLabel1" >
+ <property name="text" >
+ <string><font size="+2">Complexe de la forme : a+bj</font></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LEcomp" >
+ <property name="minimumSize" >
+ <size>
+ <width>390</width>
+ <height>40</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0" >
+ <layout class="QVBoxLayout" name="verticalLayout_3" >
+ <item>
+ <spacer name="verticalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBox" >
+ <property name="title" >
+ <string>Ou</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" >
+ <widget class="QRadioButton" name="RBRI" >
+ <property name="text" >
+ <string>RI : Réel Imaginaire</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QRadioButton" name="RBMP" >
+ <property name="text" >
+ <string>MP : Module Phase</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="2" column="0" >
+ <layout class="QHBoxLayout" name="horizontalLayout_2" >
+ <item>
+ <widget class="QLineEdit" name="LEReel" >
+ <property name="minimumSize" >
+ <size>
+ <width>190</width>
+ <height>40</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LEImag" >
+ <property name="minimumSize" >
+ <size>
+ <width>190</width>
+ <height>40</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="3" column="0" >
+ <layout class="QVBoxLayout" name="verticalLayout" >
+ <item>
+ <widget class="QLabel" name="Commentaire" >
+ <property name="text" >
+ <string><font size="+2">Un complexe est attendu</font></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bOk" >
+ <property name="minimumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
+ <property name="text" >
+ <string>&Valider</string>
+ </property>
+ <property name="shortcut" >
+ <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>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
</widget>
</item>
# Form implementation generated from reading ui file 'desUniqueInto.ui'
#
-# Created: Thu Mar 12 10:42:31 2009
+# Created: Fri Apr 24 14:21:54 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
DUnIn.setObjectName("DUnIn")
DUnIn.resize(482, 480)
DUnIn.setMinimumSize(QtCore.QSize(350, 0))
- self.gridlayout = QtGui.QGridLayout(DUnIn)
- self.gridlayout.setObjectName("gridlayout")
+ self.gridLayout_2 = QtGui.QGridLayout(DUnIn)
+ self.gridLayout_2.setObjectName("gridLayout_2")
self.tabuniqueinto = QtGui.QTabWidget(DUnIn)
self.tabuniqueinto.setObjectName("tabuniqueinto")
self.Widget8 = QtGui.QWidget()
self.Widget8.setObjectName("Widget8")
+ self.gridLayout = QtGui.QGridLayout(self.Widget8)
+ self.gridLayout.setObjectName("gridLayout")
+ self.textLabel2 = QtGui.QLabel(self.Widget8)
+ self.textLabel2.setWordWrap(False)
+ self.textLabel2.setObjectName("textLabel2")
+ self.gridLayout.addWidget(self.textLabel2, 0, 0, 1, 1)
+ self.listBoxVal = QtGui.QListWidget(self.Widget8)
+ self.listBoxVal.setObjectName("listBoxVal")
+ self.gridLayout.addWidget(self.listBoxVal, 1, 0, 1, 1)
self.Commentaire = QtGui.QLabel(self.Widget8)
- self.Commentaire.setGeometry(QtCore.QRect(9, 359, 442, 30))
self.Commentaire.setMinimumSize(QtCore.QSize(420, 30))
self.Commentaire.setWordWrap(False)
self.Commentaire.setObjectName("Commentaire")
- self.listBoxVal = QtGui.QListWidget(self.Widget8)
- self.listBoxVal.setGeometry(QtCore.QRect(9, 31, 442, 322))
- self.listBoxVal.setObjectName("listBoxVal")
- self.textLabel2 = QtGui.QLabel(self.Widget8)
- self.textLabel2.setGeometry(QtCore.QRect(9, 9, 442, 17))
- self.textLabel2.setWordWrap(False)
- self.textLabel2.setObjectName("textLabel2")
+ self.gridLayout.addWidget(self.Commentaire, 2, 0, 1, 1)
+ self.horizontalLayout = QtGui.QHBoxLayout()
+ self.horizontalLayout.setObjectName("horizontalLayout")
+ spacerItem = QtGui.QSpacerItem(138, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem)
self.bOk = QtGui.QPushButton(self.Widget8)
- self.bOk.setGeometry(QtCore.QRect(160, 395, 140, 30))
- self.bOk.setMinimumSize(QtCore.QSize(0, 30))
+ self.bOk.setMinimumSize(QtCore.QSize(160, 30))
+ self.bOk.setMaximumSize(QtCore.QSize(160, 30))
self.bOk.setAutoDefault(True)
self.bOk.setDefault(True)
self.bOk.setObjectName("bOk")
+ self.horizontalLayout.addWidget(self.bOk)
+ spacerItem1 = QtGui.QSpacerItem(118, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
+ self.horizontalLayout.addItem(spacerItem1)
+ self.gridLayout.addLayout(self.horizontalLayout, 3, 0, 1, 1)
self.tabuniqueinto.addTab(self.Widget8, "")
- self.gridlayout.addWidget(self.tabuniqueinto, 0, 0, 1, 1)
+ self.gridLayout_2.addWidget(self.tabuniqueinto, 0, 0, 1, 1)
self.retranslateUi(DUnIn)
QtCore.QMetaObject.connectSlotsByName(DUnIn)
<property name="windowTitle" >
<string>DUnIn</string>
</property>
- <layout class="QGridLayout" >
+ <layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0" >
<widget class="QTabWidget" name="tabuniqueinto" >
<widget class="QWidget" name="Widget8" >
<attribute name="title" >
<string>Saisir Valeur</string>
</attribute>
- <widget class="QLabel" name="Commentaire" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>359</y>
- <width>442</width>
- <height>30</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>420</width>
- <height>30</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QListWidget" name="listBoxVal" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>31</y>
- <width>442</width>
- <height>322</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="textLabel2" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>9</y>
- <width>442</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text" >
- <string><b><u><p align="center">Valeurs possibles</p></u></b></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="bOk" >
- <property name="geometry" >
- <rect>
- <x>160</x>
- <y>395</y>
- <width>140</width>
- <height>30</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="toolTip" >
- <string>validation de la saisie</string>
- </property>
- <property name="text" >
- <string>&Valider</string>
- </property>
- <property name="shortcut" >
- <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>
- </widget>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" >
+ <widget class="QLabel" name="textLabel2" >
+ <property name="text" >
+ <string><b><u><p align="center">Valeurs possibles</p></u></b></string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QListWidget" name="listBoxVal" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="Commentaire" >
+ <property name="minimumSize" >
+ <size>
+ <width>420</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>138</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="bOk" >
+ <property name="minimumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>160</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="toolTip" >
+ <string>validation de la saisie</string>
+ </property>
+ <property name="text" >
+ <string>&Valider</string>
+ </property>
+ <property name="shortcut" >
+ <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>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>118</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
</widget>
</item>
# Form implementation generated from reading ui file 'myMain.ui'
#
-# Created: Wed Jan 28 11:24:41 2009
+# Created: Thu Apr 23 16:20:17 2009
# by: PyQt4 UI code generator 4.4.3
#
# WARNING! All changes made in this file will be lost!
class Ui_Eficas(object):
def setupUi(self, Eficas):
Eficas.setObjectName("Eficas")
- Eficas.resize(1406, 600)
+ Eficas.resize(1383, 811)
self.centralwidget = QtGui.QWidget(Eficas)
- self.centralwidget.setGeometry(QtCore.QRect(0, 68, 1406, 510))
self.centralwidget.setObjectName("centralwidget")
Eficas.setCentralWidget(self.centralwidget)
self.menubar = QtGui.QMenuBar(Eficas)
- self.menubar.setGeometry(QtCore.QRect(0, 0, 1406, 29))
+ self.menubar.setGeometry(QtCore.QRect(0, 0, 1383, 29))
self.menubar.setObjectName("menubar")
self.menuFichier = QtGui.QMenu(self.menubar)
self.menuFichier.setObjectName("menuFichier")
self.menuPatrons.setObjectName("menuPatrons")
Eficas.setMenuBar(self.menubar)
self.statusbar = QtGui.QStatusBar(Eficas)
- self.statusbar.setGeometry(QtCore.QRect(0, 578, 1406, 22))
self.statusbar.setObjectName("statusbar")
Eficas.setStatusBar(self.statusbar)
self.toolBar = QtGui.QToolBar(Eficas)
- self.toolBar.setGeometry(QtCore.QRect(0, 29, 1406, 39))
self.toolBar.setObjectName("toolBar")
Eficas.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar)
self.action_Nouveau = QtGui.QAction(Eficas)
<rect>
<x>0</x>
<y>0</y>
- <width>1406</width>
- <height>600</height>
+ <width>1383</width>
+ <height>811</height>
</rect>
</property>
<property name="windowTitle" >
<string>MainWindow</string>
</property>
- <widget class="QWidget" name="centralwidget" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>68</y>
- <width>1406</width>
- <height>510</height>
- </rect>
- </property>
- </widget>
+ <widget class="QWidget" name="centralwidget" />
<widget class="QMenuBar" name="menubar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
- <width>1406</width>
+ <width>1383</width>
<height>29</height>
</rect>
</property>
<addaction name="menuTraduction" />
<addaction name="menuPatrons" />
</widget>
- <widget class="QStatusBar" name="statusbar" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>578</y>
- <width>1406</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
+ <widget class="QStatusBar" name="statusbar" />
<widget class="QToolBar" name="toolBar" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>29</y>
- <width>1406</width>
- <height>39</height>
- </rect>
- </property>
<property name="windowTitle" >
<string>toolBar</string>
</property>