# Form implementation generated from reading ui file 'aideQT.ui'
#
-# Created: jeu mar 6 14:02:27 2008
+# Created: mar mar 25 10:05:07 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desChoixCata.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:07 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desCommande.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:07 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
-image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DComm(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
- self.image0 = QPixmap()
- self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DComm")
self.TWChoix.insertTab(self.Concept,QString(""))
self.Commande = QWidget(self.TWChoix,"Commande")
- CommandeLayout = QGridLayout(self.Commande,1,1,11,6,"CommandeLayout")
self.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1")
+ self.buttonGroup1.setGeometry(QRect(308,11,160,80))
self.RBalpha = QRadioButton(self.buttonGroup1,"RBalpha")
self.RBalpha.setGeometry(QRect(20,20,120,20))
self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe")
self.RBGroupe.setGeometry(QRect(20,40,110,20))
- CommandeLayout.addMultiCellWidget(self.buttonGroup1,0,1,3,3)
-
self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4")
-
- CommandeLayout.addMultiCellWidget(self.textLabel1_4,0,0,0,1)
+ self.textLabel1_4.setGeometry(QRect(11,11,257,53))
self.textLabel4 = QLabel(self.Commande,"textLabel4")
-
- CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
+ self.textLabel4.setGeometry(QRect(11,365,457,16))
self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande")
-
- CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3)
+ self.LBNouvCommande.setGeometry(QRect(11,97,457,262))
self.textLabel6 = QLabel(self.Commande,"textLabel6")
-
- CommandeLayout.addWidget(self.textLabel6,1,0)
-
- self.BNext = QToolButton(self.Commande,"BNext")
- self.BNext.setIconSet(QIconSet(self.image0))
-
- CommandeLayout.addWidget(self.BNext,1,2)
+ self.textLabel6.setGeometry(QRect(11,70,23,21))
self.LEFiltre = QLineEdit(self.Commande,"LEFiltre")
+ self.LEFiltre.setGeometry(QRect(40,60,200,30))
- CommandeLayout.addWidget(self.LEFiltre,1,1)
+ self.BNext = QToolButton(self.Commande,"BNext")
+ self.BNext.setGeometry(QRect(257,61,41,30))
+ self.BNext.setIconSet(QIconSet())
self.TWChoix.insertTab(self.Commande,QString(""))
DCommLayout.addMultiCellWidget(self.TWChoix,0,0,0,2)
self.resize(QSize(505,483).expandedTo(self.minimumSizeHint()))
self.clearWState(Qt.WState_Polished)
- self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+ self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65"))
self.textLabel6.setText(self.__tr("Filtre"))
- self.BNext.setText(QString.null)
+ self.BNext.setText(self.__tr("Suivant"))
QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
self.bOk.setText(self.__tr("&Valider"))
<attribute name="title">
<string>Nouvelle Commande</string>
</attribute>
- <grid>
+ <widget class="QButtonGroup">
<property name="name">
- <cstring>unnamed</cstring>
+ <cstring>buttonGroup1</cstring>
</property>
- <widget class="QButtonGroup" row="0" column="3" rowspan="2" colspan="1">
- <property name="name">
- <cstring>buttonGroup1</cstring>
- </property>
- <property name="title">
- <string>Affichage</string>
- </property>
- <widget class="QRadioButton">
- <property name="name">
- <cstring>RBalpha</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>120</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>alphabétique</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QRadioButton">
- <property name="name">
- <cstring>RBGroupe</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>40</y>
- <width>110</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>par groupe</string>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
+ <property name="geometry">
+ <rect>
+ <x>308</x>
+ <y>11</y>
+ <width>160</width>
+ <height>80</height>
+ </rect>
+ </property>
+ <property name="title">
+ <string>Affichage</string>
+ </property>
+ <widget class="QRadioButton">
<property name="name">
- <cstring>textLabel1_4</cstring>
+ <cstring>RBalpha</cstring>
</property>
- <property name="text">
- <string><b><u>Commandes :</u></b></string>
- </property>
- </widget>
- <widget class="QLabel" row="3" column="0" rowspan="1" colspan="4">
- <property name="name">
- <cstring>textLabel4</cstring>
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>20</y>
+ <width>120</width>
+ <height>20</height>
+ </rect>
</property>
<property name="text">
- <string>La commande choisie sera ajoutée APRES la commande courante</string>
+ <string>alphabétique</string>
</property>
- </widget>
- <widget class="QListBox" row="2" column="0" rowspan="1" colspan="4">
- <property name="name">
- <cstring>LBNouvCommande</cstring>
+ <property name="checked">
+ <bool>true</bool>
</property>
</widget>
- <widget class="QLabel" row="1" column="0">
+ <widget class="QRadioButton">
<property name="name">
- <cstring>textLabel6</cstring>
+ <cstring>RBGroupe</cstring>
</property>
- <property name="text">
- <string>Filtre</string>
- </property>
- </widget>
- <widget class="QToolButton" row="1" column="2">
- <property name="name">
- <cstring>BNext</cstring>
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>40</y>
+ <width>110</width>
+ <height>20</height>
+ </rect>
</property>
<property name="text">
- <string></string>
- </property>
- <property name="iconSet">
- <iconset>image0</iconset>
- </property>
- <property name="toolTip" stdset="0">
- <string>affiche la prochaine occurence</string>
+ <string>par groupe</string>
</property>
</widget>
- <widget class="QLineEdit" row="1" column="1">
- <property name="name">
- <cstring>LEFiltre</cstring>
- </property>
- </widget>
- </grid>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1_4</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>11</y>
+ <width>257</width>
+ <height>53</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string><b><u>Commandes :</u></b></string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel4</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>365</y>
+ <width>457</width>
+ <height>16</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>La commande choisie sera ajoutée APRES la commande courante</string>
+ </property>
+ </widget>
+ <widget class="QListBox">
+ <property name="name">
+ <cstring>LBNouvCommande</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>97</y>
+ <width>457</width>
+ <height>262</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel6</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>70</y>
+ <width>23</width>
+ <height>21</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Filtre</string>
+ </property>
+ </widget>
+ <widget class="QLineEdit">
+ <property name="name">
+ <cstring>LEFiltre</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>40</x>
+ <y>60</y>
+ <width>200</width>
+ <height>30</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QToolButton">
+ <property name="name">
+ <cstring>BNext</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>257</x>
+ <y>61</y>
+ <width>41</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Suivant</string>
+ </property>
+ <property name="iconSet">
+ <iconset></iconset>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>affiche la prochaine occurence</string>
+ </property>
+ </widget>
</widget>
</widget>
<widget class="QPushButton" row="2" column="1">
</widget>
</grid>
</widget>
-<images>
- <image name="image0">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
- </image>
-</images>
<connections>
<connection>
<sender>LBNouvCommande</sender>
- <signal>clicked(QListBoxItem*)</signal>
+ <signal>doubleClicked(QListBoxItem*)</signal>
<receiver>DComm</receiver>
<slot>LBNouvCommandeClicked()</slot>
</connection>
# Form implementation generated from reading ui file 'desCommentaire.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
-image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DComment(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
- self.image0 = QPixmap()
- self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DComment")
CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
self.BNext = QToolButton(self.Commande,"BNext")
- self.BNext.setIconSet(QIconSet(self.image0))
+ self.BNext.setIconSet(QIconSet())
CommandeLayout.addWidget(self.BNext,1,2)
self.resize(QSize(505,483).expandedTo(self.minimumSizeHint()))
self.clearWState(Qt.WState_Polished)
- self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+ self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65"))
self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65"))
- self.BNext.setText(QString.null)
+ self.BNext.setText(self.__tr("Suivant"))
QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
self.bOk.setText(self.__tr("&Valider"))
<cstring>BNext</cstring>
</property>
<property name="text">
- <string></string>
+ <string>Suivant</string>
</property>
<property name="iconSet">
- <iconset>image0</iconset>
+ <iconset></iconset>
</property>
<property name="toolTip" stdset="0">
<string>affiche la prochaine occurence</string>
</widget>
</grid>
</widget>
-<images>
- <image name="image0">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
- </image>
-</images>
<connections>
<connection>
<sender>LBNouvCommande</sender>
- <signal>clicked(QListBoxItem*)</signal>
+ <signal>doubleClicked(QListBoxItem*)</signal>
<receiver>DComment</receiver>
<slot>LBNouvCommandeClicked()</slot>
</connection>
# Form implementation generated from reading ui file 'desError.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desFormule.ui'
#
-# Created: mar mar 4 16:24:30 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
-image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DFormule(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
- self.image0 = QPixmap()
- self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DFormule")
CommandeLayout.addWidget(self.LEFiltre,1,1)
self.BNext = QToolButton(self.Commande,"BNext")
- self.BNext.setIconSet(QIconSet(self.image0))
+ self.BNext.setIconSet(QIconSet())
CommandeLayout.addWidget(self.BNext,1,2)
self.resize(QSize(529,493).expandedTo(self.minimumSizeHint()))
self.clearWState(Qt.WState_Polished)
- self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+ self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
self.buttonGroup1.setTitle(self.__tr("Affichage"))
self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65"))
self.RBGroupe.setText(self.__tr("par groupe"))
- self.BNext.setText(QString.null)
+ self.BNext.setText(self.__tr("Suivant"))
QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
self.textLabel6.setText(self.__tr("Filtre"))
self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
<cstring>BNext</cstring>
</property>
<property name="text">
- <string></string>
+ <string>Suivant</string>
</property>
<property name="iconSet">
- <iconset>image0</iconset>
+ <iconset></iconset>
</property>
<property name="toolTip" stdset="0">
<string>affiche la prochaine occurence</string>
</widget>
</grid>
</widget>
-<images>
- <image name="image0">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
- </image>
-</images>
<connections>
<connection>
<sender>LBNouvCommande</sender>
- <signal>clicked(QListBoxItem*)</signal>
+ <signal>doubleClicked(QListBoxItem*)</signal>
<receiver>DFormule</receiver>
<slot>LBNouvCommandeClicked()</slot>
</connection>
# Form implementation generated from reading ui file 'desInactif.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desInclude.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
-image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DInc1(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
- self.image0 = QPixmap()
- self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DInc1")
DInc1Layout.addMultiCellWidget(self.Commentaire,1,1,0,2)
+ self.bHelp = QPushButton(self,"bHelp")
+ self.bHelp.setAutoDefault(1)
+
+ DInc1Layout.addWidget(self.bHelp,2,2)
+
+ self.bSup = QPushButton(self,"bSup")
+ self.bSup.setAutoDefault(1)
+
+ DInc1Layout.addWidget(self.bSup,2,0)
+
+ self.bOk = QPushButton(self,"bOk")
+ self.bOk.setAutoDefault(1)
+ self.bOk.setDefault(1)
+
+ DInc1Layout.addWidget(self.bOk,2,1)
+
self.TWChoix = QTabWidget(self,"TWChoix")
self.MotClef = QWidget(self.TWChoix,"MotClef")
CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
self.BNext = QToolButton(self.Commande,"BNext")
- self.BNext.setIconSet(QIconSet(self.image0))
+ self.BNext.setIconSet(QIconSet())
CommandeLayout.addWidget(self.BNext,1,2)
self.TabPage = QWidget(self.TWChoix,"TabPage")
- self.BBrowse = QPushButton(self.TabPage,"BBrowse")
- self.BBrowse.setGeometry(QRect(288,306,161,41))
- self.BBrowse.setSizePolicy(QSizePolicy(0,0,0,0,self.BBrowse.sizePolicy().hasHeightForWidth()))
-
self.textLabel1_3 = QLabel(self.TabPage,"textLabel1_3")
self.textLabel1_3.setGeometry(QRect(30,40,440,41))
self.LENomFichier.setGeometry(QRect(18,117,450,40))
self.LENomFichier.setSizePolicy(QSizePolicy(0,0,0,0,self.LENomFichier.sizePolicy().hasHeightForWidth()))
self.LENomFichier.setMinimumSize(QSize(450,40))
+
+ self.BBrowse = QPushButton(self.TabPage,"BBrowse")
+ self.BBrowse.setGeometry(QRect(288,306,161,41))
+ self.BBrowse.setSizePolicy(QSizePolicy(0,0,0,0,self.BBrowse.sizePolicy().hasHeightForWidth()))
+
+ self.BChangeFile = QPushButton(self.TabPage,"BChangeFile")
+ self.BChangeFile.setGeometry(QRect(290,350,161,41))
+ self.BChangeFile.setSizePolicy(QSizePolicy(0,0,0,0,self.BChangeFile.sizePolicy().hasHeightForWidth()))
self.TWChoix.insertTab(self.TabPage,QString(""))
self.TabPage_2 = QWidget(self.TWChoix,"TabPage_2")
DInc1Layout.addMultiCellWidget(self.TWChoix,0,0,0,2)
- self.bHelp = QPushButton(self,"bHelp")
- self.bHelp.setAutoDefault(1)
-
- DInc1Layout.addWidget(self.bHelp,2,2)
-
- self.bSup = QPushButton(self,"bSup")
- self.bSup.setAutoDefault(1)
-
- DInc1Layout.addWidget(self.bSup,2,0)
-
- self.bOk = QPushButton(self,"bOk")
- self.bOk.setAutoDefault(1)
- self.bOk.setDefault(1)
-
- DInc1Layout.addWidget(self.bOk,2,1)
-
self.languageChange()
self.resize(QSize(521,499).expandedTo(self.minimumSizeHint()))
self.clearWState(Qt.WState_Polished)
- self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+ self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
def languageChange(self):
self.setCaption(self.__tr("DMacro"))
self.Commentaire.setText(QString.null)
+ self.bHelp.setText(self.__tr("&Documentation"))
+ self.bHelp.setAccel(self.__tr("Alt+D"))
+ QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+ self.bSup.setText(self.__tr("&Supprimer"))
+ self.bSup.setAccel(self.__tr("Alt+S"))
+ QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+ self.bOk.setText(self.__tr("&Valider"))
+ self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A"))
+ QToolTip.add(self.bOk,self.__tr("validation de la saisie"))
self.textLabel1.setText(self.__tr("<h3><p align=\"center\"><u><b>Mots Clefs Permis</b></u></p></h3>"))
self.textLabel1_2.setText(self.__trUtf8("\x3c\x68\x33\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x3c\x75\x3e\x3c\x62\x3e\x52\xc3\xa9\x67\x6c\x65\x73\x3c\x2f\x62\x3e\x3c\x2f\x75\x3e\x3c\x2f\x70\x3e\x3c\x2f\x68\x33\x3e"))
self.TWChoix.changeTab(self.MotClef,self.__tr("Ajouter Mot-Clef"))
self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65"))
self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65"))
- self.BNext.setText(QString.null)
+ self.BNext.setText(self.__tr("Suivant"))
QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
- self.BBrowse.setText(self.__tr("Edit"))
self.textLabel1_3.setText(self.__tr("<font size=\"+1\">La commande INCLUDE requiert un nom de Fichier :</font>"))
+ self.BBrowse.setText(self.__tr("Edit"))
+ self.BChangeFile.setText(self.__tr("Autre Fichier"))
self.TWChoix.changeTab(self.TabPage,self.__tr("Fichier Include"))
self.textLabel1_5.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x31\x22\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x49\x4e\x43\x4c\x55\x44\x45\x20\x6e\x27\x61\x20\x70\x61\x73\x20\x64\x65\x20\x66\x69\x63\x68\x69\x65\x72\x20\x61\x73\x73\x6f\x63\x69\xc3\xa9\x2e\x0a\x49\x6c\x20\x66\x61\x75\x74\x20\x64\x27\x61\x62\x6f\x72\x64\x20\x63\x68\x6f\x69\x73\x69\x72\x20\x75\x6e\x20\x6e\x75\x6d\xc3\xa9\x72\x6f\x20\x64\x27\x75\x6e\x69\x74\xc3\xa9\x3c\x2f\x70\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
self.TWChoix.changeTab(self.TabPage_2,self.__tr("Fichier Inc"))
- self.bHelp.setText(self.__tr("&Documentation"))
- self.bHelp.setAccel(self.__tr("Alt+D"))
- QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
- self.bSup.setText(self.__tr("&Supprimer"))
- self.bSup.setAccel(self.__tr("Alt+S"))
- QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
- self.bOk.setText(self.__tr("&Valider"))
- self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A"))
- QToolTip.add(self.bOk,self.__tr("validation de la saisie"))
def LBNouvCommandeClicked(self):
<string></string>
</property>
</widget>
+ <widget class="QPushButton" row="2" column="2">
+ <property name="name">
+ <cstring>bHelp</cstring>
+ </property>
+ <property name="text">
+ <string>&Documentation</string>
+ </property>
+ <property name="accel">
+ <string>Alt+D</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>affichage documentation aster</string>
+ </property>
+ </widget>
+ <widget class="QPushButton" row="2" column="0">
+ <property name="name">
+ <cstring>bSup</cstring>
+ </property>
+ <property name="text">
+ <string>&Supprimer</string>
+ </property>
+ <property name="accel">
+ <string>Alt+S</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>suppression du mot clef</string>
+ </property>
+ </widget>
+ <widget class="QPushButton" row="2" column="1">
+ <property name="name">
+ <cstring>bOk</cstring>
+ </property>
+ <property name="text">
+ <string>&Valider</string>
+ </property>
+ <property name="accel">
+ <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>validation de la saisie</string>
+ </property>
+ </widget>
<widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>TWChoix</cstring>
<cstring>BNext</cstring>
</property>
<property name="text">
- <string></string>
+ <string>Suivant</string>
</property>
<property name="iconSet">
- <iconset>image0</iconset>
+ <iconset></iconset>
</property>
<property name="toolTip" stdset="0">
<string>affiche la prochaine occurence</string>
<attribute name="title">
<string>Fichier Include</string>
</attribute>
- <widget class="QPushButton">
- <property name="name">
- <cstring>BBrowse</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>288</x>
- <y>306</y>
- <width>161</width>
- <height>41</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Edit</string>
- </property>
- </widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1_3</cstring>
</size>
</property>
</widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>BBrowse</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>288</x>
+ <y>306</y>
+ <width>161</width>
+ <height>41</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Edit</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>BChangeFile</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>290</x>
+ <y>350</y>
+ <width>161</width>
+ <height>41</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Autre Fichier</string>
+ </property>
+ </widget>
</widget>
<widget class="QWidget">
<property name="name">
</grid>
</widget>
</widget>
- <widget class="QPushButton" row="2" column="2">
- <property name="name">
- <cstring>bHelp</cstring>
- </property>
- <property name="text">
- <string>&Documentation</string>
- </property>
- <property name="accel">
- <string>Alt+D</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>affichage documentation aster</string>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="0">
- <property name="name">
- <cstring>bSup</cstring>
- </property>
- <property name="text">
- <string>&Supprimer</string>
- </property>
- <property name="accel">
- <string>Alt+S</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>suppression du mot clef</string>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>bOk</cstring>
- </property>
- <property name="text">
- <string>&Valider</string>
- </property>
- <property name="accel">
- <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>validation de la saisie</string>
- </property>
- </widget>
</grid>
</widget>
-<images>
- <image name="image0">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
- </image>
-</images>
<connections>
<connection>
<sender>LBNouvCommande</sender>
- <signal>clicked(QListBoxItem*)</signal>
+ <signal>doubleClicked(QListBoxItem*)</signal>
<receiver>DInc1</receiver>
<slot>LBNouvCommandeClicked()</slot>
</connection>
# Form implementation generated from reading ui file 'desListeParam.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desMCFact.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desMCListAjout.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desMacro.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
-image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DMacro(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
- self.image0 = QPixmap()
- self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DMacro")
CommandeLayout.addMultiCellWidget(self.textLabel1_4,0,0,0,1)
self.BNext = QToolButton(self.Commande,"BNext")
- self.BNext.setIconSet(QIconSet(self.image0))
+ self.BNext.setIconSet(QIconSet())
CommandeLayout.addWidget(self.BNext,1,2)
self.resize(QSize(521,499).expandedTo(self.minimumSizeHint()))
self.clearWState(Qt.WState_Polished)
- self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+ self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65"))
self.RBGroupe.setText(self.__tr("par groupe"))
self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
- self.BNext.setText(QString.null)
+ self.BNext.setText(self.__tr("Suivant"))
QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
self.textLabel6.setText(self.__tr("Filtre"))
self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65"))
<cstring>BNext</cstring>
</property>
<property name="text">
- <string></string>
+ <string>Suivant</string>
</property>
<property name="iconSet">
- <iconset>image0</iconset>
+ <iconset></iconset>
</property>
<property name="toolTip" stdset="0">
<string>affiche la prochaine occurence</string>
</widget>
</grid>
</widget>
-<images>
- <image name="image0">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
- </image>
-</images>
<connections>
<connection>
<sender>LBNouvCommande</sender>
- <signal>clicked(QListBoxItem*)</signal>
+ <signal>doubleClicked(QListBoxItem*)</signal>
<receiver>DMacro</receiver>
<slot>LBNouvCommandeClicked()</slot>
</connection>
# Form implementation generated from reading ui file 'desParam.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
-image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DParam(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
- self.image0 = QPixmap()
- self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DParam")
CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
self.BNext = QToolButton(self.Commande,"BNext")
- self.BNext.setIconSet(QIconSet(self.image0))
+ self.BNext.setIconSet(QIconSet())
CommandeLayout.addWidget(self.BNext,1,2)
self.resize(QSize(505,483).expandedTo(self.minimumSizeHint()))
self.clearWState(Qt.WState_Polished)
- self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+ self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65"))
self.textLabel1_4.setText(self.__tr("<b><u>Commandes :</u></b>"))
self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65"))
- self.BNext.setText(QString.null)
+ self.BNext.setText(self.__tr("Suivant"))
QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
self.bOk.setText(self.__tr("&Valider"))
<cstring>BNext</cstring>
</property>
<property name="text">
- <string></string>
+ <string>Suivant</string>
</property>
<property name="iconSet">
- <iconset>image0</iconset>
+ <iconset></iconset>
</property>
<property name="toolTip" stdset="0">
<string>affiche la prochaine occurence</string>
</widget>
</grid>
</widget>
-<images>
- <image name="image0">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
- </image>
-</images>
<connections>
<connection>
<sender>LBNouvCommande</sender>
- <signal>clicked(QListBoxItem*)</signal>
+ <signal>doubleClicked(QListBoxItem*)</signal>
<receiver>DParam</receiver>
<slot>LBNouvCommandeClicked()</slot>
</connection>
# Form implementation generated from reading ui file 'desPlusieursBase.ui'
#
-# Created: mar mar 4 17:30:52 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
image0_data = \
+ "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
+ "\x49\x48\x44\x52\x00\x00\x00\x14\x00\x00\x00\x14" \
+ "\x08\x06\x00\x00\x00\x8d\x89\x1d\x0d\x00\x00\x00" \
+ "\x8d\x49\x44\x41\x54\x38\x8d\xb5\xd3\xdb\x0d\x80" \
+ "\x20\x0c\x05\xd0\x5b\xe3\x3a\x8e\xe2\x4c\x86\x99" \
+ "\x18\x85\x81\xea\x87\xc6\xc4\xd2\x56\x28\xd8\x84" \
+ "\x0f\x5e\x27\x17\x50\x02\x63\x6a\x2d\x73\xb9\x1f" \
+ "\xc0\xb5\x69\x15\x39\x17\xc3\xa0\x7e\xf0\xae\x9c" \
+ "\xca\xab\xbf\x1f\x5b\xb5\xa6\xed\xc8\x0c\x02\x83" \
+ "\x34\x20\x06\x02\x00\x81\x65\xc2\x38\x28\x30\x2f" \
+ "\xa9\x77\xdd\x36\xc6\xa0\x67\xa7\x78\x14\x3f\xa1" \
+ "\x85\xf9\x5b\xe6\x61\x76\xc2\x20\xa6\x83\x03\x58" \
+ "\x0d\x0e\x62\x7a\xc2\x01\xcc\x04\xa3\xd8\x55\x2c" \
+ "\x1a\xc0\x39\x95\xab\x27\xe7\x5a\x9a\x3e\x18\x47" \
+ "\xdd\xef\x30\x72\xec\xef\x5f\xaf\xb3\x4e\xcb\x01" \
+ "\x65\xf7\x82\x6b\x45\x7b\x00\x00\x00\x00\x49\x45" \
+ "\x4e\x44\xae\x42\x60\x82"
+image1_data = \
"\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
"\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
"\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
"\xed\xf4\x8c\x5e\x60\xb8\xdf\xbe\xb8\x1d\x6d\xab" \
"\x9a\xff\x99\x27\x00\x00\x00\x00\x49\x45\x4e\x44" \
"\xae\x42\x60\x82"
-image1_data = \
+image2_data = \
"\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
"\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
"\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
self.image0.loadFromData(image0_data,"PNG")
self.image1 = QPixmap()
self.image1.loadFromData(image1_data,"PNG")
+ self.image2 = QPixmap()
+ self.image2.loadFromData(image2_data,"PNG")
if not name:
self.setName("DPlusBase")
self.setMinimumSize(QSize(350,0))
+ self.setIcon(self.image0)
DPlusBaseLayout = QGridLayout(self,1,1,11,6,"DPlusBaseLayout")
self.textLabel1 = QLabel(self.Widget8,"textLabel1")
- Widget8Layout.addWidget(self.textLabel1,0,0)
+ Widget8Layout.addMultiCellWidget(self.textLabel1,0,0,0,1)
- layout19 = QVBoxLayout(None,0,6,"layout19")
+ layout6 = QHBoxLayout(None,0,6,"layout6")
- layout12 = QHBoxLayout(None,0,6,"layout12")
+ self.bSup = QPushButton(self.Widget8,"bSup")
+ self.bSup.setMinimumSize(QSize(0,30))
+ self.bSup.setAutoDefault(1)
+ layout6.addWidget(self.bSup)
- self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
- layout12.addWidget(self.textLabel1_2)
- spacer6 = QSpacerItem(111,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
- layout12.addItem(spacer6)
- layout19.addLayout(layout12)
+ self.bOk = QPushButton(self.Widget8,"bOk")
+ self.bOk.setMinimumSize(QSize(0,30))
+ self.bOk.setAutoDefault(1)
+ self.bOk.setDefault(1)
+ layout6.addWidget(self.bOk)
- self.LEValeur = QLineEdit(self.Widget8,"LEValeur")
- self.LEValeur.setSizePolicy(QSizePolicy(1,1,0,0,self.LEValeur.sizePolicy().hasHeightForWidth()))
- self.LEValeur.setMinimumSize(QSize(220,30))
- layout19.addWidget(self.LEValeur)
+ self.bHelp = QPushButton(self.Widget8,"bHelp")
+ self.bHelp.setMinimumSize(QSize(0,30))
+ self.bHelp.setAutoDefault(1)
+ layout6.addWidget(self.bHelp)
+
+ Widget8Layout.addMultiCellLayout(layout6,7,7,0,3)
- Widget8Layout.addMultiCellLayout(layout19,1,1,2,3)
+ layout7 = QVBoxLayout(None,0,6,"layout7")
+
+ self.bParam = QPushButton(self.Widget8,"bParam")
+ self.bParam.setMinimumSize(QSize(0,30))
+ self.bParam.setAutoDefault(1)
+ layout7.addWidget(self.bParam)
+
+ self.bImport = QPushButton(self.Widget8,"bImport")
+ self.bImport.setMinimumSize(QSize(0,30))
+ self.bImport.setAutoDefault(1)
+ layout7.addWidget(self.bImport)
+
+ Widget8Layout.addLayout(layout7,6,3)
+ spacer3 = QSpacerItem(31,90,QSizePolicy.Minimum,QSizePolicy.Expanding)
+ Widget8Layout.addItem(spacer3,5,3)
self.LBValeurs = QListBox(self.Widget8,"LBValeurs")
- Widget8Layout.addMultiCellWidget(self.LBValeurs,1,5,0,0)
+ Widget8Layout.addMultiCellWidget(self.LBValeurs,1,6,0,0)
+ spacer5 = QSpacerItem(130,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+ Widget8Layout.addItem(spacer5,6,2)
layout8 = QVBoxLayout(None,0,6,"layout8")
spacer5_2 = QSpacerItem(20,31,QSizePolicy.Minimum,QSizePolicy.Expanding)
self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
self.BAjout1Val.setSizePolicy(QSizePolicy(0,0,0,0,self.BAjout1Val.sizePolicy().hasHeightForWidth()))
self.BAjout1Val.setMinimumSize(QSize(40,30))
- self.BAjout1Val.setIconSet(QIconSet(self.image0))
+ self.BAjout1Val.setIconSet(QIconSet(self.image1))
layout8.addWidget(self.BAjout1Val)
self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
self.BSup1Val.setSizePolicy(QSizePolicy(0,0,0,0,self.BSup1Val.sizePolicy().hasHeightForWidth()))
self.BSup1Val.setMinimumSize(QSize(40,30))
- self.BSup1Val.setIconSet(QIconSet(self.image1))
+ self.BSup1Val.setIconSet(QIconSet(self.image2))
layout8.addWidget(self.BSup1Val)
spacer4 = QSpacerItem(21,231,QSizePolicy.Minimum,QSizePolicy.Expanding)
layout8.addItem(spacer4)
- Widget8Layout.addMultiCellLayout(layout8,0,4,1,1)
+ Widget8Layout.addMultiCellLayout(layout8,1,6,1,1)
self.Commentaire = QLabel(self.Widget8,"Commentaire")
self.Commentaire.setMinimumSize(QSize(0,60))
- Widget8Layout.addMultiCellWidget(self.Commentaire,2,2,2,3)
-
- layout6 = QHBoxLayout(None,0,6,"layout6")
-
- self.bSup = QPushButton(self.Widget8,"bSup")
- self.bSup.setMinimumSize(QSize(0,30))
- self.bSup.setAutoDefault(1)
- layout6.addWidget(self.bSup)
+ Widget8Layout.addMultiCellWidget(self.Commentaire,4,4,2,3)
- self.bOk = QPushButton(self.Widget8,"bOk")
- self.bOk.setMinimumSize(QSize(0,30))
- self.bOk.setAutoDefault(1)
- self.bOk.setDefault(1)
- layout6.addWidget(self.bOk)
+ self.BSalome = QToolButton(self.Widget8,"BSalome")
+ self.BSalome.setSizePolicy(QSizePolicy(0,0,0,0,self.BSalome.sizePolicy().hasHeightForWidth()))
+ self.BSalome.setMinimumSize(QSize(40,30))
+ self.BSalome.setIconSet(QIconSet(self.image0))
- self.bHelp = QPushButton(self.Widget8,"bHelp")
- self.bHelp.setMinimumSize(QSize(0,30))
- self.bHelp.setAutoDefault(1)
- layout6.addWidget(self.bHelp)
+ Widget8Layout.addWidget(self.BSalome,3,2)
- Widget8Layout.addMultiCellLayout(layout6,6,6,0,3)
- spacer3 = QSpacerItem(31,130,QSizePolicy.Minimum,QSizePolicy.Expanding)
- Widget8Layout.addItem(spacer3,3,3)
- spacer5 = QSpacerItem(160,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
- Widget8Layout.addMultiCell(spacer5,5,5,1,2)
+ layout12 = QHBoxLayout(None,0,6,"layout12")
- layout7 = QVBoxLayout(None,0,6,"layout7")
+ self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
+ layout12.addWidget(self.textLabel1_2)
+ spacer6 = QSpacerItem(111,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
+ layout12.addItem(spacer6)
- self.bParam = QPushButton(self.Widget8,"bParam")
- self.bParam.setMinimumSize(QSize(0,30))
- self.bParam.setAutoDefault(1)
- layout7.addWidget(self.bParam)
+ Widget8Layout.addMultiCellLayout(layout12,1,1,2,3)
- self.bImport = QPushButton(self.Widget8,"bImport")
- self.bImport.setMinimumSize(QSize(0,30))
- self.bImport.setAutoDefault(1)
- layout7.addWidget(self.bImport)
+ self.LEValeur = QLineEdit(self.Widget8,"LEValeur")
+ self.LEValeur.setSizePolicy(QSizePolicy(1,1,0,0,self.LEValeur.sizePolicy().hasHeightForWidth()))
+ self.LEValeur.setMinimumSize(QSize(220,30))
- Widget8Layout.addMultiCellLayout(layout7,4,5,3,3)
+ Widget8Layout.addMultiCellWidget(self.LEValeur,2,2,2,3)
self.tabuniqueinto.insertTab(self.Widget8,QString(""))
DPlusBaseLayout.addWidget(self.tabuniqueinto,0,0)
self.connect(self.BAjout1Val,SIGNAL("clicked()"),self.Ajout1Valeur)
self.connect(self.BSup1Val,SIGNAL("clicked()"),self.Sup1Valeur)
self.connect(self.LEValeur,SIGNAL("returnPressed()"),self.LEValeurPressed)
+ self.connect(self.BSalome,SIGNAL("clicked()"),self.BSalomePressed)
def languageChange(self):
self.setCaption(self.__tr("DUnIn"))
self.textLabel1.setText(self.__tr("<u><font size=\"+1\">Valeur(s) actuelle(s)</font></u>"))
- self.textLabel1_2.setText(self.__tr("<font size=\"+1\">Valeur</font>"))
- self.BAjout1Val.setText(QString.null)
- QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
- self.BSup1Val.setText(QString.null)
- QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
- self.Commentaire.setText(QString.null)
self.bSup.setText(self.__tr("&Supprimer"))
self.bSup.setAccel(self.__tr("Alt+S"))
QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
self.bImport.setText(self.__tr("&Importer"))
self.bImport.setAccel(self.__tr("Alt+I"))
QToolTip.add(self.bImport,self.__tr("suppression du mot clef"))
+ self.BAjout1Val.setText(QString.null)
+ QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
+ self.BSup1Val.setText(QString.null)
+ QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
+ self.Commentaire.setText(QString.null)
+ self.BSalome.setText(QString.null)
+ QToolTip.add(self.BSalome,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
+ self.textLabel1_2.setText(self.__tr("<font size=\"+1\">Valeur</font>"))
self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
def BImportPressed(self):
print "DPlusBase.BImportPressed(): Not implemented yet"
+ def BSalomePressed(self):
+ print "DPlusBase.BSalomePressed(): Not implemented yet"
+
def __tr(self,s,c = None):
return qApp.translate("DPlusBase",s,c)
<property name="caption">
<string>DUnIn</string>
</property>
+ <property name="icon">
+ <pixmap>image0</pixmap>
+ </property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLabel" row="0" column="0">
+ <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
</property>
</widget>
- <widget class="QLayoutWidget" row="1" column="2" rowspan="1" colspan="2">
+ <widget class="QLayoutWidget" row="7" column="0" rowspan="1" colspan="4">
<property name="name">
- <cstring>layout19</cstring>
+ <cstring>layout6</cstring>
</property>
- <vbox>
+ <hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLayoutWidget">
+ <widget class="QPushButton">
<property name="name">
- <cstring>layout12</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLabel">
- <property name="name">
- <cstring>textLabel1_2</cstring>
- </property>
- <property name="text">
- <string><font size="+1">Valeur</font></string>
- </property>
- </widget>
- <spacer>
- <property name="name">
- <cstring>spacer6</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>111</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </hbox>
+ <cstring>bSup</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&Supprimer</string>
+ </property>
+ <property name="accel">
+ <string>Alt+S</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>suppression du mot clef</string>
+ </property>
</widget>
- <widget class="QLineEdit">
+ <widget class="QPushButton">
<property name="name">
- <cstring>LEValeur</cstring>
+ <cstring>bOk</cstring>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>1</hsizetype>
- <vsizetype>1</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&Valider</string>
+ </property>
+ <property name="accel">
+ <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>validation de la saisie</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bHelp</cstring>
</property>
<property name="minimumSize">
<size>
- <width>220</width>
+ <width>0</width>
<height>30</height>
</size>
</property>
+ <property name="text">
+ <string>&Documentation</string>
+ </property>
+ <property name="accel">
+ <string>Alt+D</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>affichage documentation aster</string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="QLayoutWidget" row="6" column="3">
+ <property name="name">
+ <cstring>layout7</cstring>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bParam</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&Parametres</string>
+ </property>
+ <property name="accel">
+ <string>Alt+P</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>suppression du mot clef</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bImport</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&Importer</string>
+ </property>
+ <property name="accel">
+ <string>Alt+I</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>suppression du mot clef</string>
+ </property>
</widget>
</vbox>
</widget>
- <widget class="QListBox" row="1" column="0" rowspan="5" colspan="1">
+ <spacer row="5" column="3">
+ <property name="name">
+ <cstring>spacer3</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>31</width>
+ <height>90</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QListBox" row="1" column="0" rowspan="6" colspan="1">
<property name="name">
<cstring>LBValeurs</cstring>
</property>
</widget>
- <widget class="QLayoutWidget" row="0" column="1" rowspan="5" colspan="1">
+ <spacer row="6" column="2">
+ <property name="name">
+ <cstring>spacer5</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>130</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QLayoutWidget" row="1" column="1" rowspan="6" colspan="1">
<property name="name">
<cstring>layout8</cstring>
</property>
<string></string>
</property>
<property name="iconSet">
- <iconset>image0</iconset>
+ <iconset>image1</iconset>
</property>
<property name="toolTip" stdset="0">
<string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
<string></string>
</property>
<property name="iconSet">
- <iconset>image1</iconset>
+ <iconset>image2</iconset>
</property>
<property name="toolTip" stdset="0">
<string>enleve l occurence selectionnee</string>
</spacer>
</vbox>
</widget>
- <widget class="QLabel" row="2" column="2" rowspan="1" colspan="2">
+ <widget class="QLabel" row="4" column="2" rowspan="1" colspan="2">
<property name="name">
<cstring>Commentaire</cstring>
</property>
<string></string>
</property>
</widget>
- <widget class="QLayoutWidget" row="6" column="0" rowspan="1" colspan="4">
+ <widget class="QToolButton" row="3" column="2">
<property name="name">
- <cstring>layout6</cstring>
+ <cstring>BSalome</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>40</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ <property name="iconSet">
+ <iconset>image0</iconset>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget" row="1" column="2" rowspan="1" colspan="2">
+ <property name="name">
+ <cstring>layout12</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QPushButton">
+ <widget class="QLabel">
<property name="name">
- <cstring>bSup</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>30</height>
- </size>
+ <cstring>textLabel1_2</cstring>
</property>
<property name="text">
- <string>&Supprimer</string>
- </property>
- <property name="accel">
- <string>Alt+S</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>suppression du mot clef</string>
+ <string><font size="+1">Valeur</font></string>
</property>
</widget>
- <widget class="QPushButton">
+ <spacer>
<property name="name">
- <cstring>bOk</cstring>
+ <cstring>spacer6</cstring>
</property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string>&Valider</string>
- </property>
- <property name="accel">
- <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>validation de la saisie</string>
+ <property name="orientation">
+ <enum>Horizontal</enum>
</property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>bHelp</cstring>
+ <property name="sizeType">
+ <enum>Expanding</enum>
</property>
- <property name="minimumSize">
+ <property name="sizeHint">
<size>
- <width>0</width>
- <height>30</height>
+ <width>111</width>
+ <height>20</height>
</size>
</property>
- <property name="text">
- <string>&Documentation</string>
- </property>
- <property name="accel">
- <string>Alt+D</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>affichage documentation aster</string>
- </property>
- </widget>
+ </spacer>
</hbox>
</widget>
- <spacer row="3" column="3">
- <property name="name">
- <cstring>spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>31</width>
- <height>130</height>
- </size>
- </property>
- </spacer>
- <spacer row="5" column="1" rowspan="1" colspan="2">
+ <widget class="QLineEdit" row="2" column="2" rowspan="1" colspan="2">
<property name="name">
- <cstring>spacer5</cstring>
+ <cstring>LEValeur</cstring>
</property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>1</hsizetype>
+ <vsizetype>1</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="sizeHint">
+ <property name="minimumSize">
<size>
- <width>160</width>
- <height>20</height>
+ <width>220</width>
+ <height>30</height>
</size>
</property>
- </spacer>
- <widget class="QLayoutWidget" row="4" column="3" rowspan="2" colspan="1">
- <property name="name">
- <cstring>layout7</cstring>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QPushButton">
- <property name="name">
- <cstring>bParam</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string>&Parametres</string>
- </property>
- <property name="accel">
- <string>Alt+P</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>suppression du mot clef</string>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>bImport</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string>&Importer</string>
- </property>
- <property name="accel">
- <string>Alt+I</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>suppression du mot clef</string>
- </property>
- </widget>
- </vbox>
</widget>
</grid>
</widget>
</widget>
<images>
<image name="image0">
- <data format="PNG" length="256">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000c749444154388dcd94590ec3200c4471d57bc73df9f407d331b159a228aa254448bc3cc68152fec0e4420ceeceb912e08a0239838848f5df02c99c11f86004300119054ae868c56ac206c06b4b109111c802874f3a52a587757123897e4039c46b50d8865b07f5400a450053330893cf8674a30028d492deef04626b559dfe48ac842b1a6daae6850155033b99c5009f70ceda111aab413b6f6a70d118e008e6fd8bc51d5d00a0f614556d1ff9b9be4952aabc3721f8f8b6f624c557ef8947afedf48c5e60b8dfbeb81d6dab9aff99270000000049454e44ae426082</data>
+ <data format="PNG" length="198">89504e470d0a1a0a0000000d49484452000000140000001408060000008d891d0d0000008d49444154388db5d3db0d80200c05d05be33a8ee24c8699188581ea87c6c4d25628d8840f5e27175002636a2d73b91fc0b569153917c3a07ef0ae9ccaabbf1f5bb5a6edc80c028334200602008165c23828302fa977dd36c6a067a778143fa185f95be66176c220a68303580d0e627ac201cc04a3d8552c1ac03995ab27e75a9a3e1847ddef3072ecef5fafb34ecb0165f7826b457b0000000049454e44ae426082</data>
</image>
<image name="image1">
+ <data format="PNG" length="256">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000c749444154388dcd94590ec3200c4471d57bc73df9f407d331b159a228aa254448bc3cc68152fec0e4420ceeceb912e08a0239838848f5df02c99c11f86004300119054ae868c56ac206c06b4b109111c802874f3a52a587757123897e4039c46b50d8865b07f5400a450053330893cf8674a30028d492deef04626b559dfe48ac842b1a6daae6850155033b99c5009f70ceda111aab413b6f6a70d118e008e6fd8bc51d5d00a0f614556d1ff9b9be4952aabc3721f8f8b6f624c557ef8947afedf48c5e60b8dfbeb81d6dab9aff99270000000049454e44ae426082</data>
+ </image>
+ <image name="image2">
<data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
</image>
</images>
<receiver>DPlusBase</receiver>
<slot>LEValeurPressed()</slot>
</connection>
+ <connection>
+ <sender>BSalome</sender>
+ <signal>clicked()</signal>
+ <receiver>DPlusBase</receiver>
+ <slot>BSalomePressed()</slot>
+ </connection>
</connections>
<slots>
<slot>BSupPressed()</slot>
<slot>Ajout1Valeur()</slot>
<slot>Sup1Valeur()</slot>
<slot>BImportPressed()</slot>
+ <slot>BSalomePressed()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>
# Form implementation generated from reading ui file 'desPlusieursInto.ui'
#
-# Created: mar mar 4 16:38:40 2008
+# Created: mar mar 25 10:05:08 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
self.textLabel1 = QLabel(self.Widget8,"textLabel1")
- Widget8Layout.addMultiCellWidget(self.textLabel1,0,0,0,2)
+ Widget8Layout.addMultiCellWidget(self.textLabel1,0,0,0,1)
- self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
+ self.bSup = QPushButton(self.Widget8,"bSup")
+ self.bSup.setMinimumSize(QSize(130,30))
+ self.bSup.setAutoDefault(1)
- Widget8Layout.addMultiCellWidget(self.textLabel1_2,0,0,3,5)
+ Widget8Layout.addWidget(self.bSup,3,0)
- self.listBoxVal = QListBox(self.Widget8,"listBoxVal")
+ self.bOk = QPushButton(self.Widget8,"bOk")
+ self.bOk.setMinimumSize(QSize(130,30))
+ self.bOk.setAutoDefault(1)
+ self.bOk.setDefault(1)
+
+ Widget8Layout.addMultiCellWidget(self.bOk,3,3,1,2)
+
+ self.bHelp = QPushButton(self.Widget8,"bHelp")
+ self.bHelp.setSizePolicy(QSizePolicy(1,0,150,0,self.bHelp.sizePolicy().hasHeightForWidth()))
+ self.bHelp.setMinimumSize(QSize(130,30))
+ self.bHelp.setAutoDefault(1)
+
+ Widget8Layout.addWidget(self.bHelp,3,3)
+
+ self.Commentaire = QLabel(self.Widget8,"Commentaire")
+ self.Commentaire.setMinimumSize(QSize(0,40))
- Widget8Layout.addMultiCellWidget(self.listBoxVal,1,1,4,5)
+ Widget8Layout.addMultiCellWidget(self.Commentaire,2,2,0,3)
+
+ layout8 = QHBoxLayout(None,0,6,"layout8")
self.LBValeurs = QListBox(self.Widget8,"LBValeurs")
+ layout8.addWidget(self.LBValeurs)
- Widget8Layout.addMultiCellWidget(self.LBValeurs,1,1,0,1)
+ layout5 = QVBoxLayout(None,0,6,"layout5")
+ spacer2 = QSpacerItem(21,44,QSizePolicy.Minimum,QSizePolicy.Expanding)
+ layout5.addItem(spacer2)
- layout3 = QVBoxLayout(None,0,6,"layout3")
- spacer2 = QSpacerItem(21,50,QSizePolicy.Minimum,QSizePolicy.Expanding)
- layout3.addItem(spacer2)
+ layout2 = QVBoxLayout(None,0,6,"layout2")
self.BSup1Val = QToolButton(self.Widget8,"BSup1Val")
self.BSup1Val.setMinimumSize(QSize(40,31))
self.BSup1Val.setMaximumSize(QSize(40,31))
self.BSup1Val.setIconSet(QIconSet(self.image0))
- layout3.addWidget(self.BSup1Val)
+ layout2.addWidget(self.BSup1Val)
self.BAjout1Val = QToolButton(self.Widget8,"BAjout1Val")
self.BAjout1Val.setMinimumSize(QSize(40,31))
self.BAjout1Val.setMaximumSize(QSize(40,31))
self.BAjout1Val.setIconSet(QIconSet(self.image1))
- layout3.addWidget(self.BAjout1Val)
- spacer3 = QSpacerItem(21,181,QSizePolicy.Minimum,QSizePolicy.Expanding)
- layout3.addItem(spacer3)
-
- Widget8Layout.addMultiCellLayout(layout3,1,1,2,3)
-
- self.bHelp = QPushButton(self.Widget8,"bHelp")
- self.bHelp.setMinimumSize(QSize(0,30))
- self.bHelp.setAutoDefault(1)
+ layout2.addWidget(self.BAjout1Val)
+ spacer3 = QSpacerItem(21,176,QSizePolicy.Minimum,QSizePolicy.Expanding)
+ layout2.addItem(spacer3)
+ layout5.addLayout(layout2)
+ layout8.addLayout(layout5)
- Widget8Layout.addWidget(self.bHelp,3,5)
-
- self.bOk = QPushButton(self.Widget8,"bOk")
- self.bOk.setMinimumSize(QSize(0,30))
- self.bOk.setAutoDefault(1)
- self.bOk.setDefault(1)
-
- Widget8Layout.addMultiCellWidget(self.bOk,3,3,1,4)
-
- self.bSup = QPushButton(self.Widget8,"bSup")
- self.bSup.setMinimumSize(QSize(0,30))
- self.bSup.setAutoDefault(1)
+ self.listBoxVal = QListBox(self.Widget8,"listBoxVal")
+ layout8.addWidget(self.listBoxVal)
- Widget8Layout.addWidget(self.bSup,3,0)
+ Widget8Layout.addMultiCellLayout(layout8,1,1,0,3)
- self.Commentaire = QLabel(self.Widget8,"Commentaire")
- self.Commentaire.setMinimumSize(QSize(0,40))
+ self.textLabel1_2 = QLabel(self.Widget8,"textLabel1_2")
- Widget8Layout.addMultiCellWidget(self.Commentaire,2,2,0,5)
+ Widget8Layout.addMultiCellWidget(self.textLabel1_2,0,0,2,3)
self.tabuniqueinto.insertTab(self.Widget8,QString(""))
DPlusIntoLayout.addWidget(self.tabuniqueinto,0,0)
def languageChange(self):
self.setCaption(self.__tr("DUnIn"))
self.textLabel1.setText(self.__tr("<u><font size=\"+1\">Valeur(s) actuelle(s)</font></u>"))
- self.textLabel1_2.setText(self.__tr("<u><font size=\"+1\">Valeur(s) possibles(s)</font></u>"))
- self.BSup1Val.setText(QString.null)
- QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
- self.BAjout1Val.setText(QString.null)
- QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
- self.bHelp.setText(self.__tr("&Documentation"))
- self.bHelp.setAccel(self.__tr("Alt+D"))
- QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
- self.bOk.setText(self.__tr("&Valider"))
- self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A"))
- QToolTip.add(self.bOk,self.__tr("validation de la saisie"))
self.bSup.setText(self.__tr("&Supprimer"))
self.bSup.setAccel(self.__tr("Alt+S"))
QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+ self.bOk.setText(self.__tr("&Valider"))
+ self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A"))
+ QToolTip.add(self.bOk,self.__tr("validation de la saisie"))
+ self.bHelp.setText(self.__tr("&Documentation"))
+ self.bHelp.setAccel(self.__tr("Alt+D"))
+ QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
self.Commentaire.setText(QString.null)
+ self.BSup1Val.setText(QString.null)
+ QToolTip.add(self.BSup1Val,self.__tr("enleve l occurence selectionnee"))
+ self.BAjout1Val.setText(QString.null)
+ QToolTip.add(self.BAjout1Val,self.__trUtf8("\x61\x6a\x6f\x75\x74\x65\x20\x6c\x61\x20\x76\x61\x6c\x65\x75\x72\x20\x73\x61\x69\x73\x69\x65\x20\x73\x6f\x75\x73\x20\x6c\x20\x6f\x63\x63\x75\x72\x65\x6e\x63\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x6e\xc3\xa9\x65\x20\x28\x65\x6e\x20\x66\x69\x6e\x20\x64\x65\x20\x6c\x69\x73\x74\x65\x20\x73\x69\x20\x69\x6c\x20\x6e\x20\x79\x20\x61\x20\x70\x61\x73\x20\x64\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x29"))
+ self.textLabel1_2.setText(self.__tr("<u><font size=\"+1\">Valeur(s) possibles(s)</font></u>"))
self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
+ <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
</property>
</widget>
- <widget class="QLabel" row="0" column="3" rowspan="1" colspan="3">
- <property name="name">
- <cstring>textLabel1_2</cstring>
- </property>
- <property name="text">
- <string><u><font size="+1">Valeur(s) possibles(s)</font></u></string>
- </property>
- </widget>
- <widget class="QListBox" row="1" column="4" rowspan="1" colspan="2">
- <property name="name">
- <cstring>listBoxVal</cstring>
- </property>
- </widget>
- <widget class="QListBox" row="1" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>LBValeurs</cstring>
- </property>
- </widget>
- <widget class="QLayoutWidget" row="1" column="2" rowspan="1" colspan="2">
- <property name="name">
- <cstring>layout3</cstring>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <spacer>
- <property name="name">
- <cstring>spacer2</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>21</width>
- <height>50</height>
- </size>
- </property>
- </spacer>
- <widget class="QToolButton">
- <property name="name">
- <cstring>BSup1Val</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>40</width>
- <height>31</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>40</width>
- <height>31</height>
- </size>
- </property>
- <property name="text">
- <string></string>
- </property>
- <property name="iconSet">
- <iconset>image0</iconset>
- </property>
- <property name="toolTip" stdset="0">
- <string>enleve l occurence selectionnee</string>
- </property>
- </widget>
- <widget class="QToolButton">
- <property name="name">
- <cstring>BAjout1Val</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>40</width>
- <height>31</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>40</width>
- <height>31</height>
- </size>
- </property>
- <property name="text">
- <string></string>
- </property>
- <property name="iconSet">
- <iconset>image1</iconset>
- </property>
- <property name="toolTip" stdset="0">
- <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
- </property>
- </widget>
- <spacer>
- <property name="name">
- <cstring>spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>21</width>
- <height>181</height>
- </size>
- </property>
- </spacer>
- </vbox>
- </widget>
- <widget class="QPushButton" row="3" column="5">
+ <widget class="QPushButton" row="3" column="0">
<property name="name">
- <cstring>bHelp</cstring>
+ <cstring>bSup</cstring>
</property>
<property name="minimumSize">
<size>
- <width>0</width>
+ <width>130</width>
<height>30</height>
</size>
</property>
<property name="text">
- <string>&Documentation</string>
+ <string>&Supprimer</string>
</property>
<property name="accel">
- <string>Alt+D</string>
+ <string>Alt+S</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="toolTip" stdset="0">
- <string>affichage documentation aster</string>
+ <string>suppression du mot clef</string>
</property>
</widget>
- <widget class="QPushButton" row="3" column="1" rowspan="1" colspan="4">
+ <widget class="QPushButton" row="3" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>bOk</cstring>
</property>
<property name="minimumSize">
<size>
- <width>0</width>
+ <width>130</width>
<height>30</height>
</size>
</property>
<string>validation de la saisie</string>
</property>
</widget>
- <widget class="QPushButton" row="3" column="0">
+ <widget class="QPushButton" row="3" column="3">
<property name="name">
- <cstring>bSup</cstring>
+ <cstring>bHelp</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>1</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>150</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
<property name="minimumSize">
<size>
- <width>0</width>
+ <width>130</width>
<height>30</height>
</size>
</property>
<property name="text">
- <string>&Supprimer</string>
+ <string>&Documentation</string>
</property>
<property name="accel">
- <string>Alt+S</string>
+ <string>Alt+D</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="toolTip" stdset="0">
- <string>suppression du mot clef</string>
+ <string>affichage documentation aster</string>
</property>
</widget>
- <widget class="QLabel" row="2" column="0" rowspan="1" colspan="6">
+ <widget class="QLabel" row="2" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>Commentaire</cstring>
</property>
<string></string>
</property>
</widget>
+ <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="4">
+ <property name="name">
+ <cstring>layout8</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QListBox">
+ <property name="name">
+ <cstring>LBValeurs</cstring>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout5</cstring>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <spacer>
+ <property name="name">
+ <cstring>spacer2</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>21</width>
+ <height>44</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout2</cstring>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QToolButton">
+ <property name="name">
+ <cstring>BSup1Val</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>40</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>40</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ <property name="iconSet">
+ <iconset>image0</iconset>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>enleve l occurence selectionnee</string>
+ </property>
+ </widget>
+ <widget class="QToolButton">
+ <property name="name">
+ <cstring>BAjout1Val</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>40</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>40</width>
+ <height>31</height>
+ </size>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ <property name="iconSet">
+ <iconset>image1</iconset>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer3</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>21</width>
+ <height>176</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
+ </vbox>
+ </widget>
+ <widget class="QListBox">
+ <property name="name">
+ <cstring>listBoxVal</cstring>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="QLabel" row="0" column="2" rowspan="1" colspan="2">
+ <property name="name">
+ <cstring>textLabel1_2</cstring>
+ </property>
+ <property name="text">
+ <string><u><font size="+1">Valeur(s) possibles(s)</font></u></string>
+ </property>
+ </widget>
</grid>
</widget>
</widget>
# Form implementation generated from reading ui file 'desPoursuite.ui'
#
-# Created: mar mar 4 10:36:38 2008
+# Created: mar mar 25 10:05:09 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
-image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DPour(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
- self.image0 = QPixmap()
- self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DPour")
CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3)
self.BNext = QToolButton(self.Commande,"BNext")
- self.BNext.setIconSet(QIconSet(self.image0))
+ self.BNext.setIconSet(QIconSet())
CommandeLayout.addWidget(self.BNext,1,2)
self.resize(QSize(521,499).expandedTo(self.minimumSizeHint()))
self.clearWState(Qt.WState_Polished)
- self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+ self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
self.RBGroupe.setText(self.__tr("par groupe"))
self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65"))
self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65"))
- self.BNext.setText(QString.null)
+ self.BNext.setText(self.__tr("Suivant"))
QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
self.textLabel6.setText(self.__tr("Filtre"))
self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande"))
<cstring>BNext</cstring>
</property>
<property name="text">
- <string></string>
+ <string>Suivant</string>
</property>
<property name="iconSet">
- <iconset>image0</iconset>
+ <iconset></iconset>
</property>
<property name="toolTip" stdset="0">
<string>affiche la prochaine occurence</string>
</widget>
</grid>
</widget>
-<images>
- <image name="image0">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
- </image>
-</images>
<connections>
<connection>
<sender>LBNouvCommande</sender>
- <signal>clicked(QListBoxItem*)</signal>
+ <signal>doubleClicked(QListBoxItem*)</signal>
<receiver>DPour</receiver>
<slot>LBNouvCommandeClicked()</slot>
</connection>
# Form implementation generated from reading ui file 'desRacine.ui'
#
-# Created: mar mar 4 10:36:39 2008
+# Created: mar mar 25 10:05:09 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
-image0_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x21\x00\x00\x00\x0e" \
- "\x08\x06\x00\x00\x00\xa1\x1e\x75\x8c\x00\x00\x00" \
- "\xcf\x49\x44\x41\x54\x38\x8d\xd5\x94\xdb\x0e\xc3" \
- "\x20\x0c\x43\xed\xfd\xf8\xd8\x97\xbb\x0f\x34\x5b" \
- "\x48\x08\x45\xd5\x1e\xb6\x48\x88\xf4\x12\xe7\x60" \
- "\x01\xc0\x0f\x04\x6f\xd6\xe9\x9b\xba\x77\x20\x04" \
- "\x80\x92\x4a\x10\x32\xc9\x2e\xfb\xd8\xc7\xd5\xca" \
- "\xbc\xc0\x25\x40\x00\x99\xe9\x57\x84\x95\x68\xfe" \
- "\x7f\x06\xc0\xde\xd1\xde\xb3\x2b\x4a\x1e\xc4\xea" \
- "\x82\x4b\x9e\x74\x09\x71\x65\xbd\x01\xf8\x55\x27" \
- "\xf7\x8a\x72\x01\xe0\xa3\x12\x9f\x34\x5a\x01\x7c" \
- "\x54\x3b\xaf\xdc\x98\x3d\x0f\x71\x09\xd1\x5a\x33" \
- "\x1b\x47\x1f\x47\x07\x2c\x17\x49\x4a\x82\x33\x8f" \
- "\x61\x78\x20\x3a\x88\x17\xe6\x73\x06\xb1\xf0\x8b" \
- "\x07\xba\x03\xe6\x02\xc9\xb8\x31\x07\x7e\x37\xe0" \
- "\x20\x9e\x67\xe3\x38\x67\x10\x97\x7b\x17\xde\x80" \
- "\xc1\x85\xad\x38\x69\x5a\x51\xd5\x22\xc8\x2c\xe7" \
- "\x79\x12\xe2\xfe\xd8\xbe\x83\x76\x20\x92\xf5\x2b" \
- "\x18\x20\xdd\x11\xbb\x10\xe5\x65\xb5\x3a\x5a\x3b" \
- "\xba\xff\x13\x07\x13\xd6\x6f\xa6\x98\x18\x57\x06" \
- "\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
class DRac(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
- self.image0 = QPixmap()
- self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DRac")
DRacLayout.addMultiCellWidget(self.LBNouvCommande,3,3,0,2)
self.BNext = QToolButton(self,"BNext")
- self.BNext.setIconSet(QIconSet(self.image0))
+ self.BNext.setIconSet(QIconSet())
DRacLayout.addWidget(self.BNext,2,2)
self.resize(QSize(505,499).expandedTo(self.minimumSizeHint()))
self.clearWState(Qt.WState_Polished)
- self.connect(self.LBNouvCommande,SIGNAL("clicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
+ self.connect(self.LBNouvCommande,SIGNAL("doubleClicked(QListBoxItem*)"),self.LBNouvCommandeClicked)
self.connect(self.LEFiltre,SIGNAL("textChanged(const QString&)"),self.LEFiltreTextChanged)
self.connect(self.LEFiltre,SIGNAL("returnPressed()"),self.LEfiltreReturnPressed)
self.connect(self.bSup,SIGNAL("pressed()"),self.BSupPressed)
def languageChange(self):
self.setCaption(self.__tr("DMacro"))
- self.BNext.setText(QString.null)
+ self.BNext.setText(self.__tr("Suivant"))
QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence"))
self.textLabel6.setText(self.__tr("Filtre"))
self.buttonGroup1.setTitle(self.__tr("Affichage"))
<cstring>BNext</cstring>
</property>
<property name="text">
- <string></string>
+ <string>Suivant</string>
</property>
<property name="iconSet">
- <iconset>image0</iconset>
+ <iconset></iconset>
</property>
<property name="toolTip" stdset="0">
<string>affiche la prochaine occurence</string>
</widget>
</grid>
</widget>
-<images>
- <image name="image0">
- <data format="PNG" length="264">89504e470d0a1a0a0000000d49484452000000210000000e0806000000a11e758c000000cf49444154388dd594db0ec3200c43edfdf8d897bb0f345b480845d51eb64888f412e76001c00f046fd6e99bba77200480924a1032c92efbd8c7d5cabcc025400099e957849568fe7f06c0ded1deb32b4a1ec4ea824b9e74097165bd01f85527f78a7201e0a3129f345a017c543bafdc983d0f7109d15a331b471f47072c17494a82338f6178203a8817e67306b1f08b07ba03e602c9b831077e37e0209e67e3386710977b17de80c185ad38695a51d522c82ce77912e2fed8be83762092f52b1820dd11bb10e565b53a5a3bbaff130713d66fa6981857060000000049454e44ae426082</data>
- </image>
-</images>
<connections>
<connection>
<sender>LBNouvCommande</sender>
- <signal>clicked(QListBoxItem*)</signal>
+ <signal>doubleClicked(QListBoxItem*)</signal>
<receiver>DRac</receiver>
<slot>LBNouvCommandeClicked()</slot>
</connection>
# Form implementation generated from reading ui file 'desSelectVal.ui'
#
-# Created: mar mar 4 10:36:39 2008
+# Created: mar mar 25 10:05:09 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueASSD.ui'
#
-# Created: mar mar 4 16:27:19 2008
+# Created: mar mar 25 10:05:09 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueBase.ui'
#
-# Created: mar mar 4 16:20:27 2008
+# Created: mar mar 25 10:05:09 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
from qt import *
+image0_data = \
+ "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
+ "\x49\x48\x44\x52\x00\x00\x00\x14\x00\x00\x00\x14" \
+ "\x08\x06\x00\x00\x00\x8d\x89\x1d\x0d\x00\x00\x00" \
+ "\x8d\x49\x44\x41\x54\x38\x8d\xb5\xd3\xdb\x0d\x80" \
+ "\x20\x0c\x05\xd0\x5b\xe3\x3a\x8e\xe2\x4c\x86\x99" \
+ "\x18\x85\x81\xea\x87\xc6\xc4\xd2\x56\x28\xd8\x84" \
+ "\x0f\x5e\x27\x17\x50\x02\x63\x6a\x2d\x73\xb9\x1f" \
+ "\xc0\xb5\x69\x15\x39\x17\xc3\xa0\x7e\xf0\xae\x9c" \
+ "\xca\xab\xbf\x1f\x5b\xb5\xa6\xed\xc8\x0c\x02\x83" \
+ "\x34\x20\x06\x02\x00\x81\x65\xc2\x38\x28\x30\x2f" \
+ "\xa9\x77\xdd\x36\xc6\xa0\x67\xa7\x78\x14\x3f\xa1" \
+ "\x85\xf9\x5b\xe6\x61\x76\xc2\x20\xa6\x83\x03\x58" \
+ "\x0d\x0e\x62\x7a\xc2\x01\xcc\x04\xa3\xd8\x55\x2c" \
+ "\x1a\xc0\x39\x95\xab\x27\xe7\x5a\x9a\x3e\x18\x47" \
+ "\xdd\xef\x30\x72\xec\xef\x5f\xaf\xb3\x4e\xcb\x01" \
+ "\x65\xf7\x82\x6b\x45\x7b\x00\x00\x00\x00\x49\x45" \
+ "\x4e\x44\xae\x42\x60\x82"
class DUnBase(QWidget):
def __init__(self,parent = None,name = None,fl = 0):
QWidget.__init__(self,parent,name,fl)
+ self.image0 = QPixmap()
+ self.image0.loadFromData(image0_data,"PNG")
if not name:
self.setName("DUnBase")
self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
- Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
- layout2 = QHBoxLayout(None,0,6,"layout2")
+ LayoutWidget = QWidget(self.Widget8,"layout2")
+ LayoutWidget.setGeometry(QRect(11,47,434,52))
+ layout2 = QHBoxLayout(LayoutWidget,11,6,"layout2")
- self.textLabel2 = QLabel(self.Widget8,"textLabel2")
+ self.textLabel2 = QLabel(LayoutWidget,"textLabel2")
layout2.addWidget(self.textLabel2)
- self.lineEditVal = QLineEdit(self.Widget8,"lineEditVal")
+ self.lineEditVal = QLineEdit(LayoutWidget,"lineEditVal")
self.lineEditVal.setMinimumSize(QSize(290,50))
layout2.addWidget(self.lineEditVal)
- Widget8Layout.addMultiCellLayout(layout2,1,1,0,2)
- spacer1 = QSpacerItem(286,21,QSizePolicy.Expanding,QSizePolicy.Minimum)
- Widget8Layout.addMultiCell(spacer1,0,0,0,1)
-
self.bParametres = QPushButton(self.Widget8,"bParametres")
+ self.bParametres.setGeometry(QRect(305,11,140,30))
self.bParametres.setSizePolicy(QSizePolicy(0,0,0,0,self.bParametres.sizePolicy().hasHeightForWidth()))
self.bParametres.setMinimumSize(QSize(140,30))
- Widget8Layout.addWidget(self.bParametres,0,2)
-
self.bSup = QPushButton(self.Widget8,"bSup")
+ self.bSup.setGeometry(QRect(11,389,141,30))
self.bSup.setMinimumSize(QSize(0,30))
self.bSup.setAutoDefault(1)
- Widget8Layout.addWidget(self.bSup,5,0)
-
self.bOk = QPushButton(self.Widget8,"bOk")
+ self.bOk.setGeometry(QRect(158,389,141,30))
self.bOk.setMinimumSize(QSize(0,30))
self.bOk.setAutoDefault(1)
self.bOk.setDefault(1)
- Widget8Layout.addWidget(self.bOk,5,1)
-
self.bHelp = QPushButton(self.Widget8,"bHelp")
+ self.bHelp.setGeometry(QRect(305,389,140,30))
self.bHelp.setMinimumSize(QSize(0,30))
self.bHelp.setAutoDefault(1)
- Widget8Layout.addWidget(self.bHelp,5,2)
- spacer4 = QSpacerItem(41,110,QSizePolicy.Minimum,QSizePolicy.Expanding)
- Widget8Layout.addItem(spacer4,2,1)
- spacer3 = QSpacerItem(21,111,QSizePolicy.Minimum,QSizePolicy.Expanding)
- Widget8Layout.addItem(spacer3,4,1)
-
self.Commentaire = QLabel(self.Widget8,"Commentaire")
+ self.Commentaire.setGeometry(QRect(12,224,432,40))
self.Commentaire.setMinimumSize(QSize(430,40))
- Widget8Layout.addMultiCellWidget(self.Commentaire,3,3,0,2)
+ self.BSalome = QPushButton(self.Widget8,"BSalome")
+ self.BSalome.setGeometry(QRect(17,115,51,41))
+ self.BSalome.setIconSet(QIconSet(self.image0))
self.tabuniqueinto.insertTab(self.Widget8,QString(""))
DUnBaseLayout.addWidget(self.tabuniqueinto,0,0)
self.connect(self.bSup,SIGNAL("clicked()"),self.BSupPressed)
self.connect(self.lineEditVal,SIGNAL("returnPressed()"),self.LEValeurPressed)
self.connect(self.bParametres,SIGNAL("pressed()"),self.BParametresPressed)
+ self.connect(self.BSalome,SIGNAL("pressed()"),self.BSalomePressed)
def languageChange(self):
self.bHelp.setAccel(self.__tr("Alt+D"))
QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
self.Commentaire.setText(QString.null)
+ self.BSalome.setText(QString.null)
self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
def LEValeurPressed(self):
print "DUnBase.LEValeurPressed(): Not implemented yet"
+ def BSalomePressed(self):
+ print "DUnBase.BSalomePressed(): Not implemented yet"
+
def __tr(self,s,c = None):
return qApp.translate("DUnBase",s,c)
<attribute name="title">
<string>Saisir Valeur</string>
</attribute>
- <grid>
+ <widget class="QLayoutWidget">
<property name="name">
- <cstring>unnamed</cstring>
+ <cstring>layout2</cstring>
</property>
- <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="3">
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>47</y>
+ <width>434</width>
+ <height>52</height>
+ </rect>
+ </property>
+ <hbox>
<property name="name">
- <cstring>layout2</cstring>
+ <cstring>unnamed</cstring>
</property>
- <hbox>
+ <widget class="QLabel">
<property name="name">
- <cstring>unnamed</cstring>
+ <cstring>textLabel2</cstring>
</property>
- <widget class="QLabel">
- <property name="name">
- <cstring>textLabel2</cstring>
- </property>
- <property name="text">
- <string><b><u><p align="center">Valeur: </p></u></b></string>
- </property>
- </widget>
- <widget class="QLineEdit">
- <property name="name">
- <cstring>lineEditVal</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>290</width>
- <height>50</height>
- </size>
- </property>
- </widget>
- </hbox>
- </widget>
- <spacer row="0" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>286</width>
- <height>21</height>
- </size>
- </property>
- </spacer>
- <widget class="QPushButton" row="0" column="2">
- <property name="name">
- <cstring>bParametres</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string>Parametres</string>
- </property>
- </widget>
- <widget class="QPushButton" row="5" column="0">
- <property name="name">
- <cstring>bSup</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string>&Supprimer</string>
- </property>
- <property name="accel">
- <string>Alt+S</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>suppression du mot clef</string>
- </property>
- </widget>
- <widget class="QPushButton" row="5" column="1">
- <property name="name">
- <cstring>bOk</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string>&Valider</string>
- </property>
- <property name="accel">
- <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>validation de la saisie</string>
- </property>
- </widget>
- <widget class="QPushButton" row="5" column="2">
- <property name="name">
- <cstring>bHelp</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string>&Documentation</string>
- </property>
- <property name="accel">
- <string>Alt+D</string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="toolTip" stdset="0">
- <string>affichage documentation aster</string>
- </property>
- </widget>
- <spacer row="2" column="1">
- <property name="name">
- <cstring>spacer4</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>41</width>
- <height>110</height>
- </size>
- </property>
- </spacer>
- <spacer row="4" column="1">
- <property name="name">
- <cstring>spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>21</width>
- <height>111</height>
- </size>
- </property>
- </spacer>
- <widget class="QLabel" row="3" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Commentaire</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>430</width>
- <height>40</height>
- </size>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- </grid>
+ <property name="text">
+ <string><b><u><p align="center">Valeur: </p></u></b></string>
+ </property>
+ </widget>
+ <widget class="QLineEdit">
+ <property name="name">
+ <cstring>lineEditVal</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>290</width>
+ <height>50</height>
+ </size>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>286</width>
+ <height>21</height>
+ </size>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>15</y>
+ <width>288</width>
+ <height>21</height>
+ </rect>
+ </property>
+ </spacer>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bParametres</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>305</x>
+ <y>11</y>
+ <width>140</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>140</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Parametres</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bSup</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>389</y>
+ <width>141</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&Supprimer</string>
+ </property>
+ <property name="accel">
+ <string>Alt+S</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>suppression du mot clef</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bOk</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>158</x>
+ <y>389</y>
+ <width>141</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&Valider</string>
+ </property>
+ <property name="accel">
+ <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>validation de la saisie</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bHelp</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>305</x>
+ <y>389</y>
+ <width>140</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&Documentation</string>
+ </property>
+ <property name="accel">
+ <string>Alt+D</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>affichage documentation aster</string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer4</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>41</width>
+ <height>112</height>
+ </size>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>207</x>
+ <y>106</y>
+ <width>41</width>
+ <height>112</height>
+ </rect>
+ </property>
+ </spacer>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>Commentaire</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>12</x>
+ <y>224</y>
+ <width>432</width>
+ <height>40</height>
+ </rect>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>430</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer3</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>21</width>
+ <height>112</height>
+ </size>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>217</x>
+ <y>270</y>
+ <width>21</width>
+ <height>112</height>
+ </rect>
+ </property>
+ </spacer>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>BSalome</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>17</x>
+ <y>115</y>
+ <width>51</width>
+ <height>41</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ <property name="iconSet">
+ <iconset>image0</iconset>
+ </property>
+ </widget>
</widget>
</widget>
</grid>
</widget>
+<images>
+ <image name="image0">
+ <data format="PNG" length="198">89504e470d0a1a0a0000000d49484452000000140000001408060000008d891d0d0000008d49444154388db5d3db0d80200c05d05be33a8ee24c8699188581ea87c6c4d25628d8840f5e27175002636a2d73b91fc0b569153917c3a07ef0ae9ccaabbf1f5bb5a6edc80c028334200602008165c23828302fa977dd36c6a067a778143fa185f95be66176c220a68303580d0e627ac201cc04a3d8552c1ac03995ab27e75a9a3e1847ddef3072ecef5fafb34ecb0165f7826b457b0000000049454e44ae426082</data>
+ </image>
+</images>
<connections>
<connection>
<sender>bHelp</sender>
<receiver>DUnBase</receiver>
<slot>BParametresPressed()</slot>
</connection>
+ <connection>
+ <sender>BSalome</sender>
+ <signal>pressed()</signal>
+ <receiver>DUnBase</receiver>
+ <slot>BSalomePressed()</slot>
+ </connection>
</connections>
<slots>
<slot>BSupPressed()</slot>
<slot>BOk2Pressed()</slot>
<slot>BParametresPressed()</slot>
<slot>LEValeurPressed()</slot>
+ <slot>BSalomePressed()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>
# Form implementation generated from reading ui file 'desUniqueComp.ui'
#
-# Created: mar mar 4 10:36:39 2008
+# Created: mar mar 25 10:05:09 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueInto.ui'
#
-# Created: mar mar 4 16:32:40 2008
+# Created: mar mar 25 10:05:09 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
# Form implementation generated from reading ui file 'desUniqueSDCO.ui'
#
-# Created: mar mar 4 17:53:43 2008
+# Created: mar mar 25 15:11:17 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
Widget8Layout = QGridLayout(self.Widget8,1,1,11,6,"Widget8Layout")
- self.Commentaire = QLabel(self.Widget8,"Commentaire")
- self.Commentaire.setMinimumSize(QSize(311,30))
-
- Widget8Layout.addMultiCellWidget(self.Commentaire,3,3,0,3)
-
self.bSup = QPushButton(self.Widget8,"bSup")
self.bSup.setMinimumSize(QSize(0,30))
self.bSup.setAutoDefault(1)
self.bOk.setAutoDefault(1)
self.bOk.setDefault(1)
- Widget8Layout.addMultiCellWidget(self.bOk,4,4,1,2)
+ Widget8Layout.addWidget(self.bOk,4,1)
self.bHelp = QPushButton(self.Widget8,"bHelp")
self.bHelp.setMinimumSize(QSize(0,30))
self.bHelp.setAutoDefault(1)
- Widget8Layout.addWidget(self.bHelp,4,3)
+ Widget8Layout.addWidget(self.bHelp,4,2)
- self.textLabel2 = QLabel(self.Widget8,"textLabel2")
+ self.Commentaire = QLabel(self.Widget8,"Commentaire")
+ self.Commentaire.setMinimumSize(QSize(311,30))
- Widget8Layout.addMultiCellWidget(self.textLabel2,2,2,0,3)
+ Widget8Layout.addMultiCellWidget(self.Commentaire,3,3,0,2)
- self.frame3 = QFrame(self.Widget8,"frame3")
- self.frame3.setFrameShape(QFrame.StyledPanel)
- self.frame3.setFrameShadow(QFrame.Raised)
- frame3Layout = QGridLayout(self.frame3,1,1,11,6,"frame3Layout")
+ self.textLabel2_2 = QLabel(self.Widget8,"textLabel2_2")
- layout5 = QGridLayout(None,1,1,0,6,"layout5")
+ Widget8Layout.addMultiCellWidget(self.textLabel2_2,0,0,0,2)
- self.LESDCO = QLineEdit(self.frame3,"LESDCO")
+ self.LESDCO = QLineEdit(self.Widget8,"LESDCO")
self.LESDCO.setMinimumSize(QSize(300,40))
- layout5.addWidget(self.LESDCO,1,0)
-
- self.textLabel2_2 = QLabel(self.frame3,"textLabel2_2")
-
- layout5.addWidget(self.textLabel2_2,0,0)
+ Widget8Layout.addMultiCellWidget(self.LESDCO,1,1,0,2)
- frame3Layout.addLayout(layout5,0,0)
-
- Widget8Layout.addMultiCellWidget(self.frame3,1,1,0,3)
-
- self.textLabel1 = QLabel(self.Widget8,"textLabel1")
-
- Widget8Layout.addMultiCellWidget(self.textLabel1,0,0,0,1)
-
- layout6 = QVBoxLayout(None,0,6,"layout6")
-
- self.rbOui = QRadioButton(self.Widget8,"rbOui")
- self.rbOui.setEnabled(1)
- self.rbOui.setChecked(1)
- layout6.addWidget(self.rbOui)
-
- self.rbNon = QRadioButton(self.Widget8,"rbNon")
- self.rbNon.setEnabled(0)
- self.rbNon.setChecked(0)
- layout6.addWidget(self.rbNon)
+ self.textLabel2 = QLabel(self.Widget8,"textLabel2")
- Widget8Layout.addMultiCellLayout(layout6,0,0,2,3)
+ Widget8Layout.addMultiCellWidget(self.textLabel2,2,2,0,2)
self.tabuniqueinto.insertTab(self.Widget8,QString(""))
DUnSDCOLayout.addWidget(self.tabuniqueinto,0,0)
self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
self.connect(self.bOk,SIGNAL("clicked()"),self.BOkPressed)
self.connect(self.bSup,SIGNAL("clicked()"),self.BSupPressed)
- self.connect(self.rbOui,SIGNAL("clicked()"),self.BOuiPressed)
self.connect(self.LESDCO,SIGNAL("returnPressed()"),self.LESDCOReturnPressed)
def languageChange(self):
self.setCaption(self.__tr("DUnIn"))
- self.Commentaire.setText(QString.null)
self.bSup.setText(self.__tr("&Supprimer"))
self.bSup.setAccel(self.__tr("Alt+S"))
QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
self.bHelp.setText(self.__tr("&Documentation"))
self.bHelp.setAccel(self.__tr("Alt+D"))
QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+ self.Commentaire.setText(QString.null)
+ self.textLabel2_2.setText(self.__tr("<h1><font size=\"+2\">Nom du nouveau concept : </font></h1>"))
self.textLabel2.setText(self.__tr("<font size=\"+1\">Un objet de type CO est attendu</font>"))
- self.textLabel2_2.setText(self.__tr("<font size=\"+2\">Nom du nouveau concept : </font>"))
- self.textLabel1.setText(self.__tr("<font size=\"+1\">Nouveau Concept : </font>"))
- self.rbOui.setText(self.__tr("Oui"))
- self.rbNon.setText(self.__tr("Non"))
self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLabel" row="3" column="0" rowspan="1" colspan="4">
- <property name="name">
- <cstring>Commentaire</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>311</width>
- <height>30</height>
- </size>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
<widget class="QPushButton" row="4" column="0">
<property name="name">
<cstring>bSup</cstring>
<string>suppression du mot clef</string>
</property>
</widget>
- <widget class="QPushButton" row="4" column="1" rowspan="1" colspan="2">
+ <widget class="QPushButton" row="4" column="1">
<property name="name">
<cstring>bOk</cstring>
</property>
<string>validation de la saisie</string>
</property>
</widget>
- <widget class="QPushButton" row="4" column="3">
+ <widget class="QPushButton" row="4" column="2">
<property name="name">
<cstring>bHelp</cstring>
</property>
<string>affichage documentation aster</string>
</property>
</widget>
- <widget class="QLabel" row="2" column="0" rowspan="1" colspan="4">
+ <widget class="QLabel" row="3" column="0" rowspan="1" colspan="3">
<property name="name">
- <cstring>textLabel2</cstring>
+ <cstring>Commentaire</cstring>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>311</width>
+ <height>30</height>
+ </size>
</property>
<property name="text">
- <string><font size="+1">Un objet de type CO est attendu</font></string>
+ <string></string>
</property>
</widget>
- <widget class="QFrame" row="1" column="0" rowspan="1" colspan="4">
+ <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
- <cstring>frame3</cstring>
- </property>
- <property name="frameShape">
- <enum>StyledPanel</enum>
+ <cstring>textLabel2_2</cstring>
</property>
- <property name="frameShadow">
- <enum>Raised</enum>
+ <property name="text">
+ <string><h1><font size="+2">Nom du nouveau concept : </font></h1></string>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>layout5</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLineEdit" row="1" column="0">
- <property name="name">
- <cstring>LESDCO</cstring>
- </property>
- <property name="minimumSize">
- <size>
- <width>300</width>
- <height>40</height>
- </size>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>textLabel2_2</cstring>
- </property>
- <property name="text">
- <string><font size="+2">Nom du nouveau concept : </font></string>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
</widget>
- <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
+ <widget class="QLineEdit" row="1" column="0" rowspan="1" colspan="3">
<property name="name">
- <cstring>textLabel1</cstring>
+ <cstring>LESDCO</cstring>
</property>
- <property name="text">
- <string><font size="+1">Nouveau Concept : </font></string>
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>40</height>
+ </size>
</property>
</widget>
- <widget class="QLayoutWidget" row="0" column="2" rowspan="1" colspan="2">
+ <widget class="QLabel" row="2" column="0" rowspan="1" colspan="3">
<property name="name">
- <cstring>layout6</cstring>
+ <cstring>textLabel2</cstring>
+ </property>
+ <property name="text">
+ <string><font size="+1">Un objet de type CO est attendu</font></string>
</property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QRadioButton">
- <property name="name">
- <cstring>rbOui</cstring>
- </property>
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Oui</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QRadioButton">
- <property name="name">
- <cstring>rbNon</cstring>
- </property>
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Non</string>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- </widget>
- </vbox>
</widget>
</grid>
</widget>
<receiver>DUnSDCO</receiver>
<slot>BSupPressed()</slot>
</connection>
- <connection>
- <sender>rbOui</sender>
- <signal>clicked()</signal>
- <receiver>DUnSDCO</receiver>
- <slot>BOuiPressed()</slot>
- </connection>
<connection>
<sender>LESDCO</sender>
<signal>returnPressed()</signal>
# Form implementation generated from reading ui file 'desUniqueSDCOInto.ui'
#
-# Created: mar mar 4 17:57:52 2008
+# Created: mar mar 25 15:11:07 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
layout3 = QGridLayout(None,1,1,0,6,"layout3")
- self.rbOui = QRadioButton(self.Widget8,"rbOui")
- self.rbOui.setEnabled(1)
-
- layout3.addWidget(self.rbOui,0,1)
-
- self.rbNon = QRadioButton(self.Widget8,"rbNon")
- self.rbNon.setEnabled(1)
- self.rbNon.setChecked(1)
-
- layout3.addWidget(self.rbNon,1,1)
-
- self.textLabel1 = QLabel(self.Widget8,"textLabel1")
-
- layout3.addMultiCellWidget(self.textLabel1,0,1,0,0)
-
Widget8Layout.addMultiCellLayout(layout3,2,2,0,2)
layout6 = QHBoxLayout(None,0,6,"layout6")
self.connect(self.bHelp,SIGNAL("clicked()"),self.ViewDoc)
self.connect(self.bOk,SIGNAL("clicked()"),self.BOkPressed)
self.connect(self.bSup,SIGNAL("clicked()"),self.BSupPressed)
- self.connect(self.rbNon,SIGNAL("clicked()"),self.BNonPressed)
- self.connect(self.rbOui,SIGNAL("clicked()"),self.BOuiPressed)
self.connect(self.LBSDCO,SIGNAL("clicked(QListBoxItem*)"),self.LBSDCOReturnPressed)
self.connect(self.LESDCO,SIGNAL("returnPressed()"),self.LESDCOReturnPressed)
self.textLabel2.setText(self.__trUtf8("\x3c\x66\x6f\x6e\x74\x20\x73\x69\x7a\x65\x3d\x22\x2b\x31\x22\x3e\x3c\x75\x3e\x53\x74\x72\x75\x63\x74\x75\x72\x65\x73\x20\x64\x65\x20\x64\x6f\x6e\x6e\xc3\xa9\x65\x73\x20\x64\x75\x20\x74\x79\x70\x65\x20\x72\x65\x71\x75\x69\x73\x20\x70\x61\x72\x20\x6c\x27\x6f\x62\x6a\x65\x74\x20\x63\x6f\x75\x72\x61\x6e\x74\x20\x3c\x2f\x75\x3e\x3c\x2f\x66\x6f\x6e\x74\x3e"))
self.textLabel2_3.setText(self.__tr("<font size=\"+1\">Un objet de type CO est attendu</font>"))
self.Commentaire.setText(QString.null)
- self.rbOui.setText(self.__tr("Oui"))
- self.rbNon.setText(self.__tr("Non"))
- self.textLabel1.setText(self.__tr("<font size=\"+1\">Nouveau Concept : </font>"))
self.textLabel2_2.setText(self.__tr("<font size=\"+1\"> Nom concept : </font>"))
self.bSup.setText(self.__tr("&Supprimer"))
self.bSup.setAccel(self.__tr("Alt+S"))
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QRadioButton" row="0" column="1">
- <property name="name">
- <cstring>rbOui</cstring>
- </property>
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Oui</string>
- </property>
- </widget>
- <widget class="QRadioButton" row="1" column="1">
- <property name="name">
- <cstring>rbNon</cstring>
- </property>
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Non</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0" rowspan="2" colspan="1">
- <property name="name">
- <cstring>textLabel1</cstring>
- </property>
- <property name="text">
- <string><font size="+1">Nouveau Concept : </font></string>
- </property>
- </widget>
</grid>
</widget>
<widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="3">
<receiver>DUnSDCOInto</receiver>
<slot>BSupPressed()</slot>
</connection>
- <connection>
- <sender>rbNon</sender>
- <signal>clicked()</signal>
- <receiver>DUnSDCOInto</receiver>
- <slot>BNonPressed()</slot>
- </connection>
- <connection>
- <sender>rbOui</sender>
- <signal>clicked()</signal>
- <receiver>DUnSDCOInto</receiver>
- <slot>BOuiPressed()</slot>
- </connection>
<connection>
<sender>LBSDCO</sender>
<signal>clicked(QListBoxItem*)</signal>
# Form implementation generated from reading ui file 'desVisu.ui'
#
-# Created: mar mar 4 10:36:39 2008
+# Created: mar mar 25 10:05:09 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
desInclude.py desListeParam.py desMacro.py desMCFact.py desMCListAjout.py desParam.py \
desPlusieursBase.py desPlusieursInto.py desPoursuite.py desRacine.py desSelectVal.py \
desUniqueASSD.py desUniqueBase.py desUniqueComp.py desUniqueInto.py desUniqueSDCOInto.py \
- desUniqueSDCO.py desVisu.py myMain.py aideQT.py
+ desUniqueSDCO.py desVisu.py myMain.py aideQT.py OptionsEditeur.py
%.py:%.ui
${PYUIC} -o $@ $<
# Form implementation generated from reading ui file 'myMain.ui'
#
-# Created: mar mar 4 10:36:39 2008
+# Created: mer mar 26 10:05:29 2008
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
self.traduitV7V8Action = QAction(self,"traduitV7V8Action")
self.aidenew_itemAction = QAction(self,"aidenew_itemAction")
self.fileNewInclude = QAction(self,"fileNewInclude")
+ self.optionEditeurAction = QAction(self,"optionEditeurAction")
self.toolBar = QToolBar(QString(""),self,Qt.DockTop)
self.jdcFichierResultatAction.addTo(self.JdC)
self.MenuBar.insertItem(QString(""),self.JdC,4)
- self.Options = QPopupMenu(self)
- self.MenuBar.insertItem(QString(""),self.Options,5)
-
self.Aide = QPopupMenu(self)
self.aidenew_itemAction.addTo(self.Aide)
- self.MenuBar.insertItem(QString(""),self.Aide,6)
+ self.MenuBar.insertItem(QString(""),self.Aide,5)
+
+ self.Options = QPopupMenu(self)
+ self.optionEditeurAction.addTo(self.Options)
+ self.MenuBar.insertItem(QString(""),self.Options,6)
self.Traduction = QPopupMenu(self)
self.traduitV7V8Action.addTo(self.Traduction)
self.connect(self.traduitV7V8Action,SIGNAL("activated()"),self.traductionV7V8)
self.connect(self.aidenew_itemAction,SIGNAL("activated()"),self.helpAbout)
self.connect(self.fileNewInclude,SIGNAL("activated()"),self.NewInclude)
+ self.connect(self.optionEditeurAction,SIGNAL("activated()"),self.optionEditeur)
def languageChange(self):
self.aidenew_itemAction.setText(self.__tr("Eficas"))
self.fileNewInclude.setText(self.__tr("Nouvel Include"))
self.fileNewInclude.setMenuText(self.__tr("Nouvel Include"))
+ self.optionEditeurAction.setText(self.__tr("Parametres Eficas"))
+ self.optionEditeurAction.setMenuText(self.__tr("Parametres Eficas"))
self.toolBar.setLabel(self.__tr("Tools"))
if self.MenuBar.findItem(2):
self.MenuBar.findItem(2).setText(self.__tr("&Fichier"))
if self.MenuBar.findItem(4):
self.MenuBar.findItem(4).setText(self.__tr("JdC"))
if self.MenuBar.findItem(5):
- self.MenuBar.findItem(5).setText(self.__tr("Options"))
+ self.MenuBar.findItem(5).setText(self.__tr("&Aide"))
if self.MenuBar.findItem(6):
- self.MenuBar.findItem(6).setText(self.__tr("&Aide"))
+ self.MenuBar.findItem(6).setText(self.__tr("Options"))
if self.MenuBar.findItem(7):
self.MenuBar.findItem(7).setText(self.__tr("Traduction"))
if self.MenuBar.findItem(8):
def NewInclude(self):
print "Eficas.NewInclude(): Not implemented yet"
+ def optionEditeur(self):
+ print "Eficas.optionEditeur(): Not implemented yet"
+
def __tr(self,s,c = None):
return qApp.translate("Eficas",s,c)
<action name="jdcFichierSourceAction"/>
<action name="jdcFichierResultatAction"/>
</item>
- <item text="Options" name="Options">
- </item>
<item text="&Aide" name="Aide">
<action name="aidenew_itemAction"/>
</item>
+ <item text="Options" name="Options">
+ <action name="optionEditeurAction"/>
+ </item>
<item text="Traduction" name="Traduction">
<action name="traduitV7V8Action"/>
</item>
<string>Nouvel Include</string>
</property>
</action>
+ <action>
+ <property name="name">
+ <cstring>optionEditeurAction</cstring>
+ </property>
+ <property name="text">
+ <string>Parametres Eficas</string>
+ </property>
+ <property name="menuText">
+ <string>Parametres Eficas</string>
+ </property>
+ </action>
</actions>
<images>
<image name="image0">
<receiver>Eficas</receiver>
<slot>NewInclude()</slot>
</connection>
+ <connection>
+ <sender>optionEditeurAction</sender>
+ <signal>activated()</signal>
+ <receiver>Eficas</receiver>
+ <slot>optionEditeur()</slot>
+ </connection>
</connections>
<slots>
<slot>fileNew()</slot>
<slot>editCopy()</slot>
<slot>traductionV7V8()</slot>
<slot>NewInclude()</slot>
+ <slot>optionEditeur()</slot>
</slots>
<layoutdefaults spacing="2" margin="2"/>
</UI>