--- /dev/null
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'desSelectVal.ui'
+#
+# Created: mer oct 10 10:48:18 2007
+# by: The PyQt User Interface Compiler (pyuic) 3.13
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from qt import *
+
+
+class DSelVal(QWidget):
+ def __init__(self,parent = None,name = None,fl = 0):
+ QWidget.__init__(self,parent,name,fl)
+
+ if not name:
+ self.setName("DSelVal")
+
+
+
+ self.BGSeparateur = QButtonGroup(self,"BGSeparateur")
+ self.BGSeparateur.setGeometry(QRect(10,390,180,80))
+
+ self.BpointVirgule = QRadioButton(self.BGSeparateur,"BpointVirgule")
+ self.BpointVirgule.setGeometry(QRect(50,50,81,21))
+
+ self.Bvirgule = QRadioButton(self.BGSeparateur,"Bvirgule")
+ self.Bvirgule.setGeometry(QRect(50,30,81,21))
+
+ self.Bespace = QRadioButton(self.BGSeparateur,"Bespace")
+ self.Bespace.setGeometry(QRect(50,10,81,21))
+ self.Bespace.setChecked(1)
+
+ self.BImportTout = QPushButton(self,"BImportTout")
+ self.BImportTout.setGeometry(QRect(200,440,210,31))
+
+ self.BImportSel = QPushButton(self,"BImportSel")
+ self.BImportSel.setGeometry(QRect(200,400,210,31))
+
+ self.TBtext = QTextBrowser(self,"TBtext")
+ self.TBtext.setGeometry(QRect(0,0,411,391))
+
+ self.languageChange()
+
+ self.resize(QSize(413,480).expandedTo(self.minimumSizeHint()))
+ self.clearWState(Qt.WState_Polished)
+
+ self.connect(self.BGSeparateur,SIGNAL("clicked(int)"),self.SeparateurSelect)
+ self.connect(self.BImportSel,SIGNAL("clicked()"),self.BImportSelPressed)
+ self.connect(self.BImportTout,SIGNAL("clicked()"),self.BImportToutPressed)
+
+
+ def languageChange(self):
+ self.setCaption(self.__trUtf8("\x53\xc3\xa9\x6c\x65\x63\x74\x69\x6f\x6e\x20\x64\x65\x20\x76\x61\x6c\x65\x75\x72\x73"))
+ self.BGSeparateur.setTitle(self.__trUtf8("\x53\xc3\xa9\x70\x61\x72\x61\x74\x65\x75\x72"))
+ self.BpointVirgule.setText(self.__tr("point-virgule"))
+ self.Bvirgule.setText(self.__tr("virgule"))
+ self.Bespace.setText(self.__tr("espace"))
+ self.BImportTout.setText(self.__tr("Importer Tout"))
+ self.BImportSel.setText(self.__tr("Ajouter Selection"))
+
+
+ def SeparateurSelect(self):
+ print "DSelVal.SeparateurSelect(): Not implemented yet"
+
+ def BImportSelPressed(self):
+ print "DSelVal.BImportSelPressed(): Not implemented yet"
+
+ def BImportToutPressed(self):
+ print "DSelVal.BImportToutPressed(): Not implemented yet"
+
+ def __tr(self,s,c = None):
+ return qApp.translate("DSelVal",s,c)
+
+ def __trUtf8(self,s,c = None):
+ return qApp.translate("DSelVal",s,c,QApplication.UnicodeUTF8)
--- /dev/null
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>DSelVal</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>DSelVal</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>413</width>
+ <height>480</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>Sélection de valeurs</string>
+ </property>
+ <widget class="QButtonGroup">
+ <property name="name">
+ <cstring>BGSeparateur</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>390</y>
+ <width>180</width>
+ <height>80</height>
+ </rect>
+ </property>
+ <property name="title">
+ <string>Séparateur</string>
+ </property>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>BpointVirgule</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>50</x>
+ <y>50</y>
+ <width>81</width>
+ <height>21</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>point-virgule</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>Bvirgule</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>50</x>
+ <y>30</y>
+ <width>81</width>
+ <height>21</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>virgule</string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>Bespace</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>50</x>
+ <y>10</y>
+ <width>81</width>
+ <height>21</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>espace</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>BImportTout</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>200</x>
+ <y>440</y>
+ <width>210</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Importer Tout</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>BImportSel</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>200</x>
+ <y>400</y>
+ <width>210</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Ajouter Selection</string>
+ </property>
+ </widget>
+ <widget class="QTextBrowser">
+ <property name="name">
+ <cstring>TBtext</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>411</width>
+ <height>391</height>
+ </rect>
+ </property>
+ </widget>
+</widget>
+<connections>
+ <connection>
+ <sender>BGSeparateur</sender>
+ <signal>clicked(int)</signal>
+ <receiver>DSelVal</receiver>
+ <slot>SeparateurSelect()</slot>
+ </connection>
+ <connection>
+ <sender>BImportSel</sender>
+ <signal>clicked()</signal>
+ <receiver>DSelVal</receiver>
+ <slot>BImportSelPressed()</slot>
+ </connection>
+ <connection>
+ <sender>BImportTout</sender>
+ <signal>clicked()</signal>
+ <receiver>DSelVal</receiver>
+ <slot>BImportToutPressed()</slot>
+ </connection>
+</connections>
+<slots>
+ <slot>SeparateurSelect()</slot>
+ <slot>BImportSelPressed()</slot>
+ <slot>BImportToutPressed()</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>
# -*- coding: utf-8 -*-
-# Form implementation generated from reading ui file 'desUniqueBasePanel.ui'
+# Form implementation generated from reading ui file 'desUniqueBase.ui'
#
-# Created: mar mar 20 14:05:29 2007
+# Created: lun oct 15 14:18:49 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!
self.connect(self.bOk,SIGNAL("clicked()"),self.BOk2Pressed)
self.connect(self.bSup,SIGNAL("clicked()"),self.BSupPressed)
self.connect(self.lineEditVal,SIGNAL("returnPressed()"),self.LEValeurPressed)
+ self.connect(self.bParametres,SIGNAL("pressed()"),self.BParametresPressed)
def languageChange(self):
<receiver>DUnBase</receiver>
<slot>LEValeurPressed()</slot>
</connection>
+ <connection>
+ <sender>bParametres</sender>
+ <signal>pressed()</signal>
+ <receiver>DUnBase</receiver>
+ <slot>BParametresPressed()</slot>
+ </connection>
</connections>
<slots>
<slot>BSupPressed()</slot>
--- /dev/null
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'desUniqueSDCO.ui'
+#
+# Created: lun oct 1 12:28:45 2007
+# by: The PyQt User Interface Compiler (pyuic) 3.13
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from qt import *
+
+
+class DUnSDCO(QWidget):
+ def __init__(self,parent = None,name = None,fl = 0):
+ QWidget.__init__(self,parent,name,fl)
+
+ if not name:
+ self.setName("DUnSDCO")
+
+ self.setMinimumSize(QSize(350,0))
+
+
+ self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
+ self.tabuniqueinto.setGeometry(QRect(10,20,460,440))
+
+ self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+
+ self.bSup = QPushButton(self.Widget8,"bSup")
+ self.bSup.setGeometry(QRect(310,370,142,30))
+ self.bSup.setAutoDefault(1)
+
+ self.bOk = QPushButton(self.Widget8,"bOk")
+ self.bOk.setGeometry(QRect(160,370,142,30))
+ self.bOk.setAutoDefault(1)
+ self.bOk.setDefault(1)
+
+ self.bHelp = QPushButton(self.Widget8,"bHelp")
+ self.bHelp.setGeometry(QRect(10,370,142,30))
+ self.bHelp.setAutoDefault(1)
+
+ self.Commentaire = QLabel(self.Widget8,"Commentaire")
+ self.Commentaire.setGeometry(QRect(40,311,381,30))
+
+ self.textLabel2 = QLabel(self.Widget8,"textLabel2")
+ self.textLabel2.setGeometry(QRect(110,280,190,30))
+
+ self.textLabel1 = QLabel(self.Widget8,"textLabel1")
+ self.textLabel1.setGeometry(QRect(40,10,130,41))
+
+ self.frame3 = QFrame(self.Widget8,"frame3")
+ self.frame3.setGeometry(QRect(20,70,190,40))
+ self.frame3.setFrameShape(QFrame.StyledPanel)
+ self.frame3.setFrameShadow(QFrame.Raised)
+
+ self.textLabel2_2 = QLabel(self.frame3,"textLabel2_2")
+ self.textLabel2_2.setGeometry(QRect(10,10,170,20))
+
+ self.LESDCO = QLineEdit(self.Widget8,"LESDCO")
+ self.LESDCO.setGeometry(QRect(220,70,220,40))
+
+ self.rbNon = QRadioButton(self.Widget8,"rbNon")
+ self.rbNon.setEnabled(0)
+ self.rbNon.setGeometry(QRect(190,30,50,20))
+ self.rbNon.setChecked(0)
+
+ self.rbOui = QRadioButton(self.Widget8,"rbOui")
+ self.rbOui.setEnabled(1)
+ self.rbOui.setGeometry(QRect(190,10,50,20))
+ self.rbOui.setChecked(1)
+ self.tabuniqueinto.insertTab(self.Widget8,QString(""))
+
+ self.languageChange()
+
+ self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
+ self.clearWState(Qt.WState_Polished)
+
+ 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.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.textLabel2.setText(self.__tr("<font size=\"+1\">Un objet de type CO est attendu</font>"))
+ self.textLabel1.setText(self.__tr("<font size=\"+1\">Nouveau Concept : </font>"))
+ self.textLabel2_2.setText(self.__tr("<font size=\"+2\">Nom du nouveau concept : </font>"))
+ self.rbNon.setText(self.__tr("Non"))
+ self.rbOui.setText(self.__tr("Oui"))
+ self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
+
+
+ def BSupPressed(self):
+ print "DUnSDCO.BSupPressed(): Not implemented yet"
+
+ def ViewDoc(self):
+ print "DUnSDCO.ViewDoc(): Not implemented yet"
+
+ def BOkPressed(self):
+ print "DUnSDCO.BOkPressed(): Not implemented yet"
+
+ def LESDCOReturnPressed(self):
+ print "DUnSDCO.LESDCOReturnPressed(): Not implemented yet"
+
+ def BOuiPressed(self):
+ print "DUnSDCO.BOuiPressed(): Not implemented yet"
+
+ def BNonPressed(self):
+ print "DUnSDCO.BNonPressed(): Not implemented yet"
+
+ def __tr(self,s,c = None):
+ return qApp.translate("DUnSDCO",s,c)
</widget>
<widget class="QLabel">
<property name="name">
- <cstring>textLabel1_2</cstring>
+ <cstring>textLabel2</cstring>
</property>
<property name="geometry">
<rect>
- <x>20</x>
- <y>150</y>
- <width>170</width>
- <height>31</height>
+ <x>110</x>
+ <y>280</y>
+ <width>190</width>
+ <height>30</height>
</rect>
</property>
<property name="text">
- <string><font size="+2">Nouveau concept</font></string>
+ <string><font size="+1">Un objet de type CO est attendu</font></string>
</property>
</widget>
<widget class="QLabel">
</property>
<property name="geometry">
<rect>
- <x>20</x>
- <y>40</y>
- <width>180</width>
- <height>31</height>
+ <x>40</x>
+ <y>10</y>
+ <width>130</width>
+ <height>41</height>
</rect>
</property>
<property name="text">
- <string><font size="+2">Nom du nouveau concept</font></string>
+ <string><font size="+1">Nouveau Concept : </font></string>
</property>
</widget>
- <widget class="QComboBox">
- <item>
+ <widget class="QFrame">
+ <property name="name">
+ <cstring>frame3</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>70</y>
+ <width>190</width>
+ <height>40</height>
+ </rect>
+ </property>
+ <property name="frameShape">
+ <enum>StyledPanel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>Raised</enum>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel2_2</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>10</y>
+ <width>170</width>
+ <height>20</height>
+ </rect>
+ </property>
<property name="text">
- <string>OUI</string>
+ <string><font size="+2">Nom du nouveau concept : </font></string>
</property>
- </item>
+ </widget>
+ </widget>
+ <widget class="QLineEdit">
<property name="name">
- <cstring>comboBox1</cstring>
+ <cstring>LESDCO</cstring>
</property>
<property name="geometry">
<rect>
- <x>210</x>
- <y>150</y>
- <width>110</width>
- <height>31</height>
+ <x>220</x>
+ <y>70</y>
+ <width>220</width>
+ <height>40</height>
</rect>
</property>
</widget>
- <widget class="QLineEdit">
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>rbNon</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>190</x>
+ <y>30</y>
+ <width>50</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Non</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
<property name="name">
- <cstring>LENomConcept</cstring>
+ <cstring>rbOui</cstring>
+ </property>
+ <property name="enabled">
+ <bool>true</bool>
</property>
<property name="geometry">
<rect>
- <x>210</x>
- <y>40</y>
- <width>230</width>
- <height>31</height>
+ <x>190</x>
+ <y>10</y>
+ <width>50</width>
+ <height>20</height>
</rect>
</property>
+ <property name="text">
+ <string>Oui</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
</widget>
</widget>
</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>
+ <receiver>DUnSDCO</receiver>
+ <slot>LESDCOReturnPressed()</slot>
+ </connection>
</connections>
<slots>
<slot>BSupPressed()</slot>
<slot>ViewDoc()</slot>
<slot>BOkPressed()</slot>
+ <slot>LESDCOReturnPressed()</slot>
+ <slot>BOuiPressed()</slot>
+ <slot>BNonPressed()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>
--- /dev/null
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'desUniqueSDCOInto.ui'
+#
+# Created: lun oct 1 15:39:53 2007
+# by: The PyQt User Interface Compiler (pyuic) 3.13
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from qt import *
+
+
+class DUnSDCOInto(QWidget):
+ def __init__(self,parent = None,name = None,fl = 0):
+ QWidget.__init__(self,parent,name,fl)
+
+ if not name:
+ self.setName("DUnSDCOInto")
+
+ self.setMinimumSize(QSize(350,0))
+
+
+ self.tabuniqueinto = QTabWidget(self,"tabuniqueinto")
+ self.tabuniqueinto.setGeometry(QRect(10,20,460,440))
+
+ self.Widget8 = QWidget(self.tabuniqueinto,"Widget8")
+
+ self.bSup = QPushButton(self.Widget8,"bSup")
+ self.bSup.setGeometry(QRect(310,370,142,30))
+ self.bSup.setAutoDefault(1)
+
+ self.bOk = QPushButton(self.Widget8,"bOk")
+ self.bOk.setGeometry(QRect(160,370,142,30))
+ self.bOk.setAutoDefault(1)
+ self.bOk.setDefault(1)
+
+ self.bHelp = QPushButton(self.Widget8,"bHelp")
+ self.bHelp.setGeometry(QRect(10,370,142,30))
+ self.bHelp.setAutoDefault(1)
+
+ self.textLabel2 = QLabel(self.Widget8,"textLabel2")
+ self.textLabel2.setGeometry(QRect(60,30,340,30))
+
+ self.LBSDCO = QListBox(self.Widget8,"LBSDCO")
+ self.LBSDCO.setGeometry(QRect(30,70,400,120))
+
+ self.textLabel2_3 = QLabel(self.Widget8,"textLabel2_3")
+ self.textLabel2_3.setGeometry(QRect(120,340,190,20))
+
+ self.rbNon = QRadioButton(self.Widget8,"rbNon")
+ self.rbNon.setEnabled(1)
+ self.rbNon.setGeometry(QRect(220,230,50,20))
+ self.rbNon.setChecked(1)
+
+ self.rbOui = QRadioButton(self.Widget8,"rbOui")
+ self.rbOui.setEnabled(1)
+ self.rbOui.setGeometry(QRect(220,210,50,20))
+
+ self.textLabel1 = QLabel(self.Widget8,"textLabel1")
+ self.textLabel1.setGeometry(QRect(20,210,130,41))
+
+ self.frame3 = QFrame(self.Widget8,"frame3")
+ self.frame3.setGeometry(QRect(10,260,190,40))
+ self.frame3.setFrameShape(QFrame.StyledPanel)
+ self.frame3.setFrameShadow(QFrame.Raised)
+
+ self.textLabel2_2 = QLabel(self.frame3,"textLabel2_2")
+ self.textLabel2_2.setGeometry(QRect(10,10,170,20))
+
+ self.LESDCO = QLineEdit(self.Widget8,"LESDCO")
+ self.LESDCO.setEnabled(0)
+ self.LESDCO.setGeometry(QRect(210,260,220,40))
+
+ self.Commentaire = QLabel(self.Widget8,"Commentaire")
+ self.Commentaire.setGeometry(QRect(8,307,421,30))
+ self.tabuniqueinto.insertTab(self.Widget8,QString(""))
+
+ self.languageChange()
+
+ self.resize(QSize(482,480).expandedTo(self.minimumSizeHint()))
+ self.clearWState(Qt.WState_Polished)
+
+ 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.LESDCO,SIGNAL("returnPressed()"),self.LESDCOReturnPressed)
+ self.connect(self.LBSDCO,SIGNAL("clicked(QListBoxItem*)"),self.LBSDCOReturnPressed)
+
+
+ def languageChange(self):
+ self.setCaption(self.__tr("DUnIn"))
+ self.bSup.setText(self.__tr("&Supprimer"))
+ self.bSup.setAccel(self.__tr("Alt+S"))
+ QToolTip.add(self.bSup,self.__tr("suppression du mot clef"))
+ self.bOk.setText(self.__tr("&Valider"))
+ self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A"))
+ QToolTip.add(self.bOk,self.__tr("validation de la saisie"))
+ self.bHelp.setText(self.__tr("&Documentation"))
+ self.bHelp.setAccel(self.__tr("Alt+D"))
+ QToolTip.add(self.bHelp,self.__tr("affichage documentation aster"))
+ self.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.rbNon.setText(self.__tr("Non"))
+ self.rbOui.setText(self.__tr("Oui"))
+ self.textLabel1.setText(self.__tr("<font size=\"+1\">Nouveau Concept : </font>"))
+ self.textLabel2_2.setText(self.__tr("<font size=\"+2\">Nom du nouveau concept : </font>"))
+ self.Commentaire.setText(QString.null)
+ self.tabuniqueinto.changeTab(self.Widget8,self.__tr("Saisir Valeur"))
+
+
+ def BSupPressed(self):
+ print "DUnSDCOInto.BSupPressed(): Not implemented yet"
+
+ def ViewDoc(self):
+ print "DUnSDCOInto.ViewDoc(): Not implemented yet"
+
+ def BOkPressed(self):
+ print "DUnSDCOInto.BOkPressed(): Not implemented yet"
+
+ def LESDCOReturnPressed(self):
+ print "DUnSDCOInto.LESDCOReturnPressed(): Not implemented yet"
+
+ def BOuiPressed(self):
+ print "DUnSDCOInto.BOuiPressed(): Not implemented yet"
+
+ def BNonPressed(self):
+ print "DUnSDCOInto.BNonPressed(): Not implemented yet"
+
+ def LBSDCOReturnPressed(self):
+ print "DUnSDCOInto.LBSDCOReturnPressed(): Not implemented yet"
+
+ def __tr(self,s,c = None):
+ return qApp.translate("DUnSDCOInto",s,c)
+
+ def __trUtf8(self,s,c = None):
+ return qApp.translate("DUnSDCOInto",s,c,QApplication.UnicodeUTF8)
--- /dev/null
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>DUnSDCOInto</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>DUnSDCOInto</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>482</width>
+ <height>480</height>
+ </rect>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>350</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="caption">
+ <string>DUnIn</string>
+ </property>
+ <widget class="QTabWidget">
+ <property name="name">
+ <cstring>tabuniqueinto</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>20</y>
+ <width>460</width>
+ <height>440</height>
+ </rect>
+ </property>
+ <widget class="QWidget">
+ <property name="name">
+ <cstring>Widget8</cstring>
+ </property>
+ <attribute name="title">
+ <string>Saisir Valeur</string>
+ </attribute>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bSup</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>310</x>
+ <y>370</y>
+ <width>142</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>&Supprimer</string>
+ </property>
+ <property name="accel">
+ <string>Alt+S</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>suppression du mot clef</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bOk</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>160</x>
+ <y>370</y>
+ <width>142</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>&Valider</string>
+ </property>
+ <property name="accel">
+ <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>validation de la saisie</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bHelp</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>370</y>
+ <width>142</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>&Documentation</string>
+ </property>
+ <property name="accel">
+ <string>Alt+D</string>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>affichage documentation aster</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel2</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>60</x>
+ <y>30</y>
+ <width>340</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string><font size="+1"><u>Structures de données du type requis par l'objet courant </u></font></string>
+ </property>
+ </widget>
+ <widget class="QListBox">
+ <property name="name">
+ <cstring>LBSDCO</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>30</x>
+ <y>70</y>
+ <width>400</width>
+ <height>120</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel2_3</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>120</x>
+ <y>340</y>
+ <width>190</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string><font size="+1">Un objet de type CO est attendu</font></string>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>rbNon</cstring>
+ </property>
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>220</x>
+ <y>230</y>
+ <width>50</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Non</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="QRadioButton">
+ <property name="name">
+ <cstring>rbOui</cstring>
+ </property>
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>220</x>
+ <y>210</y>
+ <width>50</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Oui</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>210</y>
+ <width>130</width>
+ <height>41</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string><font size="+1">Nouveau Concept : </font></string>
+ </property>
+ </widget>
+ <widget class="QFrame">
+ <property name="name">
+ <cstring>frame3</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>260</y>
+ <width>190</width>
+ <height>40</height>
+ </rect>
+ </property>
+ <property name="frameShape">
+ <enum>StyledPanel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>Raised</enum>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel2_2</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>10</y>
+ <width>170</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string><font size="+2">Nom du nouveau concept : </font></string>
+ </property>
+ </widget>
+ </widget>
+ <widget class="QLineEdit">
+ <property name="name">
+ <cstring>LESDCO</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>210</x>
+ <y>260</y>
+ <width>220</width>
+ <height>40</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>Commentaire</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>8</x>
+ <y>307</y>
+ <width>421</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ </widget>
+ </widget>
+ </widget>
+</widget>
+<connections>
+ <connection>
+ <sender>bHelp</sender>
+ <signal>clicked()</signal>
+ <receiver>DUnSDCOInto</receiver>
+ <slot>ViewDoc()</slot>
+ </connection>
+ <connection>
+ <sender>bOk</sender>
+ <signal>clicked()</signal>
+ <receiver>DUnSDCOInto</receiver>
+ <slot>BOkPressed()</slot>
+ </connection>
+ <connection>
+ <sender>bSup</sender>
+ <signal>clicked()</signal>
+ <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>LESDCO</sender>
+ <signal>returnPressed()</signal>
+ <receiver>DUnSDCOInto</receiver>
+ <slot>LESDCOReturnPressed()</slot>
+ </connection>
+ <connection>
+ <sender>LBSDCO</sender>
+ <signal>clicked(QListBoxItem*)</signal>
+ <receiver>DUnSDCOInto</receiver>
+ <slot>LBSDCOReturnPressed()</slot>
+ </connection>
+</connections>
+<slots>
+ <slot>BSupPressed()</slot>
+ <slot>ViewDoc()</slot>
+ <slot>BOkPressed()</slot>
+ <slot>LESDCOReturnPressed()</slot>
+ <slot>BOuiPressed()</slot>
+ <slot>BNonPressed()</slot>
+ <slot>LBSDCOReturnPressed()</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>